ObjXMPP  Diff

Differences From Artifact [eb4f4f5610]:

To Artifact [ecb78e970b]:


26
27
28
29
30
31
32

33
34
35
36

37
38
39
40
41
42
43
@class XMPPJID;

/**
 * \brief A class describing an XMPP Stanza.
 */
@interface XMPPStanza: OFXMLElement
{

	XMPPJID *from;
	XMPPJID *to;
	OFString *type;
	OFString *ID;

}

#ifdef OF_HAVE_PROPERTIES
/// The value of the stanza's from attribute
@property (copy) XMPPJID *from;
/// The value of the stanza's to attribute
@property (copy) XMPPJID *to;







>




>







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@class XMPPJID;

/**
 * \brief A class describing an XMPP Stanza.
 */
@interface XMPPStanza: OFXMLElement
{
/// \cond internal
	XMPPJID *from;
	XMPPJID *to;
	OFString *type;
	OFString *ID;
/// \endcond
}

#ifdef OF_HAVE_PROPERTIES
/// The value of the stanza's from attribute
@property (copy) XMPPJID *from;
/// The value of the stanza's to attribute
@property (copy) XMPPJID *to;