Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Updated <presence> stuff to handle changing the priority setting. | Wilmer van der Gaast | 2006-09-24 | -1/+4 | |
| | |||||
* | Implemented a list of away states, using this for a better set_away(), and | Wilmer van der Gaast | 2006-09-23 | -20/+31 | |
| | | | | | got rid of the double <presence> tag sent because of presence_announce(). | ||||
* | Better detection of successful IQ authentication (using packet caching), | Wilmer van der Gaast | 2006-09-22 | -0/+6 | |
| | | | | | properly working SASL authentication (although only PLAIN so far). | ||||
* | Fixed return value on incomplete write()s in write handler, protection | Wilmer van der Gaast | 2006-09-22 | -2/+2 | |
| | | | | | | | against write()ing to sockets that are closed already, hopefully sane detection for SASL support, and only sending type=unavailable presence tag to logged in sessions. | ||||
* | Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completely | Wilmer van der Gaast | 2006-09-22 | -2/+9 | |
| | | | | | yet. | ||||
* | Implemented set_away() (VERY simple version, have to add an away state | Wilmer van der Gaast | 2006-09-21 | -0/+1 | |
| | | | | | | table like in the MSN module), added sending of keepalive "packets" and removed old main() code (for testing only) from jabber.c. | ||||
* | Now also sending <presence type="unavailable"/> tag on disconnect, as | Wilmer van der Gaast | 2006-09-21 | -1/+1 | |
| | | | | | recommended by rfc3921/5.1.5. | ||||
* | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-09-21 | -0/+2 | |
| | | | | | | at the end of sessions, support for sending messages, and restored the old (and leaking) xt_print(), which I'll only use for debugging. | ||||
* | Now parsing roster properly. (Hopefully...) | Wilmer van der Gaast | 2006-09-20 | -0/+3 | |
| | |||||
* | It now requests a roster when logged in, no parsing for it yet. | Wilmer van der Gaast | 2006-09-20 | -0/+1 | |
| | |||||
* | It can send a valid (pre-XMPP) login packet. Lots of work to do, still... | Wilmer van der Gaast | 2006-09-20 | -0/+33 | |
| | |||||
* | Added some pretty empty files. | Wilmer van der Gaast | 2006-09-20 | -0/+39 | |
| | |||||
* | Removed old Jabber module, started to fill in the new stuff. (xmltree | Wilmer van der Gaast | 2006-09-20 | -315/+0 | |
| | | | | | developed outside this tree) | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+315 | |