mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
updated setup.py to include stream features plugins
This commit is contained in:
parent
d94517d9ca
commit
afeb8a679a
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -60,6 +60,9 @@ packages = [ 'sleekxmpp',
|
|||
'sleekxmpp/features',
|
||||
'sleekxmpp/features/feature_mechanisms',
|
||||
'sleekxmpp/features/feature_mechanisms/stanza',
|
||||
'sleekxmpp/features/feature_starttls',
|
||||
'sleekxmpp/features/feature_bind',
|
||||
'sleekxmpp/features/feature_session',
|
||||
'sleekxmpp/thirdparty',
|
||||
'sleekxmpp/thirdparty/suelta',
|
||||
'sleekxmpp/thirdparty/suelta/mechanisms',
|
||||
|
|
Loading…
Reference in a new issue