Prevent changing the data storage after the roster has been requested.

This commit is contained in:
Jonathan Schleifer 2012-02-06 15:23:26 +01:00
parent d0a3e35780
commit 04b9740263
2 changed files with 8 additions and 1 deletions

View file

@ -73,6 +73,7 @@
OFMutableDictionary *rosterItems;
XMPPMulticastDelegate *delegates;
id <XMPPStorage> dataStorage;
BOOL rosterRequested;
/// \endcond
}