aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/io.c
Commit message (Expand)AuthorAgeLines
* Lack of TLS support is also detected now if the server doesn't supportWilmer van der Gaast2006-10-04-16/+45
* Added a useful error message for SASL negotiation failures and turned offWilmer van der Gaast2006-10-02-1/+7
* No more double free()/crashes when trying to set up an SSL connection toWilmer van der Gaast2006-10-02-0/+5
* Better fix for servers that report to comply with XMPP 1.0 but don't offerWilmer van der Gaast2006-10-01-8/+7
* Can now log in to the jabber.com server (which pretends to support XMPP 1.0Wilmer van der Gaast2006-10-01-0/+12
* Some initial hooks/stuff for privacy lists, and fixed a crash bug onWilmer van der Gaast2006-10-01-1/+1
* Better handling of user tls setting.Wilmer van der Gaast2006-09-24-6/+24
* Added support for SSL- and TLS-connections. Checking of the "tls" userWilmer van der Gaast2006-09-24-9/+98
* Better detection of successful IQ authentication (using packet caching),Wilmer van der Gaast2006-09-22-3/+30
* Fixed return value on incomplete write()s in write handler, protectionWilmer van der Gaast2006-09-22-9/+58
* Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completelyWilmer van der Gaast2006-09-22-3/+12
* Now also sending <presence type="unavailable"/> tag on disconnect, asWilmer van der Gaast2006-09-21-6/+14
* Added simple parsing of incoming <presence> tags, a nice </stream:stream>Wilmer van der Gaast2006-09-21-3/+14
* It can send a valid (pre-XMPP) login packet. Lots of work to do, still...Wilmer van der Gaast2006-09-20-0/+237