1<?xml version="1.0" ?>
2<node name="/Foo"
3  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4
5  <tp:copyright>Copyright © 2010 Collabora Ltd.</tp:copyright>
6  <tp:license xmlns="http://www.w3.org/1999/xhtml">
7    <p>This library is free software; you can redistribute it and/or
8      modify it under the terms of the GNU Lesser General Public
9      License as published by the Free Software Foundation; either
10      version 2.1 of the License, or (at your option) any later version.</p>
11
12    <p>This library is distributed in the hope that it will be useful,
13      but WITHOUT ANY WARRANTY; without even the implied warranty of
14      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15      Lesser General Public License for more details.</p>
16
17    <p>You should have received a copy of the GNU Lesser General Public
18      License along with this library; if not, write to the Free Software
19      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20      02110-1301, USA.</p>
21  </tp:license>
22
23  <interface name="org.freedesktop.Telepathy.Foo.DRAFT"
24    tp:causes-havoc="experimental">
25    <tp:added version="0.UNRELEASED">(draft 1)</tp:added>
26
27    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
28      <p>Foo.</p>
29    </tp:docstring>
30
31  </interface>
32</node>
33<!-- vim:set sw=2 sts=2 et ft=xml: -->
34