make publish :O
This commit is contained in:
parent
41741cd4c1
commit
93ee2c698c
@ -4,7 +4,6 @@ Category: xmpp
|
|||||||
Tags: xmpp, lexicon, terminology
|
Tags: xmpp, lexicon, terminology
|
||||||
Slug: beginners-guide-to-xmpp-speak
|
Slug: beginners-guide-to-xmpp-speak
|
||||||
Description: XMPP terminology, translated to plain english. Did you know you can use OMEMO E2E with MAM in a MUC?
|
Description: XMPP terminology, translated to plain english. Did you know you can use OMEMO E2E with MAM in a MUC?
|
||||||
status: draft
|
|
||||||
|
|
||||||
|
|
||||||
<a name='xmpp'></a>
|
<a name='xmpp'></a>
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
Title: Configuring an XMPP server for secure, mobile instant messaging
|
Title: Configuring an XMPP server for secure, mobile instant messaging
|
||||||
Date: 2017-2-10
|
Date: 2017-3-07
|
||||||
Category: xmpp
|
Category: xmpp
|
||||||
Tags: xmpp, chat, guide, instant messaging, prosody
|
Tags: xmpp, chat, guide, instant messaging, prosody
|
||||||
Slug: configuring-a-modern-xmpp-server
|
Slug: configuring-a-modern-xmpp-server
|
||||||
Description: Hands-on step-by-step guide that shows how to configure Prosody for security, mobile messaging and ease of use.
|
Description: Hands-on step-by-step guide that shows how to configure Prosody for security, mobile messaging and ease of use.
|
||||||
status: draft
|
|
||||||
|
|
||||||
This is a guide to set up a modern XMPP server focused on security and mobile messaging. The whole guide further assumes one is using Debian as a server and that you will end up hosting a few of your friends. It further assumes you have some basic skills working on a linux command line.
|
This is a guide to set up a modern XMPP server focused on security and mobile messaging. The whole guide assumes Debian running on the server, the fact that you will end up hosting a few of your friends and that you have some basic skills working on a linux command line.
|
||||||
|
|
||||||
To make your server communicate make sure following ports are open in your firewall:
|
To make your server communicate make sure following ports are open in your firewall:
|
||||||
|
|
||||||
@ -28,7 +27,7 @@ Install Certbot and get new certificates for your domain (replace myserver.org w
|
|||||||
:::console
|
:::console
|
||||||
wget https://dl.eff.org/certbot-auto
|
wget https://dl.eff.org/certbot-auto
|
||||||
chmod a+x certbot-auto
|
chmod a+x certbot-auto
|
||||||
certbot-auto certonly -d muc.placeholderdomain.org -d dump.placeholderdomain.org -d placeholderdomain.org-d placeholderdomain.org
|
certbot-auto certonly -d muc.placeholderdomain.org -d dump.placeholderdomain.org -d placeholderdomain.org
|
||||||
|
|
||||||
Should you succeed, you will be able to read something like:
|
Should you succeed, you will be able to read something like:
|
||||||
|
|
||||||
@ -96,11 +95,11 @@ Installing and configuring Prosody, the XMPP server
|
|||||||
Install the newest version of Prosody and its dependencies from the official prosody repository:
|
Install the newest version of Prosody and its dependencies from the official prosody repository:
|
||||||
|
|
||||||
:::console
|
:::console
|
||||||
echo "deb http://packages.prosody.im/debian wheezy main" >> /etc/apt/sources.list
|
echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list
|
||||||
|
|
||||||
wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -
|
wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -
|
||||||
|
|
||||||
apt-get install prosody lua-dbi-mysql lua-zlib
|
sudo apt get update && apt-get install prosody lua-dbi-mysql lua-zlib
|
||||||
|
|
||||||
Add the Let's Encrypt Certificates to Prosody and make sure Prosody can use them
|
Add the Let's Encrypt Certificates to Prosody and make sure Prosody can use them
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
Title: Have you considered the alternative?
|
Title: Have you considered the alternative?
|
||||||
Date: 2017-2-10
|
Date: 2017-3-09
|
||||||
Category: xmpp
|
Category: xmpp
|
||||||
Tags: xmpp, signal, conversations, instant messaging, political economy
|
Tags: xmpp, signal, conversations, instant messaging, political economy
|
||||||
Slug: have-you-considered-the-alternative
|
Slug: have-you-considered-the-alternative
|
||||||
description: Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services.
|
description: Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services.
|
||||||
status: draft
|
|
||||||
|
|
||||||
>"Remember, when advertising is involved you the user are the product. [...]
|
>"Remember, when advertising is involved you the user are the product. [...]
|
||||||
>When people ask us why we charge for WhatsApp, we say 'Have you considered the alternative?'"
|
>When people ask us why we charge for WhatsApp, we say 'Have you considered the alternative?'"
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
Title: Picking and setting up modern XMPP clients
|
Title: Picking and setting up modern XMPP clients
|
||||||
Date: 2017-2-10
|
Date: 2017-3-06
|
||||||
Category: xmpp
|
Category: xmpp
|
||||||
Tags: xmpp, chat, guide, instant messaging, conversations, gajim, chatsecure
|
Tags: xmpp, chat, guide, instant messaging, conversations, gajim, chatsecure
|
||||||
Slug: picking-modern-xmpp-clients
|
Slug: picking-modern-xmpp-clients
|
||||||
Description: Trying to make sense of all those XMPP clients around? A guide helping you to choose between various modern XMPP clients. Which are the necessary features and how do I get this software running?
|
Description: Trying to make sense of all those XMPP clients around? A guide helping you to choose between various modern XMPP clients. Which are the necessary features and how do I get this software running?
|
||||||
featured_image: http://homebrewserver.club/extra/omemo.png
|
featured_image: http://homebrewserver.club/extra/omemo.png
|
||||||
status: draft
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user