Make XMPPPresence comparable

This commit is contained in:
Florian Zeitz 2013-01-14 21:11:29 +01:00
parent 1e6f98c6df
commit e951bacb3b
3 changed files with 57 additions and 3 deletions

View file

@ -26,7 +26,7 @@
/**
* \brief A class describing a presence stanza.
*/
@interface XMPPPresence: XMPPStanza
@interface XMPPPresence: XMPPStanza <OFComparing>
{
/// \cond internal
OFString *status;