A little cleanup work. Still needs a configure script.

This commit is contained in:
Jonathan Schleifer 2011-02-25 23:52:29 +01:00
parent ba13fa3e3a
commit c44fefa67c
5 changed files with 318 additions and 249 deletions

View file

@ -44,8 +44,8 @@
* \return A new autoreleased XMPPSCRAMAuth
*/
+ SCRAMAuthWithAuthcid: (OFString*)authcid
password: (OFString*)password
hash: (Class)hash;
password: (OFString*)password
hash: (Class)hash;
/**
* Creates a new autoreleased XMPPSCRAMAuth with an authzid,
@ -58,9 +58,9 @@
* \return A new autoreleased XMPPSCRAMAuth
*/
+ SCRAMAuthWithAuthzid: (OFString*)authzid
authcid: (OFString*)authcid
password: (OFString*)password
hash: (Class)hash;
authcid: (OFString*)authcid
password: (OFString*)password
hash: (Class)hash;
/**
* Initializes an already allocated XMPPSCRAMAuth with an authcid and password.
@ -72,7 +72,7 @@
*/
- initWithAuthcid: (OFString*)authcid
password: (OFString*)password
hash: (Class)hash;
hash: (Class)hash;
/**
* Initializes an already allocated XMPPSCRAMAuth with a authzid,