@@ -1,9 +1,10 @@ /* * Copyright (c) 2012, Florian Zeitz + * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/git/?p=objxmpp.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * @@ -20,16 +21,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ #import "XMPPConnection.h" -@interface XMPPStreamManagement: OFObject -#ifdef OF_HAVE_OPTIONAL_PROTOCOLS - -#endif +@interface XMPPStreamManagement: OFObject { XMPPConnection *_connection; uint32_t _receivedCount; } - initWithConnection: (XMPPConnection*)connection; @end