Skip to content

Instantly share code, notes, and snippets.

@legastero
Created June 17, 2010 18:37
Show Gist options
  • Save legastero/442537 to your computer and use it in GitHub Desktop.
Save legastero/442537 to your computer and use it in GitHub Desktop.
Send Presence Subscription
# Where xmpp is a SleekXMPP object
xmpp.sendPresence(pto='[email protected]', ptype='subscribe')
# -or-
xmpp.sendPresenceSubscription(pto='[email protected]', ptype='subscribe', pnick='Sleek')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment