We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5d04f3 + c0ee302 commit c0f4251Copy full SHA for c0f4251
Core/XMPPStream.m
@@ -167,6 +167,10 @@ - (void)continueHandleBinding:(NSString *)alternativeResource;
167
- (void)setupKeepAliveTimer;
168
- (void)keepAlive;
169
170
+- (void)continueReceiveMessage:(XMPPMessage *)message;
171
+- (void)continueReceiveIQ:(XMPPIQ *)iq;
172
+- (void)continueReceivePresence:(XMPPPresence *)presence;
173
+
174
@end
175
176
@interface XMPPElementReceipt (PrivateAPI)
Extensions/XEP-0016/XMPPPrivacy.m
@@ -58,6 +58,7 @@ + (XMPPPrivacyQueryInfo *)queryInfoWithType:(XMPPPrivacyQueryInfoType)type name:
58
@interface XMPPPrivacy (/* Must be nameless for properties */)
59
60
- (void)addQueryInfo:(XMPPPrivacyQueryInfo *)qi withKey:(NSString *)uuid;
61
+- (void)queryTimeout:(NSString *)uuid;
62
63
64
0 commit comments