XMPPFramework
XMPPFramework copied to clipboard
added id attribute to XMPPRoster.addUser (needed for ejabberd 17.0x)
added id attribute for addUser for ejabberd 17.0X support, will not effect other XMPP server
Perhaps the rest of this class should be audited for id as well. There's also a simpler way of adding the id.
XMPPIQ *iq = [XMPPIQ iqWithType:@"get" elementID:[xmppStream generateUUID]];
@chrisballinger: Any news for this PR?