Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
1036:35048cafb18d | 1037:6e975c6b0faf |
---|---|
225 doc_param_0=%(doc_profile)s | 225 doc_param_0=%(doc_profile)s |
226 doc_return=callback is called when profile has been deleted from database and memory | 226 doc_return=callback is called when profile has been deleted from database and memory |
227 errback is called with error constant as parameter: | 227 errback is called with error constant as parameter: |
228 - ProfileUnknownError: the profile name is unknown | 228 - ProfileUnknownError: the profile name is unknown |
229 - ConnectedProfileError: a connected profile would not be deleted | 229 - ConnectedProfileError: a connected profile would not be deleted |
230 | |
231 [registerNewAccount] | |
232 deprecated= | |
233 type=method | |
234 category=core | |
235 sig_in=ssssi | |
236 sig_out=s | |
237 param_4_default=5222 | |
238 doc=Register a new account on a given server | |
239 doc_param_0=login: login of the account | |
240 doc_param_1=password: password of the account | |
241 doc_param_2=email: email of the account | |
242 doc_param_3=host: host of the server to register to | |
243 doc_param_4=port: port of the server to register to | |
244 | 230 |
245 [connect] | 231 [connect] |
246 type=method | 232 type=method |
247 category=core | 233 category=core |
248 sig_in=ss | 234 sig_in=ss |