Top "Asmack" questions

Before Smack added native support for Android in Smack 4,1, aSmack was the build environment for using the Smack library on Android, enabling XMPP protocols.

Android and XMPP: Currently available solutions

Which XMPP library would be the best choice nowadays for Android development? I've been using the patched Smack library as …

android xmpp smack asmack
SASLError using PLAIN: not-authorized

I am trying to shift my app from aSmack to Smack 4.1.1. However I am having trouble using the same server …

android xmpp smack asmack
XMPP Connection with Smack 4.1 on Android Studio

I am trying to do an XMPP Connection with Smack 4.1.0 rc1 from https://github.com/igniterealtime/Smack I followed this …

java android xmpp smack asmack
Login exception SASL authentication failed using mechanism DIGEST-MD5 asmack in android

I m try to connect with Xmpp server,But i m getting exception Login exception SASL authentication failed using mechanism …

android xmpp android-4.0-ice-cream-sandwich xmppframework asmack
How to implement message read status like whatsapp blue tick mark?

I am developing one application in that chatting is one module, for chatting i am using xmpp. when i am …

android xmpp smack asmack
How to get timestamp of incoming xmpp message?

I am using aSmack library to communicate with remote xmpp server. I am able to send/receive messages, but I …

android xmpp smack asmack
XMPP aSmack - How can I get the current user state (offline/online/away/etc.)?

I am new to xmpp/asmack in android. Can anyone please help me in getting the presence of the user's …

android xmpp smack asmack
asmack XMPP new user registration

Good people of StackOverflow, please help. I've set up an ejabberd server on my ubuntu machine, added virtual host, set {…

android xmpp ejabberd asmack
How to know Typing Status in XMPP openfire using Smack

I am developing chat application by using Openfire XMPP server. I can text chat between two user. But i want …

android xmpp openfire smack asmack