Update the list of all stream feature plugins.

This commit is contained in:
Lance Stout 2012-03-12 09:42:56 -07:00
parent 610d366bdb
commit 9d645ad5cd

View file

@ -6,4 +6,10 @@
See the file LICENSE for copying permission. 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'
]