[Telepathy-commits] [telepathy-spec/master] Explanations on the struct Enhanced_Contact_Capability
Alban Crequy
alban.crequy at collabora.co.uk
Fri Dec 12 09:10:43 PST 2008
---
spec/Connection_Interface_Contact_Capabilities.xml | 23 ++++++++++++++++---
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/spec/Connection_Interface_Contact_Capabilities.xml b/spec/Connection_Interface_Contact_Capabilities.xml
index 2e7f60e..2dc027b 100644
--- a/spec/Connection_Interface_Contact_Capabilities.xml
+++ b/spec/Connection_Interface_Contact_Capabilities.xml
@@ -80,11 +80,26 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<tp:struct name="Enhanced_Contact_Capability" array-name="Enhanced_Contact_Capability_List">
- <tp:docstring>A struct representing a capability posessed by a contact,
+ <tp:docstring>
+ A struct representing a capability posessed by a contact,
as returned by GetContactCapabilities on the ContactCapabilities
- interface.</tp:docstring>
- <tp:member type="a{sv}" tp:type="String_Variant_Map" name="Fixed_Properties"/>
- <tp:member type="as" name="Allowed_Properties"/>
+ interface. The channel creation will succeed if the request contains
+ all the Fixed_Properties will the values specified in this struct. The
+ request can contain additional properties from Allowed_Properties. If
+ the request contains a property which does not belong to
+ Fixed_Properties nor to Allowed_Properties, the request will fail.
+ </tp:docstring>
+ <tp:member type="a{sv}" tp:type="String_Variant_Map"
+ name="Fixed_Properties">
+ <tp:docstring>
+ A dictionary mapping the channel properties to their values.
+ </tp:docstring>
+ </tp:member>
+ <tp:member type="as" name="Allowed_Properties">
+ <tp:docstring>
+ An array of additional allowed properties.
+ </tp:docstring>
+ </tp:member>
</tp:struct>
</interface>
</node>
--
1.5.6.5
More information about the Telepathy-commits
mailing list