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.
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)
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
I use below code to send messages. // Assume we\'ve created an XMPPConnection name \"connection\". ChatManager chatmanager = connection.getChatManager();
I am basically writing a XMPP client to automatically reply to \"specific\" chat messages. My setup is like this:
I have some doubts in getti开发者_如何学JAVAng the open server information to java program dispalying the already existing users to newly registred user
I am struggling with this code: FileTransferManager manager = new FileTransferManager(connection) OutgoingFileTransfer transfer = manager.createOutgoing开发者_运维问答FileTransfer(\"gmailusername@gm
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.
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
I have a button in Android Application. When the button is clicked following code is invoked: TestSmack a = n开发者_如何学Pythonew TestSmack();