Having a category for each delegate is not required anymore.
This is thanks to XMPPMulticastDelegate.
This commit is contained in:
parent
d8dbb5a5e2
commit
19fcc192d7
4 changed files with 0 additions and 66 deletions
|
@ -363,6 +363,3 @@
|
||||||
- (XMPPMulticastDelegate*)XMPP_delegates;
|
- (XMPPMulticastDelegate*)XMPP_delegates;
|
||||||
/// \endcond
|
/// \endcond
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface OFObject (XMPPConnectionDelegate) <XMPPConnectionDelegate>
|
|
||||||
@end
|
|
||||||
|
|
|
@ -1105,52 +1105,3 @@
|
||||||
return delegates;
|
return delegates;
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation OFObject (XMPPConnectionDelegate)
|
|
||||||
- (void)connection: (XMPPConnection*)connection
|
|
||||||
didReceiveElement: (OFXMLElement*)element
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connection: (XMPPConnection*)connection
|
|
||||||
didSendElement: (OFXMLElement*)element
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connectionWasAuthenticated: (XMPPConnection*)connection
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connection: (XMPPConnection*)connection
|
|
||||||
wasBoundToJID: (XMPPJID*)JID
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (BOOL)connection: (XMPPConnection*)connection
|
|
||||||
didReceiveIQ: (XMPPIQ*)iq
|
|
||||||
{
|
|
||||||
return NO;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connection: (XMPPConnection*)connection
|
|
||||||
didReceivePresence: (XMPPPresence*)presence
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connection: (XMPPConnection*)connection
|
|
||||||
didReceiveMessage: (XMPPMessage*)message
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connectionWasClosed: (XMPPConnection*)connection
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connectionWillUpgradeToTLS: (XMPPConnection*)connection
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)connectionDidUpgradeToTLS: (XMPPConnection*)connection
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@end
|
|
||||||
|
|
|
@ -153,6 +153,3 @@
|
||||||
- (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element;
|
- (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element;
|
||||||
/// \endcond
|
/// \endcond
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface OFObject (XMPPRosterDelegate) <XMPPRosterDelegate>
|
|
||||||
@end
|
|
||||||
|
|
|
@ -353,14 +353,3 @@
|
||||||
withObject: self];
|
withObject: self];
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation OFObject (XMPPRosterDelegate)
|
|
||||||
- (void)rosterWasReceived: (XMPPRoster*)roster
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)roster: (XMPPRoster*)roster
|
|
||||||
didReceiveRosterItem: (XMPPRosterItem*)rosterItem
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@end
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue