XMPPStanza class documentation

Authors

Generated by builder

Software documentation for the XMPPStanza class

XMPPStanza : ETXMLNullHandler

Declared in:
XMPPStanza.h
Class implementing behaviour common to the three core protocol stanza types.

Instance Variables

Method summary

children 

- (NSDictionary*) children;
Returns a dictionary containing the children. The key under which each is stored is defined in the XMPPStanzaFactory, as is the class used to parse it.



Instance Variables for XMPPStanza Class

children

@protected NSMutableDictionary* children;
Description forthcoming.