index.html 2.12 KB
Newer Older
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
    <title>Messenger: Overview - Jive Software</title>
    <link type="text/css" rel="stylesheet" href="style.css">
</head>

<body> 

<h1>Jive Messenger @version@</h1>

<p>
Jive Messenger provides comprehensive group chat and instant
messaging (IM) services using the XMPP protocol.
</p>

<p><b>Documentation:</b></p>

<ul>
    <li>
        <a href="install-guide.html">Installation Guide</a> -
        How to install Jive Messenger.
    </li>
    <li>
        <a href="database.html">Database Installation Guide</a> - 
        How to setup your database for use with Jive Messenger.
    </li>
    <li>
        <a href="ssl-guide.html">SSL Guide</a> - 
        A guide to setting up Messenger's SSL secure socket support.
    </li>
    <li>
        <a href="ldap-guide.html">LDAP Guide</a> - 
        A guide to setting up Jive Messenger to work with LDAP user stores.
    </li>
</ul>

<p><b>Developer Documentation:</b></p>

<ul>
	 <li>
        <a href="javadoc/index.html">JavaDocs</a> -
        Jive Messenger API documentation.
    </li>
    <li>
        <a href="source-build.html">Building the Source</a> -
        Instructions for downloading and compiling the Jive Messenger source code.
    </li>
    <li>
        <a href="protocol-support.html">Protocol Support</a> -
        Provides details on the XMPP support and JEPs that Jive Messenger implements.
    </li>
	   <li>
        <a href="plugin-dev-guide.html">Plugin Developer Guide</a> -
        A guide to writing and installing plugins for Jive Messenger.
    </li>
    <li>
        <a href="translator-guide.html">Translator Guide</a> -
        Information for those interested in translating the admin console of Jive Messenger into other languages.
    </li>
    <li>
        <a href="database-guide.html">Database Schema Guide</a> -
        A tour of the Jive Messenger database schema for developers and database administrators.
    </li>
</ul>

<p>
An active support community for Jive Messenger is available at 
<a href="http://www.jivesoftware.org/forums/">http://www.jivesoftware.org/forums/</a>.
</p>

</body>
</html>