Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini Tue Sep 09 22:09:51 2014 -0400 +++ b/src/bridge/bridge_constructor/bridge_template.ini Mon Sep 15 14:18:25 2014 +0200 @@ -61,8 +61,8 @@ type=signal category=core sig_in=ssia{ss}s -doc=Somebody changed his presence informations. -doc_param_0=entity_jid: JID from which we have presence informations +doc=Somebody changed his presence information. +doc_param_0=entity_jid: JID from which we have presence informatios doc_param_1=show: availability status (see RFC 6121 §4.7.2.1) doc_param_2=priority: Priority level of the ressource (see RFC 6121 §4.7.2.3) doc_param_3=statuses: Natural language description of the availability status (see RFC 6121 §4.7.2.2) @@ -260,7 +260,7 @@ sig_in=s sig_out=a(sa{ss}as) param_0_default="@DEFAULT@" -doc=Return informations about all contacts +doc=Return information about all contacts doc_param_0=%(doc_profile_key)s doc_return=array of tuples with the following values: - JID of the contact @@ -273,7 +273,7 @@ sig_in=ss sig_out=as param_1_default="@DEFAULT@" -doc=Return informations about all contacts +doc=Return information about all contacts doc_param_0=group: name of the group to check doc_param_1=%(doc_profile_key)s doc_return=array of jids @@ -295,7 +295,7 @@ sig_in=s sig_out=a{sa{s(sia{ss})}} param_0_default="@DEFAULT@" -doc=Return presence informations of all contacts +doc=Return presence information 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]