Commit graph

21 commits

Author SHA1 Message Date
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
7f5c58ffc7 Adjust to reworked exception API. 2013-06-23 16:19:42 +02:00
46f2007247 Fix missing ivars missing the underscore prefix. 2013-02-14 00:24:13 +01:00
869b122a15 Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once.
2013-02-14 00:18:20 +01:00
4a016c271f Prefix all ivars with an underscore. 2013-02-12 22:36:39 +01:00
f590ff46fe Don't access isa directly. 2012-07-12 05:34:20 +02:00
Florian Zeitz
45806a4f08 Add missing header files
gcc complains about missing interfaces without this.
2012-06-02 00:16:56 +02:00
d314c1b32d Update URL in copyright. 2012-03-21 11:56:56 +01:00
df5e8f04b4 Adjust to recent ObjFW changes. 2011-09-23 01:38:03 +02:00
ec3e12b62a Check for res_ndestroy. 2011-05-26 22:42:16 +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
954e3e1dda Clean up exceptions.
The description generated by %@ is automatically released, so no need
for an autorelease pool.
2011-02-26 15:13:40 +01: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
73d317c41e Add missing -[description] to XMPPStringPrepFailedException. 2011-02-16 23:52:49 +01:00
8f4e29a466 Use exceptions. 2011-02-16 23:36:50 +01:00