Files
slixmpp/slixmpp/plugins/xep_0323/stanza/base.py
T
Florent Le Coz 5ab77c7452 Rename to slixmpp
2014-07-17 14:19:04 +02:00

14 lines
369 B
Python

"""
Slixmpp: The Slick XMPP Library
Implementation of xeps for Internet of Things
http://wiki.xmpp.org/web/Tech_pages/IoT_systems
Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se, bjorn.westrom@consoden.se
This file is part of Slixmpp.
See the file LICENSE for copying permission.
"""
from slixmpp.xmlstream import ET
pass