aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
Commit message (Collapse)AuthorAgeLines
...
* Updated <presence> stuff to handle changing the priority setting.Wilmer van der Gaast2006-09-24-1/+4
|
* Implemented a list of away states, using this for a better set_away(), andWilmer van der Gaast2006-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 Gaast2006-09-22-0/+6
| | | | | properly working SASL authentication (although only PLAIN so far).
* Fixed return value on incomplete write()s in write handler, protectionWilmer van der Gaast2006-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 completelyWilmer van der Gaast2006-09-22-2/+9
| | | | | yet.
* Implemented set_away() (VERY simple version, have to add an away stateWilmer van der Gaast2006-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, asWilmer van der Gaast2006-09-21-1/+1
| | | | | recommended by rfc3921/5.1.5.
* Added simple parsing of incoming <presence> tags, a nice </stream:stream>Wilmer van der Gaast2006-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 Gaast2006-09-20-0/+3
|
* It now requests a roster when logged in, no parsing for it yet.Wilmer van der Gaast2006-09-20-0/+1
|
* It can send a valid (pre-XMPP) login packet. Lots of work to do, still...Wilmer van der Gaast2006-09-20-0/+33
|
* Added some pretty empty files.Wilmer van der Gaast2006-09-20-0/+39
|
* Removed old Jabber module, started to fill in the new stuff. (xmltreeWilmer van der Gaast2006-09-20-315/+0
| | | | | developed outside this tree)
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+315