aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
Commit message (Collapse)AuthorAgeLines
...
* Added some error handling for the (not very complete yet) privacy list code.Wilmer van der Gaast2006-10-02-0/+2
|
* Some initial hooks/stuff for privacy lists, and fixed a crash bug onWilmer van der Gaast2006-10-01-0/+8
| | | | | connecting to Google Talk.
* Changing the resource string while online probably doesn't work.Wilmer van der Gaast2006-09-25-1/+1
|
* Handling of incoming authorization requests, manual block/allow. (Doesn'tWilmer van der Gaast2006-09-24-0/+1
| | | | | seem to be completely like how it works on other IM networks.)
* Added add_buddy/remove_buddy functions. Removing a contact doesn't seemWilmer van der Gaast2006-09-24-0/+4
| | | | | to work perfectly though.
* Added support for SSL- and TLS-connections. Checking of the "tls" userWilmer van der Gaast2006-09-24-0/+1
| | | | | | setting has to be finished, plus an ssl_starttls() function for the other SSL libraries (this code will only compile with GnuTLS for now).
* 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