Chris Ballinger

Results 294 comments of Chris Ballinger

DDXML is supposed to mirror the upstream NSXML API, allowing the end user to swap out KissXML for NSXML on macOS. Perhaps this can be moved to a generic category...

Feel free to submit a pull request On Fri, Sep 16, 2016 at 2:48 AM, Roman Gille [email protected] wrote: > Is it planned to implement this some day? > >...

If you're making a Swift framework you shouldn't integrate it directly unless you change all the KissXML class names to prevent collisions. On Fri, Sep 9, 2016 at 10:01 AM,...

Send pull request and I'll merge thanks On Tue, Aug 16, 2016 at 11:29 AM, chadbag [email protected] wrote: > This should be noted in the documentation or code comments. KissXML...

Thanks for the detailed investigation! I agree that the proposed fix is a bit hacky, but the problem is probably hard to solve in a "clean" way regardless of the...

Perhaps the rest of this class should be audited for `id` as well. There's also a simpler way of adding the `id`. ```objc XMPPIQ *iq = [XMPPIQ iqWithType:@"get" elementID:[xmppStream generateUUID]];...

Instead of adding +1, please do something constructive like begin working on a pull request.

I'm not sure if we really want to change this API contract. You can always construct an XMPPStream that is not connected and pass that in.

@alessioarsuffi Sorry for the delay on this! An XMPPStream can be instantiated without being connected

Can you try the latest TestFlight build? v4.1.1 (96) On Thu, Jul 27, 2017 at 12:19 AM, mohitaddval wrote: > Facing a weird issue, while chatting in a group i...