aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmltree.h
Commit message (Collapse)AuthorAgeLines
* Add xt_find_path() to simplify digging through multi-level XML trees.Wilmer van der Gaast2010-08-15-0/+1
|
* Read incoming MSN status/away messages.Wilmer van der Gaast2010-08-14-1/+2
|
* Some syntax checking fixups; don't make the same mistake of failing just ifWilmer van der Gaast2010-08-12-0/+1
| | | | | | the MSN server is sending a little bit *more* info. And adding xt_insert_node() used in the ADL generation code.
* Restored support for password-protected chatrooms (for now only by acceptingWilmer van der Gaast2008-09-28-1/+1
| | | | | a password in the IRC JOIN command).
* Moved xmltree handlers initialization to xt_new().Wilmer van der Gaast2008-02-16-2/+2
|
* Moved xmltree to lib/ because I want to use it from more than just theWilmer van der Gaast2008-02-16-0/+97
Jabber module.