Mercurial > libervia-backend
diff src/bridge/DBus.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 | b2b9c184033f |
line wrap: on
line diff
--- a/src/bridge/DBus.py Fri May 16 00:53:09 2014 +0200 +++ b/src/bridge/DBus.py Fri May 16 00:58:20 2014 +0200 @@ -404,12 +404,6 @@ return self._callback("paramsRegisterApp", unicode(xml), security_limit, unicode(app)) @dbus.service.method(const_INT_PREFIX+const_CORE_SUFFIX, - in_signature='ssssi', out_signature='s', - async_callbacks=None) - def registerNewAccount(self, login, password, email, host, port=5222): - return self._callback("registerNewAccount", unicode(login), unicode(password), unicode(email), unicode(host), port) - - @dbus.service.method(const_INT_PREFIX+const_CORE_SUFFIX, in_signature='s', out_signature='b', async_callbacks=None) def saveParamsTemplate(self, filename):