Adjust to ObjFW changes
This commit is contained in:
parent
5059b34193
commit
15c922cdad
3 changed files with 66 additions and 166 deletions
|
@ -269,7 +269,8 @@ OF_APPLICATION_DELEGATE(AppDelegate)
|
|||
}
|
||||
|
||||
- (void)connectionWasClosed: (XMPPConnection *)conn
|
||||
error: (OFXMLElement *)error
|
||||
{
|
||||
of_log(@"Connection was closed!");
|
||||
of_log(@"Connection was closed: %@", error);
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue