blob: 940a37f15d1e95b4206497b4a75019cbe2d0267a (
plain)
1
2
3
4
5
6
7
8
9
10
|
"""
SleekXMPP: The Sleek XMPP Library
Copyright (C) 2010 Nathanael C. Fritz
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
"""
__all__ = ['feature_starttls', 'feature_mechanisms',
'sasl_plain', 'sasl_anonymous']
|