Mercurial > libervia-backend
diff src/memory/params.py @ 1037:6e975c6b0faf
core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
- the bridge method has been removed, now a plugin takes care of it with XMLUI callback system
- TODO: xmpp.RegisteringAuthenticator still needs to be fixed
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 16 May 2014 00:58:20 +0200 |
parents | 15f43b54d697 |
children | 902c764a0d2b |
line wrap: on
line diff
--- a/src/memory/params.py Fri May 16 00:53:09 2014 +0200 +++ b/src/memory/params.py Fri May 16 00:58:20 2014 +0200 @@ -135,7 +135,6 @@ self.default_profile = None self.params = {} self.params_gen = {} - host.registerCallback(host.registerNewAccountCB, with_data=True, force_id="registerNewAccount") def asyncCreateProfile(self, profile): """Create a new profile