[telepathy-gabble/master] sync Debug interface with undrafted version in spec

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Aug 17 02:18:30 PDT 2009


---
 extensions/Debug.xml        |    5 ++---
 tests/twisted/test-debug.py |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/extensions/Debug.xml b/extensions/Debug.xml
index a21d9db..70a82e9 100644
--- a/extensions/Debug.xml
+++ b/extensions/Debug.xml
@@ -17,9 +17,8 @@ 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.Debug.DRAFT"
-    tp:causes-havoc="experimental">
-    <tp:added version="0.17.24"/>
+  <interface name="org.freedesktop.Telepathy.Debug">
+    <tp:added version="0.17.27">(as stable API)</tp:added>
 
     <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
       <p>An interface for providing debug messages.</p>
diff --git a/tests/twisted/test-debug.py b/tests/twisted/test-debug.py
index 1dba11f..2614eb3 100644
--- a/tests/twisted/test-debug.py
+++ b/tests/twisted/test-debug.py
@@ -14,7 +14,7 @@ if not DEBUGGING:
     raise SystemExit(77)
 
 path = '/org/freedesktop/Telepathy/debug'
-iface = 'org.freedesktop.Telepathy.Debug.DRAFT'
+iface = 'org.freedesktop.Telepathy.Debug'
 
 def test(q, bus, conn, stream):
     messages = []
-- 
1.5.6.5



More information about the telepathy-commits mailing list