Package pyxmpp2 :: Package test :: Module streambase :: Class RecordingRoute
[hide private]

Class RecordingRoute


Instance Methods [hide private]
 
__init__(self)
 
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.
Overrides: interfaces.StanzaRoute.send
(inherited documentation)

uplink_receive(self, stanza)

 
Handle stanza received from 'uplink'.
Overrides: interfaces.StanzaRoute.uplink_receive
(inherited documentation)