smack
How to register a new user on XMPP using (a)Smack library
I have set up a xmpp server and android client using开发者_StackOverflow社区 the great post here... I have some pre defined users set up in the xmpp server and i could login with those credentials.[详细]
2023-01-31 00:44 分类:问答How to get my public IP from XMPP bind message?
I\'m writing Android app and need to know my public IP. In my app i\'m using Smack library for conversation with XMPP server (that needed not only to know my IP)[详细]
2023-01-30 17:45 分类:问答Android smack stops working
I am playing around Smack for android - writing a chat client using xmpp protocol. I used patched Smack from here http://people.apache.org/~dims/android/XMPPClient-2.zip[详细]
2023-01-30 09:56 分类:问答Problem in receiving first Message by Smack
I use below code to send messages. // Assume we\'ve created an XMPPConnection name \"connection\". ChatManager chatmanager = connection.getChatManager();[详细]
2023-01-24 08:31 分类:问答Send XMPP message without starting a chat
I am basically writing a XMPP client to automatically reply to \"specific\" chat messages. My setup is like this:[详细]
2023-01-23 14:18 分类:问答android+smack+openfire
I have some doubts in getti开发者_如何学JAVAng the open server information to java program dispalying the already existing users to newly registred user[详细]
2023-01-23 01:24 分类:问答How to send files using Smack?
I am struggling with this code: FileTransferManager manager = new FileTransferManager(connection) OutgoingFileTransfer transfer = manager.createOutgoing开发者_运维问答FileTransfer(\"gmailusername@gm[详细]
2023-01-19 14:07 分类:问答XMPP server giving error "No response from server"
hi i am using smack.jar to connect to my gmail server. but xmppconnection.connet() is failing and it says that server is not responding . i am attaching the log. please help me out.[详细]
2023-01-19 08:05 分类:问答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 get my buddy list.But how can i add new friends to my buddyList开发者_运维问答.Is there any API smack e[详细]
2023-01-19 05:24 分类:问答facing problem using smack on android
I have a button in Android Application. When the button is clicked following code is invoked: TestSmack a = n开发者_如何学Pythonew TestSmack();[详细]
2023-01-17 07:05 分类:问答