summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-24 15:32:29 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-24 15:32:29 +0000
commit7d6e1fa81492520fcd020fe6a1ab4b0a8a1e85ef (patch)
tree5274f1760553148f69c9a1f1246b1ec824345bd6
parent05e7ea30f2588a098ad52c1969ca3f25795e7dba (diff)
Knock .DRAFT off Conn.I.Addressing.
I've taken the executive decision to turn it into a version number, so that we don't force ourselves to break compatibility if we decide the interface is perfect.
-rw-r--r--extensions/Connection_Interface_Addressing.xml2
-rw-r--r--tests/twisted/constants.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Connection_Interface_Addressing.xml b/extensions/Connection_Interface_Addressing.xml
index db8155f23..2d8145f3c 100644
--- a/extensions/Connection_Interface_Addressing.xml
+++ b/extensions/Connection_Interface_Addressing.xml
@@ -16,7 +16,7 @@
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.Addressing.DRAFT"
+ <interface name="org.freedesktop.Telepathy.Connection.Interface.Addressing1"
tp:causes-havoc="experimental">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<tp:requires interface="org.freedesktop.Telepathy.Connection.Interface.Contacts"/>
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index e869a4a97..5786e5d58 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -139,7 +139,7 @@ CONN_IFACE_CONTACT_GROUPS = CONN + '.Interface.ContactGroups'
CONN_IFACE_CLIENT_TYPES = CONN + '.Interface.ClientTypes'
CONN_IFACE_POWER_SAVING = CONN + '.Interface.PowerSaving'
CONN_IFACE_CONTACT_BLOCKING = CONN + '.Interface.ContactBlocking'
-CONN_IFACE_ADDRESSING = CONN + '.Interface.Addressing.DRAFT'
+CONN_IFACE_ADDRESSING = CONN + '.Interface.Addressing1'
ATTR_CONTACT_CAPABILITIES = CONN_IFACE_CONTACT_CAPS + '/capabilities'