Skip to content

Instantly share code, notes, and snippets.

@legastero
Last active December 26, 2015 09:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legastero/7127532 to your computer and use it in GitHub Desktop.
Save legastero/7127532 to your computer and use it in GitHub Desktop.
Where to find XMPP/Jingle in JS resources

With Jingle.js, we have a common Jingle implementation that a group of us library implementors are now using and hammering out bugs and edge cases. We also have a range of options for XMPP in the browser that make the APIs simple and get rid of seeing or caring about XML.

For what was shown at Realtime Conf, see http://vimeo.com/77289728 at around the 16min mark where I go up.

@DamonOehlman
Copy link

Looks good - after watching the video I'm really impressed with the demo you did and also the underlying message of the talk (we can do better than silos).

I've got a few other things to do for a couple of days, but I reckon in a week or so I'll have a look at making a messenger bridge so we can use it with our signaller (https://github.com/rtc-io/rtc-signaller). My intention was always to be able to support XMPP so it's great to see the work that you guys have done in the space.

It will be interesting to see what things I do need to tweak to support that approach.

Thanks again for pulling the information together :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment