slixmpp/sleekxmpp/roster
Lance Stout 3fc20e10f5 Add some convenience methods to rosters.
Can now use len(self.client_roster) to get the number of JIDs in
the roster, and self.client_roster.groups() to get a dict of
groups and the JIDs in those groups.
2011-08-18 00:07:37 -07:00
..
__init__.py Split roster.py into a directory. 2011-06-16 14:15:22 -07:00
item.py Store unavailable presence as last sent presence. 2011-06-18 14:36:19 -07:00
multi.py Integrate roster with BaseXMPP. 2011-06-16 16:03:31 -07:00
single.py Add some convenience methods to rosters. 2011-08-18 00:07:37 -07:00