aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/xmltree.c
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | | at the end of sessions, support for sending messages, and restored the old (and leaking) xt_print(), which I'll only use for debugging.
* 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
developed outside this tree)