summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0325/stanza/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0325/stanza/base.py')
-rw-r--r--slixmpp/plugins/xep_0325/stanza/base.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/slixmpp/plugins/xep_0325/stanza/base.py b/slixmpp/plugins/xep_0325/stanza/base.py
new file mode 100644
index 00000000..7959b818
--- /dev/null
+++ b/slixmpp/plugins/xep_0325/stanza/base.py
@@ -0,0 +1,13 @@
+"""
+ 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