Make rosterItems a property.
This commit is contained in:
parent
e8e70ff3fb
commit
64dd03952d
1 changed files with 6 additions and 6 deletions
|
@ -89,6 +89,12 @@
|
|||
* Inherited from the connection if not overridden.
|
||||
*/
|
||||
@property (assign) id <XMPPStorage> dataStorage;
|
||||
|
||||
/**
|
||||
* \brief The list of contacts as an OFDictionary with the bare JID as a string
|
||||
* as key.
|
||||
*/
|
||||
@property (readonly, copy) OFDictionary *rosterItems;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -100,12 +106,6 @@
|
|||
*/
|
||||
- initWithConnection: (XMPPConnection*)connection;
|
||||
|
||||
/**
|
||||
* \brief Returns the list of contacts as an OFDictionary with the bare JID as
|
||||
* a string as key.
|
||||
*
|
||||
* \return An autoreleased copy of the dictionary containing the roster items
|
||||
*/
|
||||
- (OFDictionary*)rosterItems;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue