Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added #defines for XML namespaces. | Wilmer van der Gaast | 2006-10-31 | -6/+4 |
| | ||||
* | Added a useful error message for SASL negotiation failures and turned off | Wilmer van der Gaast | 2006-10-02 | -0/+1 |
| | | | | | the little hack in jabber_write() for now because it breaks error handling. | |||
* | The SASL DIGEST-MD5 handler now doesn't barf on challenges without a realm | Wilmer van der Gaast | 2006-10-02 | -1/+7 |
| | | | | | (jabber.org likes to do this). | |||
* | Implemented support for SASL DIGEST-MD5 authentication. | Wilmer van der Gaast | 2006-09-23 | -2/+179 |
| | ||||
* | Better detection of successful IQ authentication (using packet caching), | Wilmer van der Gaast | 2006-09-22 | -2/+8 |
| | | | | | 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 | -0/+20 |
| | | | | | | | 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 | -0/+124 |
yet. |