Asmack Android TLS problem
GreetingsI use asmack-8-4.0.5.jar I try to connect with ssl by using the DummySSLSocketFactory (The one that accepts all certificates) ConnectionConfiguration config = new...
View ArticleHow to segregate my rosters
I have Openfire running fine and integrated with AD. We use security groups to break down the users into different sections in the Spark client. I have the need to segregate a couple of groups - in...
View ArticleRe: Asmack Android TLS problem
That doesn't like a Smack problem. Have you tried searching for the Exception and SSL/TSL error? Result contain for example node.js - node-request - Getting error "SSL23_GET_SERVER_HELLO:unknown...
View ArticleAuthenticate using webservice
I am trying to include a XMPP service to mi API using Openfire, but wanted to know if I can use an existing webservice to authenticate existent and new users. Is it possible? Anyone have any...
View ArticleRe: Bug with pubsub in 4.1 Alpha 5 , works good in alpha 4
Ahh, thanks for pointing this out csh Fixed in 4.1.0-alpha6-SNAPSHOT with Use LinkedHashMap for PacketExtensions in Packet · 10643cc · Flowdalic/Smack · GitHub . @jeet please test and report back if it...
View ArticleRe: Bug with pubsub in 4.1 Alpha 5 , works good in alpha 4
Super ... works thanks guys .
View ArticleRe: Bug with pubsub in 4.1 Alpha 5 , works good in alpha 4
Interesting, that the <configure/> and <create/> elements are treated as PacketExtension. I always thought a Packet in Smack corresponds to a stanza (or other 1st level stream element) in...
View ArticleRe: Bug with pubsub in 4.1 Alpha 5 , works good in alpha 4
and a PacketExtension is therefore a direct child of it, no?Not in case of IQs. PacketExtensions are here extension elements within the element underneath the IQ element. And if they appears also...
View ArticleRe: Bug with pubsub in 4.1 Alpha 5 , works good in alpha 4
Ok, but where is the malformed XML (besides the wrong order of elements)?
View ArticleRe: Openfire Cluster Smack reconnection fails
Reconnecion attempts are not successful howeverPlease elaborate why the are not successful.
View ArticleRe: License Issue
I can only speak about Openfire. As it is under Apache license, you are free to propose it to your customers.
View ArticleRe: Groups suddenly strange behaviour!
It is not clear what options you have exactly and where you have "reversed" them. E.g. your groups are: group1, group2, group3, group4 and new group5. What group should group5 see and what group should...
View ArticleRe: How to segregate my rosters
Not sure about AD integration, but this should work i think. Check the groups in Admin Console, go to group's settings and there you should find a way to select which groups should be able to see the...
View ArticleRe: Clarification - Spark is running in secure mode
Well I'm glad you got the same message I had my certificates installed and could not figure why it says that the secure port was 5223 if it is just going to use 5222 the whole time and later I found...
View ArticleaSmack 4.1: SASL Authentication failed. No known authentication mechanisims.
I do not understand how to connect to my ejabberd server using aSmack 4.1 alpha. Every thing I try results in SASL errors. It appears that SASLAuthentication doesn't have any registered SASLMechanisms...
View ArticleRe: Openfire Cluster Smack reconnection fails
Smack clients try to connect and they seem to be successful.The ConnectionListener connected function is being called.However the remaining open fire control panel shows no session of the specific...
View ArticleRe: aSmack 4.1: SASL Authentication failed. No known authentication mechanisims.
If you look at Smack 4.1 Readme and Upgrade Guide · igniterealtime/Smack Wiki · GitHub you will find that you did not include all required artifacts. I also don't recommend adding the artifacts...
View ArticleRe: aSmack 4.1: SASL Authentication failed. No known authentication mechanisims.
I am very familiar with Java and Eclipse, I don't know how to use Maven. This is my first Android application. Also, when I read that page I saw:Minimal Smack configuration for XMPP over TCP...
View ArticleRe: Exception on xep-0050 element
See [Standards] XEP-50: Schema and text contradiction regarding 'note' element I did not get an answer and I consider the schema to be more authoritative, which means Smack is correct and it's the...
View Article