finding message delay timestamp from asmack-android-8-0.8.10
i am using above a smack for chat application now want to find out message delay timestamp when user is offline
View ArticleRe: UserService Plugin removes custom properties when updating user
Thanks Red, I feel that an update should not remove any existing data beside updating those in payload. Of course then we would be missing an endpoint to remove some data from existing user if we want...
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 ArticleRe: XMPP on Android Stream Management and BOSH
Should I use BOSH, Stream Management or both together (is that even possible)?Using XEP-198 over BOSH adds no value. BOSH is already a "managed stream" over HTTP.
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
Thanks for reporting. Fixed with Throw NotConnectedException on login() · 6d7f390 · Flowdalic/Smack · GitHub The fix is available in Smack 4.1.0-beta2-SNAPSHOT.
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
Awesome. Thanks for the great support
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 ArticleRe: XMPP on Android Stream Management and BOSH
>> BOSH only advantage compared to XMPP over TCP + XEP-198 is that it could be successful when most outgoing connections are blocked/firewalled. Maybe a silly question, but could we not run the...
View Article