Commit graph

23 commits

Author SHA1 Message Date
8c991b50d2
Change documentation style to ObjFW's style 2017-07-23 13:57:22 +02:00
5fa8b0b9b3
Adjust to ObjFW changes 2017-05-13 17:03:44 +02:00
73d3bca240
Fix URL in copyright header 2017-04-30 17:04:04 +02:00
1cf318f91e
Adjust to ObjFW changes 2016-07-10 00:39:19 +02:00
d736c927f1 Adjust exceptions to ObjFW API change. 2013-11-22 21:21:56 +01:00
9ae39edeb4 Use instancetype. 2013-06-23 23:41:47 +02:00
4fead04d9a Prefix *all* IVars with _. 2013-06-23 22:13:43 +02:00
7f5c58ffc7 Adjust to reworked exception API. 2013-06-23 16:19:42 +02:00
f186c4f302 Improve documentation. 2013-02-15 15:32:44 +01:00
46f2007247 Fix missing ivars missing the underscore prefix. 2013-02-14 00:24:13 +01:00
4a016c271f Prefix all ivars with an underscore. 2013-02-12 22:36:39 +01:00
d314c1b32d Update URL in copyright. 2012-03-21 11:56:56 +01:00
Florian Zeitz
91ac419c48 Fix typo \end -> \endcond 2012-02-03 16:35:39 +01:00
0da29ac529 Documentation improvements. 2012-02-03 16:12:04 +01:00
643552d5d9 Hide instance variables from the documentation. 2012-02-03 11:43:44 +01:00
3d5d7564a7 Clean up properties. 2012-02-03 09:04:54 +01:00
Florian Zeitz
c75c7f1f91 Document the exceptions 2012-01-30 00:39:12 +01:00
df5e8f04b4 Adjust to recent ObjFW changes. 2011-09-23 01:38:03 +02:00
Florian Zeitz
d47fdd3380 Handle stream errors 2011-04-15 02:41:23 +02:00
5b16eaa1f0 Port to ObjC 1. 2011-03-29 03:46:20 +02:00
Florian Zeitz
d6227ca0a1 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.
2011-02-21 04:09:39 +01:00
Florian Zeitz
5e8481027e Perform IDNA's ToASCII operation on the server's domain name 2011-02-18 01:56:41 +01:00
8f4e29a466 Use exceptions. 2011-02-16 23:36:50 +01:00