aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-19 00:59:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-19 00:59:45 +0800
commit2350876b533822606ad8080e53840fb55de83f3a (patch)
tree2220778afdecfff403066136d5d49e1a133406de /extensions
parent602c58582b0e7add0585c7f8e708d16acaf25668 (diff)
downloadgsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.tar
gsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.tar.gz
gsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.tar.bz2
gsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.tar.lz
gsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.tar.xz
gsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.tar.zst
gsoc2013-empathy-2350876b533822606ad8080e53840fb55de83f3a.zip
remove Channel_Handler.xml; we don't use it since a while
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Channel_Handler.xml62
-rw-r--r--extensions/Makefile.am1
-rw-r--r--extensions/misc.xml1
3 files changed, 0 insertions, 64 deletions
diff --git a/extensions/Channel_Handler.xml b/extensions/Channel_Handler.xml
deleted file mode 100644
index 80233e97d..000000000
--- a/extensions/Channel_Handler.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" ?>
-<node name="/Channel_Handler" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <tp:copyright>Copyright (C) 2007 Collabora Limited</tp:copyright>
- <tp:license xmlns="http://www.w3.org/1999/xhtml">
- <p>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.</p>
-
-<p>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
-Library General Public License for more details.</p>
-
-<p>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.</p>
- </tp:license>
- <interface name="org.freedesktop.Telepathy.ChannelHandler">
-
- <method name="HandleChannel">
- <arg direction="in" type="s" name="Bus_Name" tp:type="DBus_Bus_Name">
- <tp:docstring>
- The bus name of the connection and channel
- </tp:docstring>
- </arg>
- <arg direction="in" type="o" name="Connection">
- <tp:docstring>
- The object-path of the connection that owns the channel
- </tp:docstring>
- </arg>
- <arg direction="in" type="s" tp:type="DBus_Interface" name="Channel_Type">
- <tp:docstring>
- The channel type
- </tp:docstring>
- </arg>
- <arg direction="in" type="o" name="Channel">
- <tp:docstring>
- The object-path of the channel
- </tp:docstring>
- </arg>
- <arg direction="in" type="u" tp:type="Handle_Type" name="Handle_Type">
- <tp:docstring>The type of the handle that the channel communicates
- with, or 0 if there is no associated handle</tp:docstring>
- </arg>
- <arg direction="in" type="u" tp:type="Handle" name="Handle">
- <tp:docstring>The handle that the channel communicates with,
- or 0 if there is no associated handle</tp:docstring>
- </arg>
- <tp:docstring>
- Called when a channel handler should handle a new channel.
- </tp:docstring>
- <!-- FIXME: possible errors? -->
- </method>
- <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>An interface exported by client applications which are able to
- handle incoming channels.</p>
- </tp:docstring>
- </interface>
-</node>
-<!-- vim:set sw=2 sts=2 et ft=xml: -->
-
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index e74989492..fc77796e4 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -12,7 +12,6 @@ EXTRA_DIST = \
all.xml \
generic-types.xml \
misc.xml \
- Channel_Handler.xml \
Debug.xml \
Channel_Interface_Conference.xml
diff --git a/extensions/misc.xml b/extensions/misc.xml
index 378500088..f866663c0 100644
--- a/extensions/misc.xml
+++ b/extensions/misc.xml
@@ -4,7 +4,6 @@
<tp:title>Misc extensions for Empathy</tp:title>
-<xi:include href="Channel_Handler.xml"/>
<xi:include href="Debug.xml" />
<xi:include href="Channel_Interface_Conference.xml" />