Adjust to ObjFW changes
FossilOrigin-Name: 46f67c971bc57abd330349d54d237931079a832baaf20909e77039f6ce4b896d
This commit is contained in:
parent
c49e9a7375
commit
851e7fe676
10 changed files with 99 additions and 104 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2013, Florian Zeitz <florob@babelmonkeys.de>
|
||||
* Copyright (c) 2013, 2016, 2019, Jonathan Schleifer <js@heap.zone>
|
||||
* Copyright (c) 2013, 2016, 2019, 2021, Jonathan Schleifer <js@nil.im>
|
||||
*
|
||||
* https://heap.zone/objxmpp/
|
||||
*
|
||||
|
@ -161,7 +161,6 @@
|
|||
|
||||
/* Subscription request */
|
||||
if ([type isEqual: @"subscribe"]) {
|
||||
of_log(@"ObjXMPP: received subscription request");
|
||||
[_delegates broadcastSelector: @selector(contactManager:
|
||||
didReceiveSubscriptionRequest:)
|
||||
withObject: self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue