Package emma :: Package interface :: Package xmpp :: Class xmpp
[hide private]
[frames] | no frames]

Class xmpp

source code

complement.Complement --+    
                        |    
                Interface --+
                            |
                           xmpp

Instance Methods [hide private]
 
run(self)
The starting method of the complement
source code
 
handler(self, event, data) source code

Inherited from Interface: __init__, db_handler

Inherited from complement.Complement: log, update_db

Method Details [hide private]

run(self)

source code 

The starting method of the complement

Each interface or module should define here the initialization, subscribe to events, the periodic actions, ...

Overrides: complement.Complement.run
(inherited documentation)