-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.html
78 lines (63 loc) · 3.51 KB
/
package.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tigase XMPP (Jabber) server ver ${APP_VER}</title>
</head>
<body bgcolor="white">
<h2>About</h2>
<p>Copyright © 2004-2016 Tigase.org. <http://www.tigase.org/></p>
<p>The <strong>Tigase Jabber/XMPP Server</strong> is <strong>Open Source and Free (AGPLv3)</strong> <a href="https://www.oracle.com/java/index.html">Java</a> based server.</p>
<p>The server offers complete implementation of the XMPP protocol with a long list
of extensions. Effcient, reliable and very extensible can be easily integrated
it with your systems.</p>
<p>The unique features of the Tigase server are</p>
<ol>
<li>High performance and scalability. Was tested with up to 500 000 concurrent
users connected to a single machine and in cluster with over 1mln online users.</li>
<li>High reliability. Tries to run as long as possible and tried to automaticaly
recover from detected problems.</li>
<li>Built-in many self monitoring functions. You can check your systems statistics
via XMPP, JMX, HTTP, SNMP or you can automatically receive notifications about
possible problems.</li>
<li>Scripting support - scripts can be loaded/reloaded at run time.
Many scripting languages are supported</li>
<li>Virtual hosts support. You can have virtually unlimited virtual hosts which
can be added/removed at runtime. You can temporarily block vhost or limit
number of users per vhost.</li>
<li>There is much more... check the official change log and the project website.</li>
</ol>
<p>Contributions to Tigase have been made by the following people:</p>
<ul>
<li><b>Tigase Team</li></b>
<li>Eric Dziwea</li>
<li>Artur Hefczyc (kobit)</li>
<li>Wojciech Kapcia (wojtek)</li>
<li>Bartosz Małkowski (bmalkow)</li>
<li>Daniel Wisnewski</li>
<li>Andrzej Wojcik</li>
<br>
<li><b>Other Contributors</li></b>
<li>Mateusz Fiołka</li>
<li>Tomasz Sterna (smoku)</li>
<li>Daniele Ricci</li>
<li>... and many others.</li>
</ul>
<h2>Installtion, configuration and compilation</h2>
<p>The most recent documentation on all these topics is always available in the
project documentation website: <a href="http://docs.tigase.org/">www.tigase.org</a>. Please
refer to the website for all the details and always up to date guides.</p>
<p>You would probably want to start with Quick Start:
<a href="http://docs.tigase.org/tigase-server/snapshot/Administration_Guide/html/#QuickStart">Tigase Quick Start</a> documentation.</p>
<p>It is recommended that if you run into any issues, visit <a href="https://projects.tigase.org/">Tigase Projects</a> website to visit forums
and view trouble tickets that may already have an answer to your question. Different components may be in different sections of the projects website.
Please ask general questions in the forum section of each project.
For example, the Tigase XMPP Server forums are located <a href="https://projects.tigase.org/projects/tigase-server/boards">here</a>.</p>
<p>The website also contains lots of other useful information like load tests
results, user discussions and online support and help always available to
you.</p>
<p>This is ${APP_VER} release of the server. Please include the exact version
number in all correspondence regarding the server.</p>
<img src="Tiger.image"/> <img src="JavaPowered.image"/> <img src="SolarisReady.image"/>
</body>
</html>