Right now I have a python class that creates user/deletes users by executing \"ejabberdctl register/unregister\" commands. Is there a python xmpp library that supports adding/re
xmpppy looks to have all the various methods for manipulating a client's roster.
Never used this myself, but the API documentation for the Roster class lists: delItem(self, jid) and setItem(self, jid) that remove and add the specified jid to the roster.
http://xmpppy.sourceforge.net/
http://xmpppy.sourceforge.net/apidocs/