Fix namespace handling.
This commit is contained in:
parent
1ffd66aa92
commit
d80aa353d3
4 changed files with 9 additions and 1 deletions
|
@ -695,6 +695,7 @@
|
|||
|
||||
if (resource != nil)
|
||||
[bind addChild: [OFXMLElement elementWithName: @"resource"
|
||||
namespace: XMPP_NS_BIND
|
||||
stringValue: resource]];
|
||||
|
||||
[iq addChild: bind];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue