aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Channel_Type_Server_TLS_Connection.xml
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-12 00:33:36 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-13 22:22:23 +0800
commitb5e5d4af88422f5afc0377bb20a0863520911837 (patch)
treec06b13942e861d4138ab4b4dca027c33db2e43a3 /extensions/Channel_Type_Server_TLS_Connection.xml
parent6a16791dc335fed6706352e1612893f312a80a3f (diff)
downloadgsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.tar
gsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.tar.gz
gsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.tar.bz2
gsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.tar.lz
gsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.tar.xz
gsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.tar.zst
gsoc2013-empathy-b5e5d4af88422f5afc0377bb20a0863520911837.zip
Update spec snapshot
Diffstat (limited to 'extensions/Channel_Type_Server_TLS_Connection.xml')
-rw-r--r--extensions/Channel_Type_Server_TLS_Connection.xml26
1 files changed, 18 insertions, 8 deletions
diff --git a/extensions/Channel_Type_Server_TLS_Connection.xml b/extensions/Channel_Type_Server_TLS_Connection.xml
index af11218a9..977002f95 100644
--- a/extensions/Channel_Type_Server_TLS_Connection.xml
+++ b/extensions/Channel_Type_Server_TLS_Connection.xml
@@ -19,7 +19,8 @@
</tp:license>
<interface name="org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection.DRAFT"
- tp:causes-havoc="experimental">
+ tp:causes-havoc="experimental">
+ <tp:added version="0.19.11">(draft 1)</tp:added>
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
@@ -44,16 +45,25 @@
</tp:docstring>
<property name="ServerCertificate" type="o" access="read"
- tp:name-for-bindings="ServerCertificate">
+ tp:name-for-bindings="ServerCertificate">
<tp:docstring>
- <p>A <tp:dbus-ref
- namespace="org.freedesktop.Telepathy.Authentication">TLSCertificate.DRAFT</tp:dbus-ref>
- containing the certificate chain as sent by the server,
- and other relevant information.</p>
- <p>This property is immutable.</p>
+ <p>A <tp:dbus-ref
+ namespace="org.freedesktop.Telepathy.Authentication">TLSCertificate.DRAFT</tp:dbus-ref>
+ containing the certificate chain as sent by the server,
+ and other relevant information.</p>
+ <p>This property is immutable.</p>
+ </tp:docstring>
+ </property>
+
+ <property name="Hostname" type="s" access="read"
+ tp:name-for-bindings="Hostname">
+ <tp:docstring>
+ The hostname of the server we expect <tp:member-ref>ServerCertificate</tp:member-ref>
+ to certify; clients SHOULD verify <tp:member-ref>ServerCertificate</tp:member-ref> against
+ this hostname when checking its validity.
</tp:docstring>
</property>
</interface>
</node>
-
+<!-- vim:set sw=2 sts=2 et ft=xml: -->