mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
* Revert "Revert "markdown format"" * fix formating * fix readme * add .markdownlint.json * add markdownlint-rules-grav-pages * add markdownlint-rules-grav-pages files * add license for Markdown Lint Rules for Grav Pages * fix [figure] mess * fix [figure] mess 2 * fix [figure] mess 3 * maj .gitignore * various fixes * fix markdownlint-rules-grav-pages * second formater pass * various manual fixes * add .markdownlintignore * markdownlintignore: auto-generated pages * disable proper-names for html_elements * another bunch of various markdown fixes * Update pages/02.administer/10.install/20.dns_config/dns_config.es.md Co-authored-by: tituspijean <titus+yunohost@pijean.ovh> --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
---
|
|
title: Chat with XMPP
|
|
template: docs
|
|
taxonomy:
|
|
category: docs
|
|
routes:
|
|
default: '/XMPP_server'
|
|
---
|
|
|
|

|
|
|
|
By default, YunoHost comes installed with an instant messaging server called Metronome which implements the [XMPP protocol](https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (previously known as Jabber).
|
|
|
|
This protocol is already used by millions of people around the world—it is an open protocol.
|
|
All applications based on XMPP are compatible with each other: When using an XMPP client, you can interact with anybody who has an XMPP account.
|
|
|
|
XMPP is an extensible protocol—this means users can configure "extensions" to chatrooms, share messages and files, and make voice and video calls using XMPP.
|
|
|
|
## XMPP account
|
|
|
|
To use an XMPP account you need a username, in the format: `user@domain.tld`, and a password.
|
|
|
|
With YunoHost, an XMPP account is created for all YunoHost users automatically.
|
|
The XMPP account credentials corresponds to the user's main e-mail address and password.
|
|
|
|
If you wish to know more about using XMPP, refer to the [User guide](/XMPP).
|
|
|
|
## Incompatibility with Prosody
|
|
|
|
Prosody, an alternative XMPP server, is packaged for YunoHost.
|
|
|
|
It is notably used by Peertube's chat feature, and Jitsi for video conferences. Installing these apps will install Prosody, which needs to disable Metronome to work properly.
|
|
|
|
! In summary, installing Prosody or an app relying on it will disable the XMPP server.
|