38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
ID: (OFString*)ID;
/**
* Initializes an already allocated XMPPIQ with the specified type and id
*
* \param type The value for the stanza's type attribute
* \param ID The value for the stanza's id attribute
* \return A initialized XMPPIQ
*/
- initWithType: (OFString*)type
ID: (OFString*)ID;
/**
* Generates a result IQ for the receiving object
*
|
|
|
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
ID: (OFString*)ID;
/**
* Initializes an already allocated XMPPIQ with the specified type and id
*
* \param type The value for the stanza's type attribute
* \param ID The value for the stanza's id attribute
* \return An initialized XMPPIQ
*/
- initWithType: (OFString*)type
ID: (OFString*)ID;
/**
* Generates a result IQ for the receiving object
*
|