summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_stanza.cpp
AgeCommit message (Expand)Author
2014-01-13Add missing stdexcept includesFlorent Le Coz
2013-12-15Use XML-sanitized strings when serializing stanzas for the XMPP serverFlorent Le Coz
2013-12-03Use the logger everywhereFlorent Le Coz
2013-12-02xml-escape the tail in an XmlNodeFlorent Le Coz
2013-11-27Set the parent of a node passed to add_child, and return it for convenianceFlorent Le Coz
2013-11-14Fix a warningFlorent Le Coz
2013-11-11Unescape XML before sending messages over IRCFlorent Le Coz
2013-11-10Use the Expat library directly instead of relying on expatppFlorent Le Coz
2013-11-09Implement part and join, both waysFlorent Le Coz
2013-11-09CosmeticFlorent Le Coz
2013-11-07Send and receive messagesFlorent Le Coz
2013-11-03Add an XmppParser, and Stanza classesFlorent Le Coz