# HG changeset patch # User Goffi # Date 1313080582 -7200 # Node ID 9ffae6abdb05fc3c53b6d8f6da771476136fc6d4 # Parent 502489e176859eec301670db261c98ac75dd0ed4 bridge: .ini arguments are now named jid or .*_jid if a Jabber ID is expected diff -r 502489e17685 -r 9ffae6abdb05 src/bridge/bridge_constructor/bridge_template.ini --- a/src/bridge/bridge_constructor/bridge_template.ini Mon Aug 08 23:04:19 2011 +0200 +++ b/src/bridge/bridge_constructor/bridge_template.ini Thu Aug 11 18:36:22 2011 +0200 @@ -32,7 +32,7 @@ category=core sig_in=sa{ss}ass doc=New contact received in roster -doc_param_0=contact: JID from who the message is comming +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 @@ -69,7 +69,7 @@ category=core sig_in=ssia{ss}s doc=Somebody changed his presence informations. -doc_param_0=entity: JID from which we have presence informations +doc_param_0=entity_jid: JID from which we have presence informations doc_param_1=show: availability status (see RFC 3921 #2.2.2.1) doc_param_2=priority: Priority level of the ressource (see RFC 3921 #2.2.2.3) doc_param_3=statuses: Natural language description of the availability status (see RFC 3921 #2.2.2.2) @@ -81,7 +81,7 @@ sig_in=sss doc=Somebody wants to be added in roster doc_param_0=sub_type: Subscription states (see RFC 3921 #9) -doc_param_1=entity: JID from which the subscription is coming +doc_param_1=entity_jid: JID from which the subscription is coming doc_param_2=%(doc_profile)s [paramUpdate] @@ -99,7 +99,7 @@ category=core sig_in=ss doc=A contact has been supressed from roster -doc_param_0=entity: JID of the contact removed from roster +doc_param_0=entity_jid: JID of the contact removed from roster doc_param_1=%(doc_profile)s [askConfirmation] @@ -409,7 +409,7 @@ sig_out= param_1_default="@DEFAULT@" doc=Add a contact to profile's roster -doc_param_0=entity: JID to add to roster +doc_param_0=entity_jid: JID to add to roster doc_param_1=%(doc_profile_key)s [updateContact] @@ -419,7 +419,7 @@ sig_out= param_3_default="@DEFAULT@" doc=update a contact in profile's roster -doc_param_0=entity: JID update in roster +doc_param_0=entity_jid: JID update in roster doc_param_1=name: roster's name for the entity doc_param_2=groups: list of group where the entity is doc_param_3=%(doc_profile_key)s @@ -431,7 +431,7 @@ sig_out= param_1_default="@DEFAULT@" doc=Remove a contact from profile's roster -doc_param_0=entity: JID to remove from roster +doc_param_0=entity_jid: JID to remove from roster doc_param_1=%(doc_profile_key)s [launchAction]