diff src/bridge/bridge_constructor/bridge_template.ini @ 1059:b2b9c184033f

core, frontends: remove bridge method "connect" (always use asyncConnect)
author souliane <souliane@mailoo.org>
date Fri, 23 May 2014 10:40:54 +0200
parents 6e975c6b0faf
children aa15453ec54d
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Thu May 29 14:34:01 2014 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Fri May 23 10:40:54 2014 +0200
@@ -228,22 +228,6 @@
  - ProfileUnknownError: the profile name is unknown
  - ConnectedProfileError: a connected profile would not be deleted
 
-[connect]
-type=method
-category=core
-sig_in=ss
-sig_out=b
-param_0_default="@DEFAULT@"
-param_1_default=''
-doc=Connect a profile
-doc_param_0=%(doc_profile_key)s
-doc_param_1=password: the SàT profile password
-doc_return=a deferred boolean or failure:
-    - boolean if the profile authentication succeed:
-        - True if the XMPP connection was already established
-        - False if the XMPP connection has been initiated (it may still fail)
-    - failure if the profile authentication failed
-
 [asyncConnect]
 async=
 type=method