guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add Prosody service.


From: Clément Lassieur
Subject: Re: [PATCH] gnu: Add Prosody service.
Date: Sat, 07 Jan 2017 22:14:02 +0100
User-agent: mu4e 0.9.18; emacs 25.1.1

> Am 04.01.2017 um 22:55 schrieb Clément Lassieur:
>> +(define %default-modules-enabled
>> +  '("roster"
>> +    "saslauth"
>> +    "tls"
>> +    "dialback"
>> +    "disco"
>> +    "private"
>> +    "vcard"
>> +    "version"
>> +    "uptime"
>> +    "time"
>> +    "ping"
>> +    "pep"
>> +    "register"
>> +    "admin_adhoc"))
>
> I suggest adding omemo (axelotl encryption) here, since this is one of
> the most important new features for XMPP.

Omemo only depends on PEP, which is enabled by default. So it should
work.

>> +     "Multi-user chat (MUC) is Prosody's module for allowing you to create
>> +hosted chatrooms/conferences for XMPP users.
>> +
>> +General information on setting up and using MUC chatrooms can be found in 
>> our
>> +\"Chatrooms\" documentation (@url{http://prosody.im/doc/chatrooms}), which 
>> you
>> +should read if you are new to XMPP chatrooms.
>
> s/MUC chatrooms/ multi-user chatrooms/
> s/our/the/

Ok.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]