File: all.xml

package info (click to toggle)
sflphone 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,048 kB
  • sloc: ansic: 159,647; cpp: 27,067; sh: 11,765; xml: 4,420; makefile: 1,500; python: 654; asm: 46
file content (55 lines) | stat: -rw-r--r-- 2,042 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<tp:spec
	xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
	xmlns:xi="http://www.w3.org/2001/XInclude">

<tp:title>SFLphone D-Bus Interface Specification</tp:title>
<tp:version>0.9.8</tp:version>

<tp:copyright>Copyright © 2005-2010 Savoir-faire Linux Inc</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
Lesser 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>

<tp:section name="Instances Manager">
 <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
  <p>
	An Instance Manager to handle multiple clients connections. Count the number of clients actually registered to the core. When initializing your client, you need to register it against the core by using this interface.
  </p>
 </tp:docstring>
 <xi:include href="instance-introspec.xml"/>
</tp:section>

<tp:section name="Call Manager">
 <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
  <p>
	A Call Manager to handle call-related features.
  </p>
 </tp:docstring>
 <xi:include href="callmanager-introspec.xml"/>
</tp:section>

<tp:section name="Configuration Manager">
 <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
  <p>
	A Configuration Manager to handle account configuration, user preferences, ...
  </p>
 </tp:docstring>
 <xi:include href="configurationmanager-introspec.xml"/>
</tp:section>

<xi:include href="generic-types.xml"/>

</tp:spec>