diff 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
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Fri Jan 18 17:55:27 2013 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Fri Jan 18 17:55:34 2013 +0100
@@ -35,7 +35,7 @@
 doc_param_0=contact_jid: JID from who the message is comming
 doc_param_1=attributes: Dictionary of attributes where keys are:
  - name: name of the contact
- - to: "True" if the contact give its presence information to us 
+ - to: "True" if the contact give its presence information to us
  - from: "True" if contact is registred to our presence information
  - ask: "True" is subscription is pending
 doc_param_2=groups: Roster's groups where the contact is
@@ -135,7 +135,7 @@
 sig_in=ssa{sa{ss}}s
 doc=Requested result of an action (Extended)
 doc_param_0=answer_type: Same as for [actionResult] but with the following additional one:
- - DICT_DICT: As RESULT, but returned as a dictionary of dictionary 
+ - DICT_DICT: As RESULT, but returned as a dictionary of dictionary
 doc_param_1=id: Id of the action
 doc_param_2=data: answer_type specific data
 doc_param_3=%(doc_profile)s
@@ -319,7 +319,7 @@
 doc=Return presence informations of all contacts
 doc_param_0=%(doc_profile_key)s
 doc_return=Dict of presence with bare JID of contact as key, and value as follow:
- A dict where key is the resource and the value is a tuple with (show, priority, statuses) as for [presenceUpdate] 
+ A dict where key is the resource and the value is a tuple with (show, priority, statuses) as for [presenceUpdate]
 
 [getWaitingSub]
 type=method
@@ -552,7 +552,7 @@
 doc_param_1=%(doc_profile)s
 doc_return=dict with progress information:
  - position: current position
- - size: end position 
+ - size: end position
 
 [getMenus]
 type=method
@@ -564,7 +564,7 @@
  - category: Category of the menu
  - name: Name of the menu
  - menu_type: Type which can be:
-    * NORMAL: Classical application menu 
+    * NORMAL: Classical application menu
 
 [getMenuHelp]
 type=method