aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
Commit message (Collapse)AuthorAgeLines
* Added some error handling for the (not very complete yet) privacy list code.Wilmer van der Gaast2006-10-02-5/+48
|
* Some initial hooks/stuff for privacy lists, and fixed a crash bug onWilmer van der Gaast2006-10-01-5/+114
| | | | | connecting to Google Talk.
* Proper detection of resource changed strings from the server.Wilmer van der Gaast2006-09-26-8/+19
|
* Added add_buddy/remove_buddy functions. Removing a contact doesn't seemWilmer van der Gaast2006-09-24-0/+43
| | | | | to work perfectly though.
* Implemented a list of away states, using this for a better set_away(), andWilmer van der Gaast2006-09-23-1/+1
| | | | | 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-6/+28
| | | | | 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-1/+1
| | | | | | | 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.
* Now parsing roster properly. (Hopefully...)Wilmer van der Gaast2006-09-20-0/+19
|
* It now requests a roster when logged in, no parsing for it yet.Wilmer van der Gaast2006-09-20-10/+44
|
* It can send a valid (pre-XMPP) login packet. Lots of work to do, still...Wilmer van der Gaast2006-09-20-3/+78
|
* Added some pretty empty files.Wilmer van der Gaast2006-09-20-0/+35