Skip to content

Instantly share code, notes, and snippets.

@ataliba
Created November 11, 2013 18:11
Show Gist options
  • Save ataliba/7417606 to your computer and use it in GitHub Desktop.
Save ataliba/7417606 to your computer and use it in GitHub Desktop.
/* Configuration */
// Domain name to connect to for XMPP.
var defaultDomain = 'chat.ataliba.net'
// Address of the XMPP MUC server.
var defaultConferenceServer = 'conference.chat.ataliba.net'
// BOSH is served over an HTTPS proxy for better security and availability.
var defaultBOSH = 'https://chat.ataliba.net/http-bind/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment