Skip to content

Instantly share code, notes, and snippets.

@legastero
Created July 19, 2010 07:50
Show Gist options
  • Save legastero/481121 to your computer and use it in GitHub Desktop.
Save legastero/481121 to your computer and use it in GitHub Desktop.
Delete Roster Item
# Where self is a ClientXMPP object
self.delRosterItem('[email protected]')
# -or-
self.updateRoster('[email protected]', subscription='remove')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment