Package spade :: Module Behaviour :: Class MessageTemplate
[hide private]
[frames] | no frames]

Class MessageTemplate

source code


Instance Methods [hide private]
 
__init__(self, Template, regex=False) source code
 
acl_match(self, message) source code
 
node_match(self, other)
Function that matches a xmpp Node with another one
source code
 
presence_match(self, message) source code
 
message_match(self, msg) source code
 
iq_match(self, iq) source code

Inherited from BehaviourTemplate: __and__, __invert__, __or__, __rand__, __ror__, __rxor__, __xor__, match

Method Details [hide private]

__init__(self, Template, regex=False)
(Constructor)

source code 
Overrides: BehaviourTemplate.__init__