diff frontends/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/frontends/src/bridge/DBus.py	Fri May 16 00:53:09 2014 +0200
+++ b/frontends/src/bridge/DBus.py	Fri May 16 00:58:20 2014 +0200
@@ -204,9 +204,6 @@
     def paramsRegisterApp(self, xml, security_limit=-1, app=''):
         return self.db_core_iface.paramsRegisterApp(xml, security_limit, app)
 
-    def registerNewAccount(self, login, password, email, host, port=5222):
-        return unicode(self.db_core_iface.registerNewAccount(login, password, email, host, port))
-
     def saveParamsTemplate(self, filename):
         return self.db_core_iface.saveParamsTemplate(filename)