summaryrefslogtreecommitdiff
path: root/sleekxmpp/roster/item.py
AgeCommit message (Collapse)Author
2011-11-28Ensure that saving a roster item includes the correct subscription value.Lance Stout
Fixes issue #118
2011-11-18Also fire changed_status when the status text changes for a resource.Lance Stout
2011-11-18Fix changed_status eventLance Stout
Once again only fires when a resource's presence show value changes.
2011-11-06Fix a crash when removing a contact.Lance Stout
Original author: louiz
2011-06-18Store unavailable presence as last sent presence.Lance Stout
2011-06-16Integrate roster with BaseXMPP.Lance Stout
Last sent stanzas are saved regardless of if the roster is used directly or self.send_presence
2011-06-16Split roster.py into a directory.Lance Stout