diff src/bridge/bridge_constructor/bridge_template.ini @ 1262:f8a8434dbac7 frontends_multi_profiles

core: improved roster management + misc: - updated methods to no use anymore methods deprecated in Wokkel - use of full jid when it make sense instead of bare jid - getContacts, updateContact and delContact are now asynchronous
author Goffi <goffi@goffi.org>
date Wed, 10 Dec 2014 18:32:33 +0100
parents f0c9b149ed99
children faa1129559b8
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Mon Nov 24 17:20:51 2014 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Wed Dec 10 18:32:33 2014 +0100
@@ -255,12 +255,13 @@
 doc_param_0=%(doc_profile_key)s
 
 [getContacts]
+async=
 type=method
 category=core
 sig_in=s
 sig_out=a(sa{ss}as)
 param_0_default="@DEFAULT@"
-doc=Return information about all contacts
+doc=Return information about all contacts (the roster)
 doc_param_0=%(doc_profile_key)s
 doc_return=array of tuples with the following values:
  - JID of the contact
@@ -508,6 +509,7 @@
 doc_param_1=%(doc_profile_key)s
 
 [updateContact]
+async=
 type=method
 category=core
 sig_in=ssass
@@ -520,6 +522,7 @@
 doc_param_3=%(doc_profile_key)s
 
 [delContact]
+async=
 type=method
 category=core
 sig_in=ss