Skip to content

Instantly share code, notes, and snippets.

@lfcipriani
Created April 19, 2012 03:02
Show Gist options
  • Select an option

  • Save lfcipriani/2418092 to your computer and use it in GitHub Desktop.

Select an option

Save lfcipriani/2418092 to your computer and use it in GitHub Desktop.
real-time-comparison.js
// initiating a BOSH connection to create an anonymous connection to the Collecta XMPP server
connection = new Strophe.Connection(Config.BOSH_SERVICE);
connection.connect(Config.HOST, null, onConnect);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment