Artifact 21faea92495427dfcae7e5d2a2dc020e5efa95ddde7cd6440a4b37bc3330aa8c:
- File src/XMPPDiscoNode+Private.h — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 322) [annotate] [blame] [check-ins using]
#import "XMPPDiscoNode.h" OF_ASSUME_NONNULL_BEGIN @class XMPPConnection; @class XMPPIQ; @interface XMPPDiscoNode () - (bool)xmpp_handleItemsIQ: (XMPPIQ *)IQ connection: (XMPPConnection *)connection; - (bool)xmpp_handleInfoIQ: (XMPPIQ *)IQ connection: (XMPPConnection *)connection; @end OF_ASSUME_NONNULL_END