diff src/bridge/bridge_constructor/bridge_template.ini @ 336:953536246d9d

core: added email in registerNewAccount
author Goffi <goffi@goffi.org>
date Wed, 25 May 2011 17:18:05 +0200
parents a00e87d48213
children 4402ac630712
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Tue May 24 00:56:35 2011 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Wed May 25 17:18:05 2011 +0200
@@ -196,14 +196,15 @@
 deprecated=
 type=method
 category=communication
-sig_in=sssi
+sig_in=ssssi
 sig_out=s
-param_3_default=5222
+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=host: host of the server to register to
-doc_param_3=port: port of the server to register to
+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