Implement -hash for XMPPJID

This commit is contained in:
Florian Zeitz 2013-02-10 17:31:27 +01:00
parent 26bf6e94d8
commit a221f4bd38

View file

@ -245,4 +245,9 @@
return NO;
}
- (uint32_t) hash
{
return [[self fullJID] hash];
}
@end