summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-06-18System TrayKevin Smith
We need to have a look at the icons somewhat, but these will do for the second.
2009-06-12Removing auto delete stuff from Request.Remko Tronçon
This should now be handled properly by using shared_ptrs.
2009-06-12Do not handle IQs directly in XMPPRosterController.Remko Tronçon
XMPPRosterController now uses a RosterPushResponder to handle roster pushes.
2009-06-12Do not register IQHandler in the constructor.Remko Tronçon
This can get us in all kinds of trouble, including that it makes it impossible to use shared_ptr<> for Requests.
2009-06-10Moved Swiften/Controllers to Swift/Controllers.Remko Tronçon