Add missing method in interface.

This commit is contained in:
Jonathan Schleifer 2012-02-06 15:18:47 +01:00
parent f6c537a9e9
commit d0a3e35780

View file

@ -338,6 +338,7 @@
- (id <XMPPStorage>)dataStorage;
- (void)setLanguage: (OFString*)language;
- (OFString*)language;
- (BOOL)rosterVersioningSupported;
/// \cond internal
- (void)XMPP_startStream;