Top "Smack" questions

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

How to send custom XML data using the Smack library?

I'm using the Smack API in Java to connect to my XMPP server. I want to send a customized message …

java xml xmpp smack
how to add new buddy in roster in xmpp

Hi i am using smack.jar.I am able to connect with gtalk using it.Using Roster.getentries() i can …

xmpp smack
How to register a new user on XMPP using (a)Smack library

I have set up a xmpp server and android client using the great post here... I have some pre defined …

android xmpp smack
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
Smack throws "java.lang.ClassNotFoundException: org.xmlpull.v1.XmlPullParserFactory:"

So im using Smack to run my chat bot for league of legends, however I can't even get the bot …

java xmpp classnotfoundexception smack
Trying to log into XMPP server using Smack results in SASL "not authorized"

I'm trying to use Smack to log into a XMPP server. When trying to login I get the following Error : …

java xmpp smack sasl
XMPP: Smack client not receiving chat message

I've been struggling with XMPP chatting a lot through Smack and Openfire server. My problem is as follows: Whenever a …

xmpp chat message openfire smack
How to use smack with Openfire

Hi I am planning to develop a chat client which can connect to gtalk facebook etc...I have decided to …

java openfire smack google-talk facebook-chat
How to set/get profile data with XMPP using Smack

I am working on a XMPP client on Android, using the Smack library. The roster/messaging/presence stuff is running …

java android xmpp smack