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.

XMPP "stream:error (conflict)" on login with (a)Smack

Currently i am working with xmpp/jabber chat for android.i just tried with Openfire and try to connect my …

xmpp smack asmack
Android File Transfer not working via XMPP and OpenFire

Problem : Can't receive a file sent to my android app via XMPP and OpenFire Server. I can successfully send a …

android xmpp file-transfer openfire asmack
get online users(Roster entries) using smack 4.1 in android

I have been trying to get roster entries using smack 4.1 beta 2 in android. https://github.com/igniterealtime/Smack/wiki/Smack-4.1…

android xmpp smack asmack
how to get user online or offline in asmack, android

Possible Duplicate: XMPP aSmack - How can I get the current user state (offline/online/away/etc.)? I am developing …

android openfire smack asmack
getSearchForm returns null when using UserSearch in XMPP with aSmack

I have this code, almost unmodified from examples: UserSearchManager usm = new UserSearchManager(conn); Form searchForm = usm.getSearchForm("search.myserver.com"); …

java android xmpp smack asmack
Integrate Facebook chat in android with Asmack API

I try to implement chat support as suggested in this blog. Currently, I'm using following code to implement chatting interface. …

android facebook xmpp facebook-chat asmack
What is the difference between Smack and aSmack?

I am not able to use Smack on Android whereas aSmack works perfectly? When compared the source code it looks …

android xmpp smack asmack