Top "Smack" questions

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

Keep XMPP connection (using asmack) alive on Android

I'm developing an application that receives push notifications via XMPP ( I know C2DM, but it has some limitations and …

android xmpp push smack keep-alive
How to create a jabber/XMPP proxy/logging service?

I am working for a company that is using Google Chatback (anonymous chat with a support employee in my company's …

java xml-rpc xmpp smack
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
How can I make use of XMPP XEP-0184 "Message Delivery Receipts" with Smack?

Hi is there any way to do android xmpp client which will be able to get message receive confirmation (XEP-0184) …

xmpp smack
Smack 4.1 No Response within reply timeout

I am using the following code in my android app: Thread d = new Thread(new Runnable() { @Override public void run() { …

java android timeout xmpp smack
Not able to connect Android client with local XMPP server

This is with regards to post here I am able to connect my PC to the local tigase server setup …

android client-server xmpp smack tigase
How to get custom attribute value from an XMPP XML message?

Ok guys, simple question but pretty important to me. so, other android client are sending this xml msg: <message …

java android xmpp smack
smack- create entry in roster

I know that this question has been asked before, but only a partial response has been given by mschonaker here. …

xmpp smack rostering
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