From 13729e47a64cb5ec5944a8a591de468416db1aa5 Mon Sep 17 00:00:00 2001 From: nicoco Date: Sun, 4 Jun 2023 14:07:24 +0200 Subject: [PATCH] add xeps 0385 and 0447 to plugins.PLUGINS --- slixmpp/plugins/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slixmpp/plugins/__init__.py b/slixmpp/plugins/__init__.py index 8c220242..1c1b4717 100644 --- a/slixmpp/plugins/__init__.py +++ b/slixmpp/plugins/__init__.py @@ -101,6 +101,7 @@ PLUGINS = [ 'xep_0377', # Spam reporting 'xep_0380', # Explicit Message Encryption 'xep_0382', # Spoiler Messages + 'xep_0385', # Stateless Inline Media Sharing (SIMS) 'xep_0394', # Message Markup 'xep_0402', # PEP Native Bookmarks 'xep_0403', # MIX-Presence @@ -115,6 +116,7 @@ PLUGINS = [ 'xep_0439', # Quick Response 'xep_0441', # Message Archive Management Preferences 'xep_0444', # Message Reactions + 'xep_0447', # Stateless file sharing 'xep_0461', # Message Replies # Meant to be imported by plugins ]