Update the list of all stream feature plugins.
This commit is contained in:
parent
610d366bdb
commit
9d645ad5cd
1 changed files with 7 additions and 1 deletions
|
@ -6,4 +6,10 @@
|
|||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
__all__ = ['feature_starttls', 'feature_mechanisms', 'feature_bind', 'feature_rosterver']
|
||||
__all__ = [
|
||||
'feature_starttls',
|
||||
'feature_mechanisms',
|
||||
'feature_bind',
|
||||
'feature_session',
|
||||
'feature_rosterver'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue