diff src/bridge/bridge_constructor/bridge_template.ini @ 501:e9634d2e7b38

core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1: - QuickContactManagement is not used anymore and will be removed, ContactList + Core are used instead - disconnected contacts are now displayed in Primitivus (M-d to show/hide them) - avatars are temporary unavailable in wix - new bridge method: getContactsFromGroup
author Goffi <goffi@goffi.org>
date Tue, 25 Sep 2012 00:58:34 +0200
parents b9925a2758c3
children 65ecbb473cbb
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Wed Sep 05 00:19:32 2012 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Tue Sep 25 00:58:34 2012 +0200
@@ -271,6 +271,17 @@
  - list of attributes as in [newContact]
  - groups where the contact is
 
+[getContactsFromGroup]
+type=method
+category=core
+sig_in=ss
+sig_out=as
+param_1_default="@DEFAULT@"
+doc=Return informations about all contacts
+doc_param_0=group: name of the group to check
+doc_param_1=%(doc_profile_key)s
+doc_return=array of jids
+
 [getLastResource]
 type=method
 category=core