ObjXMPP  Diff

Differences From Artifact [eba4bbe440]:

To Artifact [e3339cbb01]:


27
28
29
30
31
32
33
34
35


36
37
38
27
28
29
30
31
32
33


34
35
36
37
38







-
-
+
+




@interface XMPPStreamManagement: OFObject <XMPPConnectionDelegate>
{
	XMPPConnection *_connection;
	uint32_t _receivedCount;
}

- init OF_UNAVAILABLE;
- initWithConnection: (XMPPConnection *)connection;
- (instancetype)init OF_UNAVAILABLE;
- (instancetype)initWithConnection: (XMPPConnection *)connection;
@end

OF_ASSUME_NONNULL_END