1
0
Fork 0
mirror of https://github.com/correl/SleekXMPP.git synced 2025-03-20 09:19:24 -09:00
SleekXMPP/sleekxmpp/features/__init__.py

10 lines
245 B
Python
Raw Normal View History

2011-06-30 15:40:22 -07:00
"""
SleekXMPP: The Sleek XMPP Library
Copyright (C) 2011 Nathanael C. Fritz
2011-06-30 15:40:22 -07:00
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
"""
2011-08-04 21:49:15 -07:00
__all__ = ['feature_starttls', 'feature_mechanisms', 'feature_bind']