diff options
author | Lance Stout <lancestout@gmail.com> | 2012-02-03 15:23:01 +0100 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-02-03 15:23:01 +0100 |
commit | 261a501afc55b6f9c6b13d787cad54a9bb2c5d92 (patch) | |
tree | 55330c16b392044ed83937ede2ad65025097b5c4 /sleekxmpp/plugins/xep_0184/__init__.py | |
parent | 4665c5cf1acf22bd3988682c2942ce0c50d897c4 (diff) | |
parent | 9a38a101d2ea2d726ee50caeaf67e179c98872b3 (diff) | |
download | slixmpp-261a501afc55b6f9c6b13d787cad54a9bb2c5d92.tar.gz slixmpp-261a501afc55b6f9c6b13d787cad54a9bb2c5d92.tar.bz2 slixmpp-261a501afc55b6f9c6b13d787cad54a9bb2c5d92.tar.xz slixmpp-261a501afc55b6f9c6b13d787cad54a9bb2c5d92.zip |
Merge remote-tracking branch 'whooo/master' into develop
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..15670562 --- /dev/null +++ b/sleekxmpp/plugins/xep_0184/__init__.py @@ -0,0 +1,10 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2012 Erik Reuterborg Larsson, Nathanael C. Fritz + 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 |