From d0a3e35780204caa3977ca57a123db55084fadbb Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 6 Feb 2012 15:18:47 +0100 Subject: [PATCH] Add missing method in interface. --- src/XMPPConnection.h | 1 + 1 file changed, 1 insertion(+) 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;