Differences From Artifact [a3f2e17a8e]:
- File src/XMPPConnection.m — part of check-in [55e37a4da2] at 2011-04-25 17:48:30 on branch trunk — Move all roster handling code to XMPPRoster. (user: js, size: 20312) [annotate] [blame] [check-ins using]
To Artifact [268210e651]:
- File src/XMPPConnection.m — part of check-in [39a1c76b23] at 2011-05-12 17:49:58 on branch trunk — Fix namespace handling. (user: js, size: 20346) [annotate] [blame] [check-ins using]
︙ | |||
691 692 693 694 695 696 697 698 699 700 701 702 703 704 | 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 | + | ID: bindID]; bind = [OFXMLElement elementWithName: @"bind" namespace: XMPP_NS_BIND]; if (resource != nil) [bind addChild: [OFXMLElement elementWithName: @"resource" namespace: XMPP_NS_BIND stringValue: resource]]; [iq addChild: bind]; [self sendStanza: iq]; } |
︙ |