diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-11 18:30:47 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-12 16:24:18 -0700 |
commit | 8b06d10415d6281f5836412129b7f04db6e16f04 (patch) | |
tree | 22227094708d459dd54fad40106062fe9be67371 /sleekxmpp/plugins/xep_0030/stanza/items.py | |
parent | 1a153487c3cb83550f6d80feb34c5c972f6ad6c2 (diff) | |
download | slixmpp-8b06d10415d6281f5836412129b7f04db6e16f04.tar.gz slixmpp-8b06d10415d6281f5836412129b7f04db6e16f04.tar.bz2 slixmpp-8b06d10415d6281f5836412129b7f04db6e16f04.tar.xz slixmpp-8b06d10415d6281f5836412129b7f04db6e16f04.zip |
Update XEP-0030 and XEP-0059 to new system.
Diffstat (limited to 'sleekxmpp/plugins/xep_0030/stanza/items.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0030/stanza/items.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0030/stanza/items.py b/sleekxmpp/plugins/xep_0030/stanza/items.py index f642a5b8..c424d90f 100644 --- a/sleekxmpp/plugins/xep_0030/stanza/items.py +++ b/sleekxmpp/plugins/xep_0030/stanza/items.py @@ -147,4 +147,3 @@ class DiscoItem(ElementBase): register_stanza_plugin(DiscoItems, DiscoItem, iterable=True) - |