I was wondering if I have to implement a XMPP client, which connection is the best way, using socket or BOSH?What are the pros and cons?I assume both c开发者_StackOverflow中文版an support clients to b
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using Smack API to develop a multi-user gaming client. I\'ve got a problem with my smack application: i can send messages and requests to the server, but my application can\'t read responses fro
Know of any tutorials or resources to configur开发者_如何学Pythone Openfire Server to use it\'s built in Bosh support for an XMPP chat client developed with stroph.The Openfire Server is an existing c
We currently using OpenFire as our XMPP server and using SoapBox C# library to implement XMPP client开发者_高级运维.But now we want to move to secure XMPP over HTTP (BOSH) so users can instant chat on
I want to build a XMPP web-based chat client to add on to outlook web access.I\'ve read that Javascript is problematic.
I\'ve been working with XMPP related stuff now and here\'s what I\'ve assimilated so far. XMPP and HTTP are two different protocols but when you\'re trying to implement a browser-based XMPP client, th
Due to my lack of experience on the matter I\'m having some problems figuring out some stuff concerning XMPP.
I\'m currently working on a Project in my University which is an Android-App which is supposed to deliver data to a Server.
I am using the XMPP smack api to connect to an Openfire server.I am trying to query the server to return all public rooms available without knowing this names of the rooms in advance.The goal of this