comparison src/bridge/bridge_constructor/bridge_template.ini @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents 0abce7f17782
children f0c9b149ed99
comparison
equal deleted inserted replaced
1198:16ce9a6580a3 1199:96fb74a4714d
59 59
60 [presenceUpdate] 60 [presenceUpdate]
61 type=signal 61 type=signal
62 category=core 62 category=core
63 sig_in=ssia{ss}s 63 sig_in=ssia{ss}s
64 doc=Somebody changed his presence informations. 64 doc=Somebody changed his presence information.
65 doc_param_0=entity_jid: JID from which we have presence informations 65 doc_param_0=entity_jid: JID from which we have presence informatios
66 doc_param_1=show: availability status (see RFC 6121 §4.7.2.1) 66 doc_param_1=show: availability status (see RFC 6121 §4.7.2.1)
67 doc_param_2=priority: Priority level of the ressource (see RFC 6121 §4.7.2.3) 67 doc_param_2=priority: Priority level of the ressource (see RFC 6121 §4.7.2.3)
68 doc_param_3=statuses: Natural language description of the availability status (see RFC 6121 §4.7.2.2) 68 doc_param_3=statuses: Natural language description of the availability status (see RFC 6121 §4.7.2.2)
69 doc_param_4=%(doc_profile)s 69 doc_param_4=%(doc_profile)s
70 70
258 type=method 258 type=method
259 category=core 259 category=core
260 sig_in=s 260 sig_in=s
261 sig_out=a(sa{ss}as) 261 sig_out=a(sa{ss}as)
262 param_0_default="@DEFAULT@" 262 param_0_default="@DEFAULT@"
263 doc=Return informations about all contacts 263 doc=Return information about all contacts
264 doc_param_0=%(doc_profile_key)s 264 doc_param_0=%(doc_profile_key)s
265 doc_return=array of tuples with the following values: 265 doc_return=array of tuples with the following values:
266 - JID of the contact 266 - JID of the contact
267 - list of attributes as in [newContact] 267 - list of attributes as in [newContact]
268 - groups where the contact is 268 - groups where the contact is
271 type=method 271 type=method
272 category=core 272 category=core
273 sig_in=ss 273 sig_in=ss
274 sig_out=as 274 sig_out=as
275 param_1_default="@DEFAULT@" 275 param_1_default="@DEFAULT@"
276 doc=Return informations about all contacts 276 doc=Return information about all contacts
277 doc_param_0=group: name of the group to check 277 doc_param_0=group: name of the group to check
278 doc_param_1=%(doc_profile_key)s 278 doc_param_1=%(doc_profile_key)s
279 doc_return=array of jids 279 doc_return=array of jids
280 280
281 [getLastResource] 281 [getLastResource]
293 type=method 293 type=method
294 category=core 294 category=core
295 sig_in=s 295 sig_in=s
296 sig_out=a{sa{s(sia{ss})}} 296 sig_out=a{sa{s(sia{ss})}}
297 param_0_default="@DEFAULT@" 297 param_0_default="@DEFAULT@"
298 doc=Return presence informations of all contacts 298 doc=Return presence information of all contacts
299 doc_param_0=%(doc_profile_key)s 299 doc_param_0=%(doc_profile_key)s
300 doc_return=Dict of presence with bare JID of contact as key, and value as follow: 300 doc_return=Dict of presence with bare JID of contact as key, and value as follow:
301 A dict where key is the resource and the value is a tuple with (show, priority, statuses) as for [presenceUpdate] 301 A dict where key is the resource and the value is a tuple with (show, priority, statuses) as for [presenceUpdate]
302 302
303 [getWaitingSub] 303 [getWaitingSub]