summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-15Make JID constructor with string implicit.Remko Tronçon
This avoids the need to explicitly contruct a JID where a string is used.
2011-02-02Removing unused parameter from Client constructor.Remko Tronçon
2010-12-04Added EchoPayload parserialement.Remko Tronçon
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
Resolves: #692
2010-11-16Pass NetworkFactories as an explicit dependency into client.Remko Tronçon
2010-10-27Remove MainEventLoop singleton.Remko Tronçon
The event loop now needs to be explicitly passed to clients using it.
2010-10-09Fixed EchoBot compilation warnings.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon