Handle any failure to get SRV records like there are none.

This commit is contained in:
Jonathan Schleifer 2011-06-16 21:00:28 +02:00
parent de9b58c4a6
commit b9f214e320
2 changed files with 15 additions and 11 deletions

View file

@ -42,7 +42,7 @@
*
* \param type The value for the stanza's type attribute
* \param ID The value for the stanza's id attribute
* \return A initialized XMPPIQ
* \return An initialized XMPPIQ
*/
- initWithType: (OFString*)type
ID: (OFString*)ID;