Differences From Artifact [1b5e581e8a]:
- File
src/XMPPConnection.h
— part of check-in
[6a3b0a9988]
at
2011-02-21 03:09:39
on branch trunk
— Add SCRAM-SHA-1 support
This adds the new base class XMPPAuthenticator and the derived
classes XMPPSCRAMAuth and XMPPPLAINAuth.
They are now used for authentication from within XMPPConnection.Also adds XMPPAuthFailedException which is thrown in appropriate places. (user: florob@babelmonkeys.de, size: 2965) [annotate] [blame] [check-ins using]
To Artifact [845301f1bf]:
- File
src/XMPPConnection.h
— part of check-in
[991c7aeff2]
at
2011-03-10 21:14:32
on branch trunk
— Stop caching authentication mechanisms
We don't need to do that. In fact we had to do additional work. (user: florob@babelmonkeys.de, size: 2936) [annotate] [blame] [check-ins using]
︙ | |||
59 60 61 62 63 64 65 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - | /// The JID bound to this connection (this is determined by the server) XMPPJID *JID; /// The port to connect to short port; /// Whether to use TLS BOOL useTLS; id <XMPPConnectionDelegate> delegate; |
︙ |