Activer les réactions dans les salons publics (XEP-0444) #42

Closed
opened 2024-09-22 23:34:53 +02:00 by neox · 2 comments
Owner

Les réactions ne fonctionnent actuellement pas dans les salons publics.

Demande: Corriger cette situation.

Les réactions ne fonctionnent actuellement pas dans les salons publics. Demande: Corriger cette situation.
neox added the
bogue
label 2024-09-22 23:34:54 +02:00
Author
Owner

Modification faite:

diff --git a/ejabberd/ejabberd.yml b/ejabberd/ejabberd.yml
index ff95cfc..438b84a 100644
--- a/ejabberd/ejabberd.yml
+++ b/ejabberd/ejabberd.yml
@@ -309,8 +309,19 @@ modules:
     default_room_options:
       mam: true
       lang: "fr"
+      allow_subscription: true
+      persistent: true
     max_users: 5000
+    history_size: 0
   mod_muc_admin: {}
+  mod_muc_occupantid: {}
   mod_muc_rtbl: {}
   mod_offline:
     access_max_user_messages: max_user_offline_messages
@@ -320,17 +331,14 @@ modules:
       - "comments.@HOST@"
-    access_createnode: local
+    access_createnode: pubsub_createnode
     ignore_pep_from_offline: false
-    last_item_cache: false
+    last_item_cache: true
     max_items_node: 1000
     default_node_config:
       max_items: 1000
-- 
2.39.2

Modification faite: ```diff diff --git a/ejabberd/ejabberd.yml b/ejabberd/ejabberd.yml index ff95cfc..438b84a 100644 --- a/ejabberd/ejabberd.yml +++ b/ejabberd/ejabberd.yml @@ -309,8 +309,19 @@ modules: default_room_options: mam: true lang: "fr" + allow_subscription: true + persistent: true max_users: 5000 + history_size: 0 mod_muc_admin: {} + mod_muc_occupantid: {} mod_muc_rtbl: {} mod_offline: access_max_user_messages: max_user_offline_messages @@ -320,17 +331,14 @@ modules: - "comments.@HOST@" - access_createnode: local + access_createnode: pubsub_createnode ignore_pep_from_offline: false - last_item_cache: false + last_item_cache: true max_items_node: 1000 default_node_config: max_items: 1000 -- 2.39.2 ```
Author
Owner

Après redémarrage, cela fonctionne.

Après redémarrage, cela fonctionne.
neox added
résolu
and removed
bogue
labels 2024-09-22 23:41:08 +02:00
neox closed this issue 2024-10-10 23:18:44 +02:00
Sign in to join this conversation.
No description provided.