I am using libjingl开发者_如何学Pythone for my XMPP connection. Can I connect two XMPP clients without having server in between. If yes how can I do that if no then why it is not possible?
What I need to do is create the server side for a chat application that will run on the iPhone, Android, Blackberry and web browsers.
I am using XMPP with strope.js and openfire. I have a query that how to get all the members already present in the room???
how can i update my avtar - login user avtar (photo) in xmpp using iphone SDK (XMPPStream) ? i have XMPPvCardAvatarModule (but not having method description) 开发者_高级运维so not able to get how to
I just set up jabber.el to use with my gmail account, and I w开发者_StackOverflow社区ant to make it stop showing the user icons in the roster. I just want to see the basic text. How do I do that?Just
$jaxl = new JAXL(array( \'user\'=>\'akooshesh@chat.facebook.com\', \'pass\'=>\'\', // Not required, we will use user session key instead
I am building a web based chat application using strophe and ejabberd. What I am trying to do now, is :
It’s just a start where I am exploring more in P2P side, and finding reasons in terms of Scalability or anything else for : SIP or XMPP (Jingle) for following use case :
I am a bit confused about how XEP-0114 works. Does servicing a domain using a component mean that the server will no longer do anything on behalf of that domain, or does it just mean that the componen
I want to create a chat client application for iPhone. I\'ve 开发者_开发百科read that the XMPP framework is one of the best to use for this. However, I haven\'t found much material out there on this,