Rename XMPPAuthenticator functions
This commit is contained in:
parent
a97bd9c3a6
commit
ba13fa3e3a
5 changed files with 11 additions and 10 deletions
|
@ -257,7 +257,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
- (OFDataArray*)getClientFirstMessage
|
||||
- (OFDataArray*)clientFirstMessage
|
||||
{
|
||||
OFDataArray *ret = [OFDataArray dataArrayWithItemSize: 1];
|
||||
[GS2Header release];
|
||||
|
@ -282,7 +282,7 @@
|
|||
return ret;
|
||||
}
|
||||
|
||||
- (OFDataArray*)getResponseWithChallenge: (OFDataArray*)challenge
|
||||
- (OFDataArray*)calculateResponseWithChallenge: (OFDataArray*)challenge
|
||||
{
|
||||
size_t i;
|
||||
uint8_t *clientKey, *serverKey, *clientSignature;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue