summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-11 17:40:58 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-11 17:45:41 +0100
commitbf6d07fadf4fd51f0e6c4421d78bf8436469519d (patch)
treec15d66b754433312c15b291950e95371e9f33096 /xml
parent8df3d596a5c9f6eb886b7493da2ab27ddefe22db (diff)
downloadtelepathy-mission-control-bf6d07fadf4fd51f0e6c4421d78bf8436469519d.tar.gz
Implement final version of ContactCapabilities instead of draft 2
Diffstat (limited to 'xml')
-rw-r--r--xml/Connection_Interface_Contact_Capabilities.xml (renamed from xml/Connection_Interface_Contact_Capabilities_Draft2.xml)8
-rw-r--r--xml/nmc5.xml2
2 files changed, 4 insertions, 6 deletions
diff --git a/xml/Connection_Interface_Contact_Capabilities_Draft2.xml b/xml/Connection_Interface_Contact_Capabilities.xml
index e028e401..50f8b789 100644
--- a/xml/Connection_Interface_Contact_Capabilities_Draft2.xml
+++ b/xml/Connection_Interface_Contact_Capabilities.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
-<node name="/Connection_Interface_Contact_Capabilities_Draft2" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<node name="/Connection_Interface_Contact_Capabilities" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<tp:copyright> Copyright (C) 2005, 2006, 2008 Collabora Limited </tp:copyright>
<tp:copyright> Copyright (C) 2005, 2006, 2008 Nokia Corporation </tp:copyright>
<tp:copyright> Copyright (C) 2006 INdT </tp:copyright>
@@ -18,11 +18,9 @@ Lesser General Public License for more details.</p>
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
</tp:license>
- <interface name="org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities.DRAFT2"
- tp:causes-havoc="experimental">
+ <interface name="org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
- <tp:added version="0.17.16">(as a draft)</tp:added>
- <tp:changed version="0.17.27">(draft 2)</tp:changed>
+ <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Contact capabilities describe the channel classes which may be
diff --git a/xml/nmc5.xml b/xml/nmc5.xml
index 4d1b47f9..973081ec 100644
--- a/xml/nmc5.xml
+++ b/xml/nmc5.xml
@@ -26,6 +26,6 @@
<xi:include href="Channel_Dispatch_Operation.xml"/>
<xi:include href="Connection_Interface_Contact_Capabilities_Draft1.xml"/>
-<xi:include href="Connection_Interface_Contact_Capabilities_Draft2.xml"/>
+<xi:include href="Connection_Interface_Contact_Capabilities.xml"/>
</tp:spec>