diff options
author | Dann Martens <me@dannmartens.com> | 2011-01-13 08:40:53 +0100 |
---|---|---|
committer | Dann Martens <me@dannmartens.com> | 2011-01-13 08:40:53 +0100 |
commit | 3a12cdbd131e5bb98f192c077faa6bdda8fd95c7 (patch) | |
tree | 390479304a1d62b83a4c7317379972fc343384cc /sleekxmpp/plugins/xep_0009/__init__.py | |
parent | b3353183f308b5ec43a6d69e637a3b87b7d7fcb2 (diff) | |
download | slixmpp-3a12cdbd131e5bb98f192c077faa6bdda8fd95c7.tar.gz slixmpp-3a12cdbd131e5bb98f192c077faa6bdda8fd95c7.tar.bz2 slixmpp-3a12cdbd131e5bb98f192c077faa6bdda8fd95c7.tar.xz slixmpp-3a12cdbd131e5bb98f192c077faa6bdda8fd95c7.zip |
Introduced new XEP-0009 into develop.
Diffstat (limited to 'sleekxmpp/plugins/xep_0009/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0009/__init__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0009/__init__.py b/sleekxmpp/plugins/xep_0009/__init__.py new file mode 100644 index 00000000..2cd14170 --- /dev/null +++ b/sleekxmpp/plugins/xep_0009/__init__.py @@ -0,0 +1,11 @@ +""" + SleekXMPP: The Sleek XMPP Library + Copyright (C) 2011 Nathanael C. Fritz, Dann Martens (TOMOTON). + This file is part of SleekXMPP. + + See the file LICENSE for copying permission. +""" + +from sleekxmpp.plugins.xep_0009 import stanza +from sleekxmpp.plugins.xep_0009.rpc import xep_0009 +from sleekxmpp.plugins.xep_0009.stanza import RPCQuery, MethodCall, MethodResponse |