Commit graph

15 commits

Author SHA1 Message Date
8c991b50d2
Change documentation style to ObjFW's style 2017-07-23 13:57:22 +02:00
cb5f6bfe40
Adjust to ObjFW changes & small fixes 2017-07-23 13:19:48 +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
4fead04d9a Prefix *all* IVars with _. 2013-06-23 22:13:43 +02:00
f186c4f302 Improve documentation. 2013-02-15 15:32:44 +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
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
Florian Zeitz
74727c159c Fix XMPPAuthenticator to support non-optimized message flow
While RFC6120 allows and encourages sending data with the success
message it is also legal to send the same data as a challenge and
await an empty response. This rework honors that fact.
2011-09-18 21:33:19 +02:00
5b16eaa1f0 Port to ObjC 1. 2011-03-29 03:46:20 +02:00
Florian Zeitz
ba13fa3e3a Rename XMPPAuthenticator functions 2011-02-24 22:44:51 +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