aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmltree.c
Commit message (Collapse)AuthorAgeLines
* Implement some kind of ignorant awareness of XML namespaces: Enough to notWilmer van der Gaast2010-05-12-1/+21
| | | | | | | break backward compatibility (hopefully) but be able to pick up inappropriate uses of XML namespace prefixes. Main reason for this change: Fix XMPP typing notification compatibility with GMail.
* 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-1/+2
|
* Moved xmltree to lib/ because I want to use it from more than just theWilmer van der Gaast2008-02-16-0/+589
Jabber module.