Add support for SRV records

This commit is contained in:
Florian Zeitz 2011-05-24 03:01:47 +02:00
parent c52bf728bc
commit dd4022b99c
6 changed files with 383 additions and 3 deletions

View file

@ -102,8 +102,8 @@ OF_APPLICATION_DELEGATE(AppDelegate)
[conn setPassword: [arguments objectAtIndex: 2]];
[conn setResource: @"ObjXMPP"];
[conn connect];
@try {
[conn connect];
[conn handleConnection];
} @catch (id e) {
of_log(@"%@", e);