diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-24 09:36:26 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-24 09:36:26 -0400 |
commit | d9be51b2efcdaaf6b62488700eb3ce859bb0958a (patch) | |
tree | bd0283a9b25e3c15c4127fd352071a677c049149 /sleekxmpp/plugins/xep_0050/__init__.py | |
parent | 393259c24b017a9005a16338e3297da5c79e9b9a (diff) | |
parent | a3d111be12144d9dea80165d84cd8168714d3d54 (diff) | |
download | slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.tar.gz slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.tar.bz2 slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.tar.xz slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.zip |
Merge branch 'develop' into roster
Diffstat (limited to 'sleekxmpp/plugins/xep_0050/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0050/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0050/__init__.py b/sleekxmpp/plugins/xep_0050/__init__.py new file mode 100644 index 00000000..99f44f2a --- /dev/null +++ b/sleekxmpp/plugins/xep_0050/__init__.py @@ -0,0 +1,10 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2011 Nathanael C. Fritz, Lance J.T. Stout + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0050.stanza import Command +from sleekxmpp.plugins.xep_0050.adhoc import xep_0050 |