XMPPFramework icon indicating copy to clipboard operation
XMPPFramework copied to clipboard

added id attribute to XMPPRoster.addUser (needed for ejabberd 17.0x)

Open azhari opened this issue 8 years ago • 2 comments

added id attribute for addUser for ejabberd 17.0X support, will not effect other XMPP server

azhari avatar Sep 21 '17 11:09 azhari

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 avatar Sep 22 '17 20:09 chrisballinger

@chrisballinger: Any news for this PR?

Neustradamus avatar Feb 05 '21 23:02 Neustradamus