ObjXMPP  Diff

Differences From Artifact [5ef3079598]:

To Artifact [7d91393aee]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
 */
@interface XMPPPresence: XMPPStanza <OFComparing>
{
	OFString *_status, *_show;
	OFNumber *_priority;
}

/*!
 * The value of the stanza's type attribute.
 */
@property OF_NULL_RESETTABLE_PROPERTY (nonatomic, copy) OFString *type;

/*!
 * The text content of the status element.
 */
@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *status;

/*!
 * The text content of the show element of the presence stanza.







<
<
<
<
<







30
31
32
33
34
35
36





37
38
39
40
41
42
43
 */
@interface XMPPPresence: XMPPStanza <OFComparing>
{
	OFString *_status, *_show;
	OFNumber *_priority;
}






/*!
 * The text content of the status element.
 */
@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *status;

/*!
 * The text content of the show element of the presence stanza.