summaryrefslogtreecommitdiff
path: root/sleekxmpp/roster/single.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2012-07-19Fix issue of roster data being split across multiple rosters.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Simplify tracking last sent presence using outgoing filters.Lance Stout
2012-06-04Include the default, unnamed group in self.client_roster.groups()Lance Stout
2012-03-07Add support for roster versioning.Lance Stout
2012-03-05Propagate save option when setting a roster backend.Lance Stout
2012-03-05Prevent excess loading from the roster db.Lance Stout
2012-01-17Fix roster key issue for non-JID keys.Lance Stout
2012-01-16Use jid.bare as a key instead of a JID instance.Rodolfo Henrique Carvalho
2012-01-11update_caps() can now do presence broadcasting.Lance Stout
2012-01-10Make the roster easier to inspect.Lance Stout
2011-10-07Fix typos in the roster update method.Lance Stout
2011-08-18Add some convenience methods to rosters.Lance Stout
2011-08-17Update plugins that use Iq stanzas to work with new exceptions.Lance Stout
2011-06-18Need to store unavailable presence as last sent if broadcasted.Lance Stout
2011-06-16Integrate roster with ClientXMPP.Lance Stout
2011-06-16Integrate roster with BaseXMPP.Lance Stout
2011-06-16Split roster.py into a directory.Lance Stout