Merge branch 'nicoco-master-patch-90506' into 'master'
Add xep_0356 to plugins.__all__ See merge request poezio/slixmpp!201
This commit is contained in:
commit
ffaeb31219
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue