Differences From Artifact [f689491164]:
- File src/XMPPIQ.h — part of check-in [18872c9f4d] at 2011-05-12 21:04:49 on branch trunk — Add methods to generate error and result replies for IQ stanzas (user: florob@babelmonkeys.de, size: 2602) [annotate] [blame] [check-ins using]
To Artifact [7810d97c14]:
- File src/XMPPIQ.h — part of check-in [f0f53f4aa7] at 2011-06-16 19:00:28 on branch trunk — Handle any failure to get SRV records like there are none. (user: js, size: 2603) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 | 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 |
︙ |