Differences From Artifact [eba4bbe440]:
- File src/XMPPStreamManagement.h — part of check-in [2faf18cba7] at 2017-05-13 15:03:44 on branch trunk — Adjust to ObjFW changes (user: js, size: 1467) [annotate] [blame] [check-ins using]
To Artifact [e3339cbb01]:
- File src/XMPPStreamManagement.h — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 1495) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 | - - + + | @interface XMPPStreamManagement: OFObject <XMPPConnectionDelegate> { XMPPConnection *_connection; uint32_t _receivedCount; } |