Rename XMPPAuthenticator functions

This commit is contained in:
Florian Zeitz 2011-02-24 22:44:51 +01:00
parent a97bd9c3a6
commit ba13fa3e3a
5 changed files with 11 additions and 10 deletions

View file

@ -65,13 +65,13 @@
/**
* \return A OFDataAray containing the initial authentication message
*/
- (OFDataArray*)getClientFirstMessage;
- (OFDataArray*)clientFirstMessage;
/**
* \param challenge The challenge to generate a response for
* \return The response to the given challenge
*/
- (OFDataArray*)getResponseWithChallenge: (OFDataArray*)challenge;
- (OFDataArray*)calculateResponseWithChallenge: (OFDataArray*)challenge;
/**
* Checks whether the servers final message was valid