Hi I am planning to develop a chat client which can connect to gtalk facebook etc...I have decided to use the smack API along with openfire..
I have this code, almost unmodified from examples: UserSearchManager usm = new UserSearchManager(conn);
I would like to initiate a Chat between two users A and B from my web application. So I create an XMPP Message using Smack Client A开发者_C百科PI or directly from an OpenFire Plugin:
I\'m developing an IM application using Smack library, and I\'m facing some problems. I\'d like to know if it\'s possible to check for the existence of a user by its username in the server. My appli
I am able to connect to gtalk and facebook server.I can also get the presence of users.Right now I can chat with one person at a time.But I want to chat with more than one users at a time(private chat
I am having problems connecting to gtalk/facebook server from behind a proxy .In my loginservlet under doPost I specify the proxy settings before making a connection with the servers.The code is as fo
I am using Smack in an Android app for XMPP based communication. I am trying to create a privacy list using PrivacyManager. I have created a PrivacyList successfully, but when I try to access that lis
After开发者_如何学C opening an XMPP Chat using the Smack library, is it necessary (or even possible) to explicitly close a Chat?You simply drop your own references to it, and it will eventually disapp
I am using Xmpp protocol to create chat application with the help of smack api.n which user can able to chat with the other.however user unable to receive offline message .but if the user has more tha
I am using asmack xmpp client in an android app I am working on and would like to use compression. Ive found the setCompressionEnabledbut when I try it it tells me I need smackx.