Implement -hash for XMPPJID
This commit is contained in:
parent
26bf6e94d8
commit
a221f4bd38
1 changed files with 5 additions and 0 deletions
|
@ -245,4 +245,9 @@
|
|||
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (uint32_t) hash
|
||||
{
|
||||
return [[self fullJID] hash];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue