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)
Hey guys. I need to write xmpp bot which will be receiving and sending about 2000 messages per hour (24/7 work time) and working with MongoDB (select, update queries开发者_开发问答). Is it bad idea to
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I am integrating two apps into one. the first app is a chat app. We have used xmpp framework for retrieving Gmail chat buddies form Gmail account. In the other app we have used Google Data Protocol fo
I want to build web based facebook like lightweight chat for my site. Website build on ASP .net on SQL server 2005.
I\'m starting the development of a multiplayer game for iPhone/iPad and i was thinking of using Tigase as XMMP server for the game server. However it seems like Tigase not yet implement MUG XEP. Anywa
I\'m working on a GTalk bot. I\'m not done with it, but so far, my bot are working okay. There\'s one thing that annoys me ever since I first ran the bot. When I send an IM message to my gtalk bot, it
I want to write a micro blogging site with html frontend but xmpp backend (Instant messenger type). By this, I mean server should push all the updates to client br开发者_JAVA技巧owser and hence consta
I\'m making simple XMPP client using Jabber-Net. To send simple mes开发者_高级运维sage i\'m using a way from example code, i.e.:
<?php include(\"XMPP.php\"); $conn = new XMPPHP_XMPP(\'server.com\', 5222, \'user\', \'pass\', \'home\');