diff src/bridge/bridge_constructor/bridge_template.ini @ 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/bridge_constructor/bridge_template.ini	Fri May 16 00:53:09 2014 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Fri May 16 00:58:20 2014 +0200
@@ -228,20 +228,6 @@
  - ProfileUnknownError: the profile name is unknown
  - ConnectedProfileError: a connected profile would not be deleted
 
-[registerNewAccount]
-deprecated=
-type=method
-category=core
-sig_in=ssssi
-sig_out=s
-param_4_default=5222
-doc=Register a new account on a given server
-doc_param_0=login: login of the account
-doc_param_1=password: password of the account
-doc_param_2=email: email of the account
-doc_param_3=host: host of the server to register to
-doc_param_4=port: port of the server to register to
-
 [connect]
 type=method
 category=core