aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 78fd868de7426034f6636ab02bedd137aae5dd25 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
---
layout: welcome
title: Home
permalink: /
---

<div id="home">

<!-- Opening Site Jumbo Tron -->

<div id="index-jobotron" class="jumbotron">
    <div class="container text-center">
        <div class="row">
            <div class="col-md-4">
                <img src="{{ site.url }}/assets/img/xmpp_logo.png" width="233px;" height="240px;">
            </div>
            <div class="col-md-8 float-md-right site-title">
                <h1>XMPP Communication Service</h1>
            </div>
        </div>
    </div>
</div>

<!-- Opening Section -->

<div id="opening" class="container offsetanchor">
    <div class="row">
        <div id="opening-text" class="col-lg-7 col-md-6">
            <p>This is the <strong>{{ site.name }}</strong> communication service.  This <a href="https://xmpp.org/">XMPP</a>
            service provides text messaging via a local client.  Many XMPP servers (like this one) are
            <a href="https://en.wikipedia.org/wiki/XMPP#Federation">federated</a>, meaning they are able to connect
            to diffrent XMPP servers on diffrent domains, similer to how email allows you to send messages to users on other
            domains/servers.  This service is in complete compliance with
            <a href="https://xmpp.org/extensions/xep-0387.html" title="XEP-0387: XMPP Compliance Suites 2018">XEP-0387</a>.</p>

            <p>This service requires the use of a client to connect to the server with.  Please see the
            <a href="{{ site.url }}/clients/">client list</a> for a small list of available clients that
            may be used.  My personal preferred clients are <a href="https://gajim.org/">Gajim</a> or
            <a href="https://swift.im/">Swift</a> for desktop/laptops and <a href="https://conversations.im/">Conversations</a>
            or <a href="https://chatsecure.org/">ChatSecure</a> for mobile.</p>
        </div>

        <div id="opening-side" class="col-lg-5 col-md-6 col-sm-8 col-12">
            <h1>Connecting...</h1>
            <ul>
                <li>Port: <b>5222</b></li>
                <li>Domain: <b>{{ site.xmpp-url }}</b></li>
                <li>Server Name: <b>{{ site.xmpp-host }}</b></li>{% if site.xmpp-conference-url and site.xep-0045 == 1 %}
                <li>Rooms: <b>{{ site.xmpp-conference-url }}</b></li>{% endif %}{% if site.xmpp-proxy-url and site.xep-0065 == 1 %}
                <li>Socks 5 Proxy: <b>{{ site.xmpp-proxy-url }}</b></li>{% endif %}{% if site.xmpp-upload-url and site.xep-0363 == 1 %}
                <li>File Uploads: <b>{{ site.xmpp-upload-url }}</b></li>{% endif %}
            </ul>
            <div style="padding-left:40px;">
		    <a href="https://caas.im.mattrude.com/server/{{ site.xmpp-url }}/" target="_blank"><img width="268px" height="20px" src="https://caas.im.mattrude.com/badge/{{ site.xmpp-url }}" alt="XMPP Compliance Tester score"></a>
		    <a href="https://check.messaging.one/result.php?domain={{ site.xmpp-url }}&amp;type=client" target="_blank"><img width="201px" height="20px" src="https://check.messaging.one/badge.php?domain={{ site.xmpp-url }}" alt="check.messaging.one server score"/></a></div>

        </div>
    </div>
</div>

</div>
<!-- Register Form -->

{% if site.register-web == 2 %}
<div id="register">
    <div id="feature-register">
        <div id="feature-register" class="container offsetanchor">
            {% include registration.html %}
        </div>
    </div>
</div>
{% endif %}


{% if site.server-features == 1 %}
<div id="server-features" class="container-fluid">
    <div class="row justify-content">
        <!-- Starting the page index nav menu -->
        <div id="server-features-index" class="col-2 hidden-sm-down">
            <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:55px;margin-top:-55px;">
                <nav id="nav-body" class="nav nav-pills flex-column bg-light">
                    <nav class="nav nav-pills flex-column">
                        <a id="features-index" class="nav-link ml-3 my-1" href="#features" style="line-height:40px;font-size:2rem;padding:10px;"><b>Server Features</b></a>
                    </nav>
                    {% for section in site.data.sections %}
                    <nav class="nav nav-pills flex-column">
                        <a class="nav-link ml-3 my-1" href="#{{ section.slug }}">{{ section.name }}</a>
                    </nav>
                    {% endfor %}
                </nav>
            </nav>
        </div>
        <!-- Ending the page index nav menu -->

        <!-- Starting the content section of the page -->
        <div id="server-features-content" class="col-sm-10" style="padding-right:unset;">
           <div id="features" class="index-section feature-section" style="min-height:400px;margin-left:-23%;padding-left:23%;background-color: rgba(0, 0, 0, 0.1);">
               <div class="container offsetanchor">
                   <div class="section-header" id="features-section">
                       <center>
                           <span class="fa fa-cogs" style="font-size:100px;" aria-hidden="true"></span>
                           <h2>Server Features</h2>
                       </center>
                   </div>
                   <div id="feature-heading-content">
                       <hr class="my-4">
                       <blockquote class="blockquote">
                           <p class="mb-0">XMPP (<i>previous known as jabber</i>) is an <b>instant messaging</b> system that is <b>free</b>, <b>standard</b>,
                               and <b>open</b>; allowing you to chat live with your family, friends and professional contacts, and be warned of
                               the <b>presence</b> of your contacts, while keeping your <b>independence</b> vis-à-vis your software and
                               service providers.</p>
                       </blockquote>
                       <hr class="my-4">
                       <div id="sections" class="content">
		           <div class="row">
                               {% for section in site.data.sections %}
                               <div class="col">
                                   <a id="link" href="#{{ section.slug }}">
                                       <center><span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span></center>
                                   </a>
                                   <div id="name">{{ section.name }}</div>
			       </div>
                               {% endfor %}
                           </div>
                       </div>
                   </div>
               </div>
           </div>

            <!--  Site Features -->
            {% for section in site.data.sections %}
            <div id="{{ section.slug }}" class="index-section feature-section" style="background-color:#{{ section.color }};margin-left:-23%;padding-left:23%;">
               <div class="container offsetanchor">
                   <div class="section-header" id="feature-{{ section.slug }}">
                       <center>
                           <span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span>
                           <h2>{{ section.name }}</h2>
                       </center>
                   </div>
                   <div class="feature-{{ section.slug }}">
                       <div class="row">
                           <p>{{ section.text }}</p>
                           {% for feature in site.data.features %}
                           {% if feature.section == section.slug %}
                           <div class="{% if section.col == 3 %}col-md-4{% else %}col-sm-6{% endif %}" style="min-height:280px;">
                               <h3>{{ feature.name }}</h3>
                               <p>{{ feature.text }}</p>
                           </div>
                           {% endif %}
                           {% endfor %}
                           <p>{{ section.sub }}</p>
                       </div>
                   </div>
               </div>
            </div>
            {% endfor %}
        </div>
        <!-- Ending the content section of the page -->

    </div> <!-- Closing the row justify-content clases -->
</div> <!-- Closing the ID creating-account and the main container class -->
{% endif %}

{% if site.user-guide == 1 %}

<!-- New User Guide Section -->

{% include new_user_guide.html %}

<!-- End of New User Guide Section -->

{% endif %}

<!-- About Section -->

<div id="about" class="index-section" style="background-color:#eee;padding-bottom:80px;">
    {% include about.html %}
</div>