ServiceDiscovery class documentation

Authors

Generated by root

Software documentation for the ServiceDiscovery class

ServiceDiscovery : NSObject

Declared in:
ServiceDiscovery.h
Conforms to:
DispatchDelegate
Service discovery handler class. Not yet implemented.

Instance Variables

Method summary

getCapabilitiesForJID: notifyObject: withSelector: 

- (void) getCapabilitiesForJID: (JID*)node notifyObject: (id)target withSelector: (SEL)selector;
Description forthcoming.

handleNode: fromDispatcher: 

- (void) handleNode: (TRXMLNode*)node fromDispatcher: (id)_dispatcher;
Description forthcoming.

initWithAccount: 

- (ServiceDiscovery*) initWithAccount: (XMPPAccount*)xmppaccount;
Description forthcoming.

invalidateCacheForJID: 

- (void) invalidateCacheForJID: (JID*)jid;
Description forthcoming.



Instance Variables for ServiceDiscovery Class

account

@protected XMPPAccount* account;
Description forthcoming.

cache

@protected NSMutableDictionary* cache;
Description forthcoming.

capabilities

@protected NSMutableSet* capabilities;
Description forthcoming.

knownNodes

@protected NSMutableDictionary* knownNodes;
Description forthcoming.