Fix namespace handling.

This commit is contained in:
Jonathan Schleifer 2011-05-12 19:49:58 +02:00
parent 1ffd66aa92
commit d80aa353d3
4 changed files with 9 additions and 1 deletions

View file

@ -695,6 +695,7 @@
if (resource != nil)
[bind addChild: [OFXMLElement elementWithName: @"resource"
namespace: XMPP_NS_BIND
stringValue: resource]];
[iq addChild: bind];