class documentation

Collection of XMPP subprotocol handlers.

This allows for grouping of subprotocol handlers, but is not an XMPPHandler itself, so this is not recursive.

Method __init__ Undocumented
Method __iter__ Act as a container for handlers.
Method addHandler Add protocol handler.
Method removeHandler Remove protocol handler.
Instance Variable handlers List of protocol handlers.
def __init__(self):
def __iter__(self):
def addHandler(self, handler):
def removeHandler(self, handler):
handlers: list of objects providing IXMPPHandler =

List of protocol handlers.