summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/jid.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/xmlstream/jid.py')
-rw-r--r--slixmpp/xmlstream/jid.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/slixmpp/xmlstream/jid.py b/slixmpp/xmlstream/jid.py
new file mode 100644
index 00000000..94841d98
--- /dev/null
+++ b/slixmpp/xmlstream/jid.py
@@ -0,0 +1,5 @@
+import logging
+
+logging.warning('Deprecated: slixmpp.xmlstream.jid is moving to slixmpp.jid')
+
+from slixmpp.jid import JID