22 lines
633 B
Plaintext
22 lines
633 B
Plaintext
* i18n support in the same way as ejabberd and
|
|
PyMSNt, PyICQ-t and PyAIM-t: using xml:lang, but have an option in
|
|
the config to set the default language to show, when the client do
|
|
not support xml:lang.i18n support (use xml:lang + default)
|
|
|
|
* Database backend (default SQLLite)
|
|
|
|
* Support for attachements with size limit and file format limit
|
|
(e.g. only png, jpeg,... but no exe, bat,...).
|
|
|
|
* make JMC run on windows
|
|
|
|
* Make real documentation
|
|
|
|
* Support for Ad Hoc Commands (see PyMSNt cvs, avatar
|
|
branch). Interesting for statistics.
|
|
|
|
* Support for epoll, kpoll and kqueu (see PyMSNt cvs, avatar branch
|
|
code).
|
|
|
|
|