Top "Smack" questions

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

XMPP with Java Asmack library supporting X-FACEBOOK-PLATFORM

I'm trying to make a Facebook Chat on Android with the Smack library. I've read the Chat API from Facebook, …

java android facebook xmpp smack
Unable to get presence of roster by using smack, openfire

I am new to smack API. I am trying to develop a chat application where I was trying for setting …

openfire smack
difference between XMPP servername and XMPP servicename?

In Smack API, there is a configuration class for connection, described at this page ConnectionConfiguration I am confused about the …

xmpp ejabberd openfire smack
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
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
how to do voice/video chat in android using smack api's

We are already using jabber smack api for chating in our application. now we are planing to upgrade my app …

android xmpp smack
Adding Custom Attributes in Message tag in XMPP packet using asmack for android?

The Message Packet that i want to recieve. <message to="[email protected]/smack" chat_id="73392" custom_packet="true" user_…

java android xmpp smack xmppframework
Smack "No Response From Server". Not sure why am i getting this error

I have an openfire server setted up on my local machine. I am trying to connect this server, but getting "…

android openfire smack
SASL authorization failing while connecting to XMPP server

I am trying to connect to gmail using SMACK API through XMPP server. but getting the error : SASL authentication failed …

xmpp smack google-talk
Sending and Receiving messages using Smack Api for Android

I'm trying since last four days to send and receive chat message using own XMPP and with Smack+OpenFire. According …

android xmpp openfire smack