Rename XMPPAuthenticator functions
This commit is contained in:
parent
a97bd9c3a6
commit
ba13fa3e3a
5 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue