diff options
author | Link Mauve <linkmauve@linkmauve.fr> | 2022-07-12 13:26:54 +0200 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2022-07-12 13:26:54 +0200 |
commit | ffaeb312193f06c1bb35902f199798b1baa07d21 (patch) | |
tree | 5672bdf813eb29f504b9e51ffcc2fce2ade58abc | |
parent | 9560f39de752045be196111fbce5e7be3f15f295 (diff) | |
parent | 2b45c22fcba5f23813379b4ffb6c0ff3db57cb62 (diff) | |
download | slixmpp-ffaeb312193f06c1bb35902f199798b1baa07d21.tar.gz slixmpp-ffaeb312193f06c1bb35902f199798b1baa07d21.tar.bz2 slixmpp-ffaeb312193f06c1bb35902f199798b1baa07d21.tar.xz slixmpp-ffaeb312193f06c1bb35902f199798b1baa07d21.zip |
Merge branch 'nicoco-master-patch-90506' into 'master'
Add xep_0356 to plugins.__all__
See merge request poezio/slixmpp!201
-rw-r--r-- | slixmpp/plugins/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/__init__.py b/slixmpp/plugins/__init__.py index 55627113..cc98255e 100644 --- a/slixmpp/plugins/__init__.py +++ b/slixmpp/plugins/__init__.py @@ -1,4 +1,3 @@ - # Slixmpp: The Slick XMPP Library # Copyright (C) 2010 Nathanael C. Fritz # This file is part of Slixmpp. @@ -93,6 +92,7 @@ __all__ = [ 'xep_0335', # JSON Containers 'xep_0352', # Client State Indication 'xep_0353', # Jingle Message Initiation + 'xep_0356', # Privileged entity 'xep_0359', # Unique and Stable Stanza IDs 'xep_0363', # HTTP File Upload 'xep_0369', # MIX-CORE |