Re: jingle nodes plugin problem on Openfire 3.9.1
I have the same problem. Trying for almost a month but cannot resolve it. I have a static IP . Is there a way to get the Jingle Nodes plugin back to work?
View ArticleRe: java.lang.ClassNotFoundException:...
Thanks Flow for pointing out the issue. Surprisingly I am no longer getting this error. I dont know what happened !!!
View ArticleRe: XMTCP Conn.. has private access.
I think the biggest thing would be to demonstrate a small but functional chat. You've demonstrated the simplicity of the program greatly, but when a beginner wants to step into the advanced features of...
View ArticleNo non-anonymous SASL authentication mechanism available in android
I am trying to build an android app using smack 4.1 beta1. When I try to login I am getting the following exception in the android app. 2381-2381/sample.app W/SASLAuthentication﹕ Server did not report...
View ArticleXMPP on Android Stream Management and BOSH
Hi, We are starting to write an XMPP chat app for Android. I managed to get the Smack 4.1 beta1 version up and running very quickly, enabling two people to chat. Because the app is running on mobile,...
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
Did you follow the instructions mentioned in Smack's 4.1 Readme?
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
I did. Except for the gradle dependency for android I dont know if there is anything else.
View ArticleBug: addStanzaIdAcknowledgedListener not working
Hi, This code is not working as expected: connection.addPacketSendingListener(new PacketListener() { @Override public void processPacket(Packet packet) throws...
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
No, that's basically it. Set SmackConfiguration.DEBUG to true and show us the XML exchanged between Smack and the server. Note that it may contain sensible information that you want to eradicate first.
View ArticleRe: Bug: addStanzaIdAcknowledgedListener not working
Thanks for reporting! Fixed with Fix stanzaIdAcknowledgedListeners not being called · 75fd168 · Flowdalic/Smack · GitHub Fix is available in Smack 4.1.0-beta2-SNAPSHOT
View ArticleRe: XMPP on Android Stream Management and BOSH
Another extension that draw my attention is BOSH which uses XMPP over HTTP solving the issue of unreliable connections and also Firewalled TCP ports BOSH certainly allows XMPP where only a unblocked...
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
My bad I was not calling XMPPTCPConnection.connect() before login.Looks like there a few bugs in login methods 1. XMPPTCPConnection.login(userName, passWord) method does not throw a...
View ArticleXEP-0313: Message Archive Management (MAM)
Hi, We are about to develop an XMPP-based chat service on Android and exploring to restore complete chats when users switch devices. Our Erlang-based server implementation does support Message Archive...
View ArticleRe: XMPP on Android Stream Management and BOSH
Ahh right, I remember the thread on standards now. And thanks for pointing out that RFC 7395 mentions XEP-198. I was somehow under the assumption that websockets would keep the state just like BOSH does.
View Articleerror on build
I`ve downloaded the latest Spark project and Smack libs. Also i had to download smakx libs not from ur sire. When i build i get an error: java: cannot find symbol symbol: class Connection...
View ArticleRe: XEP-0313: Message Archive Management (MAM)
Can't tell anything about the status, but a ticket has been filed for this recently SMACK-625.
View ArticleRe: XMPP on Android Stream Management and BOSH
Long polling and and web sockets are not such a good fit after all, moreover the implementation is not ready."not good fit" hmm, I'd say that if you can use XMPP over plain TCP then this is the...
View ArticleRe: I have Issue login after Openfire, Version: 3.9.3 install with my admin...
We need more information. What error do you get exactly? Are you putting user 'admin' and then the password you have setup on the login page?
View Article