diff --git a/src/XMPPConnection.h b/src/XMPPConnection.h index bc171f8..f32a092 100644 --- a/src/XMPPConnection.h +++ b/src/XMPPConnection.h @@ -338,6 +338,7 @@ - (id )dataStorage; - (void)setLanguage: (OFString*)language; - (OFString*)language; +- (BOOL)rosterVersioningSupported; /// \cond internal - (void)XMPP_startStream;