Rename to slixmpp
[slixmpp.git] / slixmpp / plugins / xep_0323 / stanza / base.py
blob7959b818da13fae42beaa05d8d22794e80bb0330
1 """
2 Slixmpp: The Slick XMPP Library
3 Implementation of xeps for Internet of Things
4 http://wiki.xmpp.org/web/Tech_pages/IoT_systems
5 Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se, bjorn.westrom@consoden.se
6 This file is part of Slixmpp.
8 See the file LICENSE for copying permission.
9 """
11 from slixmpp.xmlstream import ET
13 pass