XMPPDiscoEntity: Update JID on resource bind

This commit is contained in:
Florian Zeitz 2013-06-05 21:01:39 +02:00
parent 2d96126a44
commit b7ef74a103
3 changed files with 6 additions and 7 deletions

View file

@ -107,6 +107,12 @@
return [caps SHA1Hash];
}
- (void)connection: (XMPPConnection*)connection
wasBoundToJID: (XMPPJID*)JID
{
_JID = [JID copy];
}
- (BOOL)connection: (XMPPConnection*)connection
didReceiveIQ: (XMPPIQ*)IQ
{