forked from errbotio/errbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
gbin edited this page Nov 12, 2012
·
2 revisions
Any contribution is really welcomed around those subjects, feel free to contact us if you would like to contribute.
xmppy has been nice but doesn't look active anymore.
I propose to port Err to SleekXMPP
The web interface uses gevent, the IRC backend twisted but the core is using none of them.
Using an event framework would allow us to mock easily a backend for unit testings, it would enable the use of several backends at the same time, remove the scary thread pool we have in err etc.
Sleekxmpp has been ported in python 3, flask has a also an experimental fork. The goal would be to has a pure python 3 codebase and port it automatically with a "3to2" at install time.