diff options
author | Dann Martens <me@dannmartens.com> | 2011-01-13 12:53:17 +0100 |
---|---|---|
committer | Dann Martens <me@dannmartens.com> | 2011-01-13 12:53:17 +0100 |
commit | a21178007faa4e2975ae07ef48762a74eb84eda5 (patch) | |
tree | a2e5da61084931e1d87e398734d0a85d14c93ab6 /setup.py | |
parent | 2e6c27f665d04f9132cbf845175d050e92aa0882 (diff) | |
download | slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.tar.gz slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.tar.bz2 slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.tar.xz slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.zip |
Updated setup.py to include XEP-0009.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ packages = [ 'sleekxmpp', 'sleekxmpp/xmlstream/handler',
'sleekxmpp/thirdparty',
'sleekxmpp/plugins',
+ 'sleekxmpp/plugins/xep_0009',
+ 'sleekxmpp/plugins/xep_0009/stanza',
'sleekxmpp/plugins/xep_0030',
'sleekxmpp/plugins/xep_0030/stanza'
]
|