XMPPDefaultHandler class documentation

Authors

Generated by builder

Software documentation for the XMPPDefaultHandler class

XMPPDefaultHandler : NSObject

Declared in:
XMPPDefaultHandler.h
Conforms to:
MessageHandler
PresenceHandler
XMPPInfoQueryStanzaHandler
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 XMPPDefaultHandler Class

account

@protected XMPPAccount* account;
Description forthcoming.