Top "Smack" questions

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

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
Why am I getting java.lang.IllegalStateException "Not on FX application thread" on JavaFX?

I have an application that has a TableView that has an attached listener so it refreshes as soon as it …

java javafx-2 smack
How to receive Incoming XMPP Messages using Smack?

I read some examples and tested them but all of them need to start a chat with someone first to …

xmpp smack
How to use Smack 4.1 in Android?

I was looking at this answer Using your own XMPP server for android chat app (Smack API) to learn about …

java android eclipse xmpp smack
send and receiving message using smack API

I have setup my open fire(jabber server) on local machine with two user testuser1 and testuser2 .using Spark client …

java xmpp openfire smack
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
How to keep a XMPP connection stable on Android with (a)smack?

I use asmack-android-7-beem library for Android. I have a background service running, such as my app stays alive. But …

android connection xmpp smack
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
how to add roster with subscription mode "both"

i'm using smack 3.1.0, and when i add a roster,i can't get subscription "both". who can help me? below is …

java xmpp smack
Can I get online users in my friend list via Smack?

Can i get online users in my friend list via Smack API? Is it possible? I am working on app …

android api smack