diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-10 12:54:31 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-10 12:54:31 -0800 |
commit | 34b094561f3a47c86accd8c81d5734629f98472a (patch) | |
tree | 9292ec7d2f21c87b239f12b04a148bdee7bf2741 /sleekxmpp/plugins/xep_0080/__init__.py | |
parent | 91155444c0f66ed3172ff8fc669a5eebe514e9cc (diff) | |
download | slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.tar.gz slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.tar.bz2 slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.tar.xz slixmpp-34b094561f3a47c86accd8c81d5734629f98472a.zip |
Add support for XEP-0080.
Diffstat (limited to 'sleekxmpp/plugins/xep_0080/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0080/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0080/__init__.py b/sleekxmpp/plugins/xep_0080/__init__.py new file mode 100644 index 00000000..1e3fe4c8 --- /dev/null +++ b/sleekxmpp/plugins/xep_0080/__init__.py @@ -0,0 +1,10 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2010 Nathanael C. Fritz, Erik Reuterborg Larsson + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0080.stanza import Geoloc +from sleekxmpp.plugins.xep_0080.geoloc import xep_0080 |