Mercurial > libervia-backend
diff src/plugins/plugin_xep_0249.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 | f1f7c94278f2 |
children | 60a9086b35c5 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0249.py Wed Jul 06 01:04:24 2011 +0200 +++ b/src/plugins/plugin_xep_0249.py Wed Jul 06 01:06:18 2011 +0200 @@ -54,7 +54,7 @@ def __init__(self, host): info(_("Plugin XEP_0249 initialization")) self.host = host - host.bridge.addMethod("inviteMUC", ".communication", in_sign='sssa{ss}s', out_sign='', method=self._invite) + host.bridge.addMethod("inviteMUC", ".plugin", in_sign='sssa{ss}s', out_sign='', method=self._invite) def getHandler(self, profile): return XEP_0249_handler(self)