From 7300f1285e04e64fdb33f75d9152e4b5cbacc148 Mon Sep 17 00:00:00 2001 From: nicoco Date: Tue, 22 Nov 2022 08:47:31 +0100 Subject: [PATCH] XEP-0461: add to plugins.__all__ --- slixmpp/plugins/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slixmpp/plugins/__init__.py b/slixmpp/plugins/__init__.py index ac7482ee..be01b06e 100644 --- a/slixmpp/plugins/__init__.py +++ b/slixmpp/plugins/__init__.py @@ -113,4 +113,5 @@ __all__ = [ 'xep_0439', # Quick Response 'xep_0441', # Message Archive Management Preferences 'xep_0444', # Message Reactions + 'xep_0461', # Message Replies ]