aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/xmltree.h
Commit message (Collapse)AuthorAgeLines
* Moved xmltree to lib/ because I want to use it from more than just theWilmer van der Gaast2008-02-16-97/+0
| | | | | Jabber module.
* Less copy-pasting in the service discovery reply and added MUC support toWilmer van der Gaast2007-07-01-4/+4
| | | | | that list. And adding some const stuff in the xmltree functions.
* Special message when the XMPP session is ended because of a concurrentWilmer van der Gaast2006-10-12-0/+1
| | | | | | login, and now sending proper error responses to IQ packets we can't handle.
* Added max. recursion depth arguments to xt_handle()/_cleanup() to make sureWilmer van der Gaast2006-10-06-2/+2
| | | | | | commands that still have to be handled don't get (partially) cleaned up already.
* Added xt_dup().Wilmer van der Gaast2006-09-26-0/+1
|
* Added some pretty empty files.Wilmer van der Gaast2006-09-20-0/+5
|
* Removed old Jabber module, started to fill in the new stuff. (xmltreeWilmer van der Gaast2006-09-20-0/+90
developed outside this tree)