aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/xmltree.c
Commit message (Expand)AuthorAgeLines
* Moved xmltree to lib/ because I want to use it from more than just theWilmer van der Gaast2008-02-16-589/+0
* Merging from devel/Jelmer.Wilmer van der Gaast2007-11-14-0/+2
|\
| * Removed some debugging stuff that shouldn't have been here for a long timeWilmer van der Gaast2007-11-14-0/+2
* | Less copy-pasting in the service discovery reply and added MUC support toWilmer van der Gaast2007-07-01-4/+4
* | Added a real XML-console to the Jabber module! Add the handle "xmlconsole"Wilmer van der Gaast2007-06-04-2/+0
* | Fixes: handling of being kicked, now sending <presence/> tags to allWilmer van der Gaast2007-04-22-1/+1
* | You can send messages too now. But it's still very kludgy and doesn't workWilmer van der Gaast2007-04-22-1/+1
* | Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-0/+2
|/
* Special message when the XMPP session is ended because of a concurrentWilmer van der Gaast2006-10-12-0/+36
* Never mind about those privacy lists, they're horrible and not supportedWilmer van der Gaast2006-10-07-4/+20
* Added max. recursion depth arguments to xt_handle()/_cleanup() to make sureWilmer van der Gaast2006-10-06-10/+15
* Added xt_dup().Wilmer van der Gaast2006-09-26-0/+41
* Fixed an off-by-one memory allocation bug in xt_new_node().Wilmer van der Gaast2006-09-24-1/+1
* Added simple parsing of incoming <presence> tags, a nice </stream:stream>Wilmer van der Gaast2006-09-21-3/+0
* It can send a valid (pre-XMPP) login packet. Lots of work to do, still...Wilmer van der Gaast2006-09-20-1/+12
* Removed old Jabber module, started to fill in the new stuff. (xmltreeWilmer van der Gaast2006-09-20-0/+481