Mercurial > libervia-backend
diff src/plugins/plugin_xep_0096.py @ 372:f964dcec1611
core: plugins refactored according to bridge + updatedValue now use profile
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 06 Jul 2011 01:06:18 +0200 |
parents | 7c79d4a8c9e6 |
children | deeebf697d9a |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0096.py Wed Jul 06 01:04:24 2011 +0200 +++ b/src/plugins/plugin_xep_0096.py Wed Jul 06 01:06:18 2011 +0200 @@ -58,7 +58,7 @@ info(_("Plugin XEP_0096 initialization")) self.host = host self._waiting_for_approval = {} - host.bridge.addMethod("sendFile", ".communication", in_sign='sss', out_sign='s', method=self.sendFile) + host.bridge.addMethod("sendFile", ".plugin", in_sign='sss', out_sign='s', method=self.sendFile) def getHandler(self, profile): return XEP_0096_handler(self)