diff options
author | Erik Larsson <who+github@cnackers.org> | 2012-02-02 14:29:27 +0100 |
---|---|---|
committer | Erik Larsson <who+github@cnackers.org> | 2012-02-02 14:29:27 +0100 |
commit | 2217c69757417ea83bb66ccb9aa13376d6324b4e (patch) | |
tree | 35c4427b0d863ec76cf8df7ccb5021163b548cff /sleekxmpp/plugins/xep_0184/__init__.py | |
parent | 3ab7c8bcc39d7d377553116a5f41a3ea8c1fb436 (diff) | |
download | slixmpp-2217c69757417ea83bb66ccb9aa13376d6324b4e.tar.gz slixmpp-2217c69757417ea83bb66ccb9aa13376d6324b4e.tar.bz2 slixmpp-2217c69757417ea83bb66ccb9aa13376d6324b4e.tar.xz slixmpp-2217c69757417ea83bb66ccb9aa13376d6324b4e.zip |
Added plugin for XEP-0184
Diffstat (limited to 'sleekxmpp/plugins/xep_0184/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0184/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0184/__init__.py b/sleekxmpp/plugins/xep_0184/__init__.py new file mode 100644 index 00000000..59312138 --- /dev/null +++ b/sleekxmpp/plugins/xep_0184/__init__.py @@ -0,0 +1,10 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2012 Erik Reuterborg Larsson + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0184.reciept import xep_0184 +from sleekxmpp.plugins.xep_0184.stanza import Request, Received |