From 96844d1662d97f190465726529d5d5e5b02cd4e5 Mon Sep 17 00:00:00 2001
From: John Livingston <git@john-livingston.fr>
Date: Tue, 4 May 2021 13:16:59 +0200
Subject: [PATCH] carbon module

---
 server/lib/prosody/config/content.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/lib/prosody/config/content.ts b/server/lib/prosody/config/content.ts
index 130f84a5..5838bc5e 100644
--- a/server/lib/prosody/config/content.ts
+++ b/server/lib/prosody/config/content.ts
@@ -123,6 +123,7 @@ class ProsodyConfigContent {
     this.global.set('modules_enabled', [
       'roster', // Allow users to have a roster. Recommended ;)
       'saslauth', // Authentication for clients and servers. Recommended if you want to log in.
+      'carbons', // Keep multiple clients in sync
       'version', // Replies to server version requests
       'uptime', // Report how long server has been running
       'ping', // Replies to XMPP pings with pongs