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 use the smack API along with openfire..[详细]
2023-03-04 21:00 分类:问答getSearchForm returns null when using UserSearch in XMPP with aSmack
I have this code, almost unmodified from examples: UserSearchManager usm = new UserSearchManager(conn);[详细]
2023-03-04 14:44 分类:问答How to send XMPP Message with a given From or ReplyTo?
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:[详细]
2023-03-03 00:48 分类:问答How do I know if an account exists in a XMPP server from the client?
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[详细]
2023-02-27 03:41 分类:问答How to enable chat(private chat) with more than one user using smack
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[详细]
2023-02-27 02:09 分类:问答Error while connecting to facebook server through the proxy
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[详细]
2023-02-25 12:21 分类:问答Smack getPrivacyList method throws classCastException
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[详细]
2023-02-22 00:48 分类:问答Smack: Is it necessary (or even possible) to explicity close a Chat?
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[详细]
2023-02-14 18:48 分类:问答Xmpp and Android
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[详细]
2023-02-13 09:56 分类:问答Has anyone gotten compression to work with ASmack
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.[详细]
2023-02-13 08:23 分类:问答