diff options
-rw-r--r-- | poezio/core/core.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py index 87f18468..0480f33e 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -884,7 +884,10 @@ class Core: ('boolean', 'muc#roomconfig_membersonly', True), ('boolean', 'muc#roomconfig_publicroom', False), ('list-single', 'muc#roomconfig_whois', 'anyone'), - ('list-single', 'muc#roomconfig_allowpm', 'none'), + # MAM + ('boolean', 'muc#roomconfig_enablearchiving', True), # Prosody + ('boolean', 'mam', True), # Ejabberd community + ('boolean', 'muc#roomconfig_mam', True), # Ejabberd saas ] form = self.xmpp['xep_0004'].make_form() |