Top "Smack" questions

Smack is an XMPP (Jabber) client library written in Java for Android and Java SE.

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
smack 4.1 Openfire Sample example

I have been using smack 3.4 for my web portal. Also used asmack 3.4 for my android app (aSmack development stopped some …

openfire smack
GCM XMPP Server using Smack 4.1.0

I'm trying to adapt the example provided here for Smack 4.1.0. and getting a little confused. Specifically I'm struggling to understand …

xmpp google-cloud-messaging server smack
Unable to change presence status of my user with Smack

I tried to set online mode but it doesn't work through a Roster. I ran this code and check my …

xmpp smack
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
Could not connect to the XMPP server via smack: No response from server

I'm stuck with this problem and I can not solve it. Code: ConnectionConfiguration config = new ConnectionConfiguration(host, port); config.setDebuggerEnabled(…

java xmpp smack
Smack throws "NoClassDefFoundError: Failed resolution of: Lorg/jxmpp/util/XmppStringUtils"

I got a problem with my app in which I want to create a simple XMPP client that connects to …

java android smack
How to use Smack 4.2 for connecting to ejabberd?

I have changed my app to use Smack 4.2 replacing Smack 4.1 But I'm getting an error in the config.setServiceName(); The …

android xmpp smack
XMPP client using Smack 4.1 giving NullPointerException during login

I am trying to use Smack 4.1.0-rc3 for implementing a java xmpp client which connects to a ejabberd xmpp server. …

java xmpp ejabberd smack