Package pyxmpp2 :: Module interfaces :: Class StanzaRoute
[hide private]

Class StanzaRoute


Base class for objects that can send and receive stanzas.
Instance Methods [hide private]
 
send(self, stanza)
Send stanza through this route.
 
uplink_receive(self, stanza)
Handle stanza received from 'uplink'.
Method Details [hide private]

send(self, stanza)

 
Send stanza through this route.
Decorators:
  • @abstractmethod

uplink_receive(self, stanza)

 
Handle stanza received from 'uplink'.
Decorators:
  • @abstractmethod