[Telepathy-commits] [telepathy-spec/master] Add interfaces Channel.Type.StreamTube and Channel.Type.DBusTube

Alban Crequy alban.crequy at collabora.co.uk
Wed Nov 19 06:15:00 PST 2008


20080805183324-a41c0-e3be463899c4dd706352fdc3b1898bc0474bb176.gz
---
 spec/Channel_Type_DBusTube.xml   |   31 +++++++++++++++++++++++++++++++
 spec/Channel_Type_StreamTube.xml |   31 +++++++++++++++++++++++++++++++
 spec/all.xml                     |    2 ++
 3 files changed, 64 insertions(+), 0 deletions(-)
 create mode 100644 spec/Channel_Type_DBusTube.xml
 create mode 100644 spec/Channel_Type_StreamTube.xml

diff --git a/spec/Channel_Type_DBusTube.xml b/spec/Channel_Type_DBusTube.xml
new file mode 100644
index 0000000..8128b57
--- /dev/null
+++ b/spec/Channel_Type_DBusTube.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" ?>
+<node name="/Channel_Type_DBusTube" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+  <tp:copyright>Copyright (C) 2008 Collabora Limited</tp:copyright>
+  <tp:copyright>Copyright (C) 2008 Nokia Corporation</tp:copyright>
+  <tp:license>
+    This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+  </tp:license>
+  <interface name="org.freedesktop.Telepathy.Channel.Type.DBusTube">
+    <tp:requires interface="org.freedesktop.Telepathy.Channel"/>
+    <tp:requires interface="org.freedesktop.Telepathy.Channel.Type.Tube"/>
+    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+      <p></p>
+
+    </tp:docstring>
+
+  </interface>
+
+</node>
+<!-- vim:set sw=2 sts=2 et ft=xml: -->
diff --git a/spec/Channel_Type_StreamTube.xml b/spec/Channel_Type_StreamTube.xml
new file mode 100644
index 0000000..7e1501e
--- /dev/null
+++ b/spec/Channel_Type_StreamTube.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" ?>
+<node name="/Channel_Type_StreamTube" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+  <tp:copyright>Copyright (C) 2008 Collabora Limited</tp:copyright>
+  <tp:copyright>Copyright (C) 2008 Nokia Corporation</tp:copyright>
+  <tp:license>
+    This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+  </tp:license>
+  <interface name="org.freedesktop.Telepathy.Channel.Type.StreamTube">
+    <tp:requires interface="org.freedesktop.Telepathy.Channel"/>
+    <tp:requires interface="org.freedesktop.Telepathy.Channel.Type.Tube"/>
+    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+      <p></p>
+
+    </tp:docstring>
+
+  </interface>
+
+</node>
+<!-- vim:set sw=2 sts=2 et ft=xml: -->
diff --git a/spec/all.xml b/spec/all.xml
index f7015e6..d2e365c 100644
--- a/spec/all.xml
+++ b/spec/all.xml
@@ -54,6 +54,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
 <xi:include href="Channel_Type_Text.xml"/>
 <xi:include href="Channel_Type_Tubes.xml"/>
 <xi:include href="Channel_Type_Tube.xml"/>
+<xi:include href="Channel_Type_StreamTube.xml"/>
+<xi:include href="Channel_Type_DBusTube.xml"/>
 
 <xi:include href="Channel_Interface_Call_Merging.xml"/>
 <xi:include href="Channel_Interface_Call_State.xml"/>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list