I have written an XMPP client with jQuery+Strophe. It all works well (1-on-1, presence, MUC, etc) and is contained within a jQuery-plugin. However, when the page unloads, it sends 2 final requests wit
I am trying to connect to FB Chat using the X-FACEBOOK-PLATFORM authentication technique. I am currently using the Strophe开发者_运维百科 library.
I\'m currently playing with strophe.js, backbone.js & wijmo (UI library based on jquery UI) and working on a chat interface. I have two dialog boxes, one is the contacts list,开发者_运维技巧 the o
I am trying to find out the execution order of XMPP stanzas, I am using Strophe + Ejabberd and if I send a request like this.
I\'m able to create a XMPP connection on page load. However whenever I move to another pages, I want to use the same connection to remove recurring notifications in client. I\'ve used following code.
I have an object for each room I\'m joining with Strophe. This object contains a function for handling presence stanzas for this particular room.
I have Punjab installed on Ubuntu, which has apache and is a web server. However,when I launch the page http://mydomain:5280/xmpp-httpbind,
I\'m implementing a real-time notification system using XMPP over BOSH and Strophe on the clie开发者_StackOverflow中文版nt-side, but I\'m having some problems. When I log onto my website I establish a
I\'m trying to integrate Google Talk (a.k.a. gtalk) into my web app.It\'s going to be a tight integration, so Google Talk chatback badge, and embedding Google\'s flash based web client using an iframe
I have been using a PEP plugin (found here: https://github.com/flosse/strophejs-plugins/blob/master/pep/strophe.pep.js) to connect to a users node however I am having some trouble. When my connected b