Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Special message when the XMPP session is ended because of a concurrent | Wilmer van der Gaast | 2006-10-12 | -0/+36 |
| | | | | | | login, and now sending proper error responses to IQ packets we can't handle. | |||
* | Never mind about those privacy lists, they're horrible and not supported | Wilmer van der Gaast | 2006-10-07 | -4/+20 |
| | | | | | | | by any client I know of. Also, they're already working on a (probably completely incompatible) standard: JEP-191. Maybe BitlBee will implement it too some day... | |||
* | Added max. recursion depth arguments to xt_handle()/_cleanup() to make sure | Wilmer van der Gaast | 2006-10-06 | -10/+15 |
| | | | | | | commands that still have to be handled don't get (partially) cleaned up already. | |||
* | Added xt_dup(). | Wilmer van der Gaast | 2006-09-26 | -0/+41 |
| | ||||
* | Fixed an off-by-one memory allocation bug in xt_new_node(). | Wilmer van der Gaast | 2006-09-24 | -1/+1 |
| | ||||
* | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-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 Gaast | 2006-09-20 | -1/+12 |
| | ||||
* | Removed old Jabber module, started to fill in the new stuff. (xmltree | Wilmer van der Gaast | 2006-09-20 | -0/+481 |
developed outside this tree) |