summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0004/stanza/__init__.py
blob: e3bfee8e4643d1b8727a64505024dcaf0a2728cd (plain)
1
2
3
4
5
6
7

# 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