Fix a bunch of warnings.

This commit is contained in:
Jonathan Schleifer 2013-02-15 15:15:21 +01:00
parent 856ac1bd1a
commit 9b49f04239
4 changed files with 13 additions and 6 deletions

View file

@ -360,6 +360,7 @@
- (void)setLanguage: (OFString*)language;
- (OFString*)language;
- (BOOL)supportsRosterVersioning;
- (BOOL)supportsStreamManagement;
/// \cond internal
- (void)XMPP_startStream;
@ -384,3 +385,6 @@
- (XMPPMulticastDelegate*)XMPP_delegates;
/// \endcond
@end
@interface OFObject (XMPPConnectionDelegate) <XMPPConnectionDelegate>
@end