summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0004/stanza/__init__.py
blob: 9daaab754d136c19267443c7833126ee8d67cca7 (plain)
1
2
3
4
5
6
7
8
9
10
"""
    Slixmpp: The Slick XMPP Library
    Copyright (C) 2011 Nathanael C. Fritz, Lance J.T. Stout
    This file is part of Slixmpp.

    See the file LICENSE for copying permission.
"""

from slixmpp.plugins.xep_0004.stanza.field import FormField, FieldOption
from slixmpp.plugins.xep_0004.stanza.form import Form