1<?xml version="1.0" encoding='ISO-8859-1'?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5
6<!-- Include general documentation entities -->
7<!ENTITY % docentities SYSTEM "../../../../doc/docbook/entities.xml">
8%docentities;
9
10]>
11
12<book xmlns:xi="http://www.w3.org/2001/XInclude">
13    <bookinfo>
14	<title>Presence Module</title>
15	<productname class="trade">&kamailioname;</productname>
16	<authorgroup>
17	    <author>
18		<firstname>Anca-Maria</firstname>
19		<surname>Vamanu</surname>
20		<affiliation><orgname>Voice Sistem SRL</orgname></affiliation>
21		<address>
22		<email>anca@voice-system.ro</email>
23		</address>
24	    </author>
25	    <author>
26		<firstname>Juha</firstname>
27		<surname>Heinanen</surname>
28		<affiliation><orgname>TutPro Inc.</orgname></affiliation>
29		<address>
30		<email>jh@tutpro.com</email>
31		</address>
32	    </author>
33	    <editor>
34		<firstname>Anca-Maria</firstname>
35		<surname>Vamanu</surname>
36		<address>
37		    <email>anca@voice-system.ro</email>
38		</address>
39	    </editor>
40	    <editor>
41		<firstname>Juha</firstname>
42		<surname>Heinanen</surname>
43		<address>
44		    <email>jh@tutpro.com</email>
45		</address>
46	    </editor>
47	</authorgroup>
48	<copyright>
49	    <year>2006</year>
50	    <holder>Voice Sistem SRL</holder>
51	</copyright>
52	<copyright>
53	    <year>2009</year>
54	    <holder>Juha Heinanen</holder>
55	</copyright>
56  </bookinfo>
57    <toc></toc>
58
59    <xi:include href="presence_admin.xml"/>
60    <xi:include href="presence_devel.xml"/>
61
62</book>
63
64
65