Comment: | Add SCRAM-SHA-1 support
This adds the new base class XMPPAuthenticator and the derived Also adds XMPPAuthFailedException which is thrown in appropriate places. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6a3b0a99882a89bef4d0597082bd7a8e |
User & Date: | florob@babelmonkeys.de on 2011-02-21 03:09:39 |
Other Links: | manifest | tags |
2011-02-24
| ||
18:51 | Escape SCRAM usernames (authzid and authcid) check-in: a59df3b671 user: florob@babelmonkeys.de tags: trunk | |
2011-02-21
| ||
03:09 | Add SCRAM-SHA-1 support check-in: 6a3b0a9988 user: florob@babelmonkeys.de tags: trunk | |
2011-02-19
| ||
22:39 | Fix mechanisms parsing check-in: 5027cc014a user: florob@babelmonkeys.de tags: trunk | |
Modified src/Makefile from [aed6ade7ee] to [2d3658b273]. [diff]
Added src/XMPPAuthenticator.h version [dd2be7ab8f].
Added src/XMPPAuthenticator.m version [ce929b9acc].
Modified src/XMPPConnection.h from [4559cd5da6] to [1b5e581e8a]. [diff]
Modified src/XMPPConnection.m from [8f383aeac0] to [b8bdaffc4b]. [diff]
Modified src/XMPPExceptions.h from [c92946c52e] to [e4ea710d7a]. [diff]
Modified src/XMPPExceptions.m from [efe19df829] to [60f59f8f6f]. [diff]
Added src/XMPPPLAINAuth.h version [838ab06906].
Added src/XMPPPLAINAuth.m version [14bbbb67be].
Added src/XMPPSCRAMAuth.h version [c2b505a01d].
Added src/XMPPSCRAMAuth.m version [662da97f8a].
Modified tests/test.m from [00843fd022] to [1d590d00a0]. [diff]