Differences From Artifact [c73319cf59]:
- File src/XMPPStreamManagement.h — part of check-in [8dfcb87717] at 2013-02-12 21:36:39 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1420) [annotate] [blame] [check-ins using]
To Artifact [0d42168440]:
- File src/XMPPStreamManagement.h — part of check-in [ae47288dc3] at 2013-02-15 14:32:44 on branch trunk — Improve documentation. (user: js, size: 1388) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 | - - | #import "XMPPConnection.h" @interface XMPPStreamManagement: OFObject #ifdef OF_HAVE_OPTIONAL_PROTOCOLS <XMPPConnectionDelegate> #endif { |