Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 587:952322b1d490
Remove trailing whitespaces.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:34 +0100 |
parents | 8b116fa42a31 |
children | ca2cae6b2c6d |
comparison
equal
deleted
inserted
replaced
586:6a718ede8be1 | 587:952322b1d490 |
---|---|
33 sig_in=sa{ss}ass | 33 sig_in=sa{ss}ass |
34 doc=New contact received in roster | 34 doc=New contact received in roster |
35 doc_param_0=contact_jid: JID from who the message is comming | 35 doc_param_0=contact_jid: JID from who the message is comming |
36 doc_param_1=attributes: Dictionary of attributes where keys are: | 36 doc_param_1=attributes: Dictionary of attributes where keys are: |
37 - name: name of the contact | 37 - name: name of the contact |
38 - to: "True" if the contact give its presence information to us | 38 - to: "True" if the contact give its presence information to us |
39 - from: "True" if contact is registred to our presence information | 39 - from: "True" if contact is registred to our presence information |
40 - ask: "True" is subscription is pending | 40 - ask: "True" is subscription is pending |
41 doc_param_2=groups: Roster's groups where the contact is | 41 doc_param_2=groups: Roster's groups where the contact is |
42 doc_param_3=%(doc_profile)s | 42 doc_param_3=%(doc_profile)s |
43 | 43 |
133 type=signal | 133 type=signal |
134 category=core | 134 category=core |
135 sig_in=ssa{sa{ss}}s | 135 sig_in=ssa{sa{ss}}s |
136 doc=Requested result of an action (Extended) | 136 doc=Requested result of an action (Extended) |
137 doc_param_0=answer_type: Same as for [actionResult] but with the following additional one: | 137 doc_param_0=answer_type: Same as for [actionResult] but with the following additional one: |
138 - DICT_DICT: As RESULT, but returned as a dictionary of dictionary | 138 - DICT_DICT: As RESULT, but returned as a dictionary of dictionary |
139 doc_param_1=id: Id of the action | 139 doc_param_1=id: Id of the action |
140 doc_param_2=data: answer_type specific data | 140 doc_param_2=data: answer_type specific data |
141 doc_param_3=%(doc_profile)s | 141 doc_param_3=%(doc_profile)s |
142 | 142 |
143 [entityDataUpdated] | 143 [entityDataUpdated] |
317 sig_out=a{sa{s(sia{ss})}} | 317 sig_out=a{sa{s(sia{ss})}} |
318 param_0_default="@DEFAULT@" | 318 param_0_default="@DEFAULT@" |
319 doc=Return presence informations of all contacts | 319 doc=Return presence informations of all contacts |
320 doc_param_0=%(doc_profile_key)s | 320 doc_param_0=%(doc_profile_key)s |
321 doc_return=Dict of presence with bare JID of contact as key, and value as follow: | 321 doc_return=Dict of presence with bare JID of contact as key, and value as follow: |
322 A dict where key is the resource and the value is a tuple with (show, priority, statuses) as for [presenceUpdate] | 322 A dict where key is the resource and the value is a tuple with (show, priority, statuses) as for [presenceUpdate] |
323 | 323 |
324 [getWaitingSub] | 324 [getWaitingSub] |
325 type=method | 325 type=method |
326 category=core | 326 category=core |
327 sig_in=s | 327 sig_in=s |
550 doc=Get progress information for an action | 550 doc=Get progress information for an action |
551 doc_param_0=id: id of the progression status | 551 doc_param_0=id: id of the progression status |
552 doc_param_1=%(doc_profile)s | 552 doc_param_1=%(doc_profile)s |
553 doc_return=dict with progress information: | 553 doc_return=dict with progress information: |
554 - position: current position | 554 - position: current position |
555 - size: end position | 555 - size: end position |
556 | 556 |
557 [getMenus] | 557 [getMenus] |
558 type=method | 558 type=method |
559 category=core | 559 category=core |
560 sig_in= | 560 sig_in= |
562 doc=Get all additional menus | 562 doc=Get all additional menus |
563 doc_return=list of tuple with the following value: | 563 doc_return=list of tuple with the following value: |
564 - category: Category of the menu | 564 - category: Category of the menu |
565 - name: Name of the menu | 565 - name: Name of the menu |
566 - menu_type: Type which can be: | 566 - menu_type: Type which can be: |
567 * NORMAL: Classical application menu | 567 * NORMAL: Classical application menu |
568 | 568 |
569 [getMenuHelp] | 569 [getMenuHelp] |
570 type=method | 570 type=method |
571 category=core | 571 category=core |
572 sig_in=sss | 572 sig_in=sss |