comparison 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
comparison
equal deleted inserted replaced
500:00d3679976ab 501:e9634d2e7b38
268 doc_param_0=%(doc_profile_key)s 268 doc_param_0=%(doc_profile_key)s
269 doc_return=array of tuples with the following values: 269 doc_return=array of tuples with the following values:
270 - JID of the contact 270 - JID of the contact
271 - list of attributes as in [newContact] 271 - list of attributes as in [newContact]
272 - groups where the contact is 272 - groups where the contact is
273
274 [getContactsFromGroup]
275 type=method
276 category=core
277 sig_in=ss
278 sig_out=as
279 param_1_default="@DEFAULT@"
280 doc=Return informations about all contacts
281 doc_param_0=group: name of the group to check
282 doc_param_1=%(doc_profile_key)s
283 doc_return=array of jids
273 284
274 [getLastResource] 285 [getLastResource]
275 type=method 286 type=method
276 category=core 287 category=core
277 sig_in=ss 288 sig_in=ss