Kutzi,
I am using smack 4.0.5 in my project, and tested jars of version 4.0.6 available here https://dl.dropboxusercontent.com/u/25863594/jabber.hpi, but it did not work.

The exception is the same as reported in https://community.igniterealtime.org/message/244023#244023 forum.

I am using smack 4.0.5 in my project, and tested jars of version 4.0.6 available here https://dl.dropboxusercontent.com/u/25863594/jabber.hpi, but it did not work.

The exception is the same as reported in https://community.igniterealtime.org/message/244023#244023 forum.

The workaround at this time is:

ConnectionConfiguration config = new ConnectionConfiguration ("localhost", 5222);
config.setSecurityMode (SecurityMode.disabled);
XMPPConnection con = new XMPPTCPConnection ("localhost");

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to