Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save lfcipriani/2418097 to your computer and use it in GitHub Desktop.
function onPresence(prs) {
// in this case, presence got from the XMPP server means to activate UI and allow user to enter the 2 terms to compare
console.log("Got presence!");
anonymous_jid = $(prs).attr('to');
// ... outras coisas
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment