summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0323/stanza/base.py
blob: 4caf07b2fb7cb8473a7048dd8fabcfba6674147a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
"""
    SleekXMPP: The Sleek XMPP Library

    Implementation of xeps for Internet of Things
    http://wiki.xmpp.org/web/Tech_pages/IoT_systems
    Copyright (C) 2013 Joachim Lindborg, Joachim.lindborg@lsys.se
    See the file LICENSE for copying permission.
"""

from sleekxmpp.xmlstream import ET

pass