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

@ -40,7 +40,7 @@
password: password] autorelease];
}
- (OFDataArray*)getClientFirstMessage
- (OFDataArray*)clientFirstMessage
{
OFDataArray *message = [OFDataArray dataArrayWithItemSize: 1];
/* authzid */
@ -60,7 +60,7 @@
return message;
}
- (OFDataArray*)getResponseWithChallenge: (OFDataArray*)challenge
- (OFDataArray*)calculateResponseWithChallenge: (OFDataArray*)challenge
{
@throw [XMPPAuthFailedException
newWithClass: isa