Implement roster versioning.
Still needs some testing.
This commit is contained in:
parent
04b9740263
commit
cf420076c2
5 changed files with 102 additions and 40 deletions
|
@ -350,9 +350,9 @@
|
|||
return streamOpen;
|
||||
}
|
||||
|
||||
- (BOOL)rosterVersioningSupported
|
||||
- (BOOL)supportsRosterVersioning
|
||||
{
|
||||
return rosterVersioningSupported;
|
||||
return supportsRosterVersioning;
|
||||
}
|
||||
|
||||
- (BOOL)checkCertificateAndGetReason: (OFString**)reason
|
||||
|
@ -852,7 +852,7 @@
|
|||
|
||||
if ([element elementForName: @"ver"
|
||||
namespace: XMPP_NS_ROSTERVER] != nil)
|
||||
rosterVersioningSupported = YES;
|
||||
supportsRosterVersioning = YES;
|
||||
|
||||
if (mechs != nil) {
|
||||
OFEnumerator *enumerator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue