__init__.py 334 B

12345678910111213141516
  1. """
  2. SleekXMPP: The Sleek XMPP Library
  3. Copyright (C) 2011 Nathanael C. Fritz
  4. This file is part of SleekXMPP.
  5. See the file LICENSE for copying permission.
  6. """
  7. __all__ = [
  8. 'feature_starttls',
  9. 'feature_mechanisms',
  10. 'feature_bind',
  11. 'feature_session',
  12. 'feature_rosterver',
  13. 'feature_preapproval'
  14. ]