I\'m trying to develop a background process that intercepts a XMPP message and performs an action, I\'m using asmack as the main XMPP library. I presume I need a broadcastReciever that responds to a s
I am interested to make a chatbot. My script is currently working fine with imified.com bot. however imified is down almost everday. so i am looking for my own solution.
Hey Guys, I seem to be having trouble using the xmpppy client when sending messages to the app engine\'s xmpp client.
Imagine that I would like to do an app where users can chat, but visually - they would 开发者_如何学运维paint stuff on the screen. The screen would be split in half, and each participant would draw so
Ok, the problem should be trivial but I can\'t get to the bottom of it. I have two users A & B Their JID\'s for this example will be A@123 and B@123 where 123 is the IP of the server.
I am trying to write a multiplayer game similar to say Go and was wondering how people do the communication across players on the server side?
I\'ve searched around quite a bit to try and find some additional information on Smack and their ChatManager, but there isn\'t much, so it\'s time to come to SOF.
i am creating a websi开发者_Go百科te containing all this messenger mentioned above. I just want to know that which language should i use to embed all this messenger on one website .. ? shall i use PHP
i am making a chat app in which you can chat with each other..i am using xmpp framework for iphone.. http://code.google.com/p/xmppframework/
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.