summaryrefslogtreecommitdiff
path: root/slixmpp/features/__init__.py
blob: 142d2343b02d82283863f54a0cae08bd246b3764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# Slixmpp: The Slick XMPP Library
# Copyright (C) 2011  Nathanael C. Fritz
# This file is part of Slixmpp.
# See the file LICENSE for copying permission.
__all__ = [
    'feature_starttls',
    'feature_mechanisms',
    'feature_bind',
    'feature_session',
    'feature_rosterver',
    'feature_preapproval'
]