Add support for SRV records
This commit is contained in:
parent
c52bf728bc
commit
dd4022b99c
6 changed files with 383 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue