DefaultHandler class documentation

Authors

Generated by root

Software documentation for the DefaultHandler class

DefaultHandler : NSObject

Declared in:
DefaultHandler.h
Conforms to:
MessageHandler
PresenceHandler
IqHandler
Default stanza handler class. Every Message, Iq and Presence stanza will be passed to this class if it is not handled elsewhere.

Instance Variables

Method summary

initWithAccount: 

- (id) initWithAccount: (XMPPAccount*)_account;
Create a default handler for the specified account.



Instance Variables for DefaultHandler Class

account

@protected XMPPAccount* account;
Description forthcoming.