I\'ve been looking around for information about XMPP and JavaScr-er, ECMAScript and XMPP. After doing some research,i found Strophe. It looks intriguing and i was able to get some code to compile (alw
I\'m working on XMPP (Jabber) client in Java and I want to connect to server via SASL. After some research I found this site that explains whole authentication mechanism.
Edit for those who say to use tab control I would love to use a tab control; yet i have no idea how to go about linking the tab control up from the main form.I would assume that I would have to do so
I needed to implement ajax push for real-time updates if there is a database update, group chat etc. As far i have come to know after researching on the net that methods like having a comet server, pu
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
Vivox开发者_运维百科 launched the Bobsled application for the Facebook comunity. But is there a geteway available for the public VoIP network ?
I am trying to marshall a message using the following snippet: JAXBContext jContext = JAXBContext.newInstance(Iq.class);
Let\'s say I have the following server-side architecture for my XMPP-based chat service: I assume that each client (Sender being one, Recipient 1 and 2 being others) must initially connect to and b
Let\'s say my goal is to create a chat service. I also want multiple, discrete chat rooms. 开发者_开发百科
How to simulate multiple account开发者_JAVA百科 in jsjac or strophe.I don\'t know about Strophe or jsjac, but with XMPP in general each account requires a seperate XMPP connection.strophe support mult