Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Implement some kind of ignorant awareness of XML namespaces: Enough to not | Wilmer van der Gaast | 2010-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 accepting | Wilmer van der Gaast | 2008-09-28 | -1/+1 |
| | | | | | a password in the IRC JOIN command). | |||
* | Moved xmltree handlers initialization to xt_new(). | Wilmer van der Gaast | 2008-02-16 | -1/+2 |
| | ||||
* | Moved xmltree to lib/ because I want to use it from more than just the | Wilmer van der Gaast | 2008-02-16 | -0/+589 |
Jabber module. |