diff options
author | Lance Stout <lancestout@gmail.com> | 2011-07-03 15:30:06 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-07-03 15:30:06 -0700 |
commit | ec3a14e6d91e61c76147d8415f7246086fd9d435 (patch) | |
tree | 19da3e56201db8e2f67acb325d742ed4306f053c /sleekxmpp/plugins/xep_0202/__init__.py | |
parent | c98f5d44509f5b6fdfdbf7408dae3282caccc9db (diff) | |
download | slixmpp-ec3a14e6d91e61c76147d8415f7246086fd9d435.tar.gz slixmpp-ec3a14e6d91e61c76147d8415f7246086fd9d435.tar.bz2 slixmpp-ec3a14e6d91e61c76147d8415f7246086fd9d435.tar.xz slixmpp-ec3a14e6d91e61c76147d8415f7246086fd9d435.zip |
Updated XEP-0202 plugin to new format and use XEP-0082.
Diffstat (limited to 'sleekxmpp/plugins/xep_0202/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0202/__init__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/xep_0202/__init__.py b/sleekxmpp/plugins/xep_0202/__init__.py new file mode 100644 index 00000000..82338d3a --- /dev/null +++ b/sleekxmpp/plugins/xep_0202/__init__.py @@ -0,0 +1,11 @@ +""" + 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_0202 import stanza +from sleekxmpp.plugins.xep_0202.stanza import EntityTime +from sleekxmpp.plugins.xep_0202.time import xep_0202 |