Make XMPPPresence comparable
This commit is contained in:
parent
1e6f98c6df
commit
e951bacb3b
3 changed files with 57 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
/**
|
||||
* \brief A class describing a presence stanza.
|
||||
*/
|
||||
@interface XMPPPresence: XMPPStanza
|
||||
@interface XMPPPresence: XMPPStanza <OFComparing>
|
||||
{
|
||||
/// \cond internal
|
||||
OFString *status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue