comparison 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
comparison
equal deleted inserted replaced
335:99206631503e 336:953536246d9d
194 194
195 [registerNewAccount] 195 [registerNewAccount]
196 deprecated= 196 deprecated=
197 type=method 197 type=method
198 category=communication 198 category=communication
199 sig_in=sssi 199 sig_in=ssssi
200 sig_out=s 200 sig_out=s
201 param_3_default=5222 201 param_4_default=5222
202 doc=Register a new account on a given server 202 doc=Register a new account on a given server
203 doc_param_0=login: login of the account 203 doc_param_0=login: login of the account
204 doc_param_1=password: password of the account 204 doc_param_1=password: password of the account
205 doc_param_2=host: host of the server to register to 205 doc_param_2=email: email of the account
206 doc_param_3=port: port of the server to register to 206 doc_param_3=host: host of the server to register to
207 doc_param_4=port: port of the server to register to
207 208
208 [connect] 209 [connect]
209 type=method 210 type=method
210 category=communication 211 category=communication
211 sig_in=s 212 sig_in=s