Возможно ли вести логи переписки (icq, например. через pyicqt) и сохрнять их на сервере (как на gmail.com)? в идеале - еще и иметь возможность просматривать из через http (через веб-интерфейс).
Is it possible to log icq messages and have web-access to it?
ejabberd v1.1.4 (Ubuntu 8.04)
поставил
поставил mod_log_chat, вот такая ошибка:
=ERROR REPORT==== 2008-06-02 02:11:46 ===
E(<0.1997.0>:gen_mod:47): {undef,
[{ejabberd_logger,
debug_msg,
[mod_log_chat,
31,
" ~p ~p~n",
["server",
[{path,"/var/log/ejabberd/chat"},
{format,html}]]]},
{mod_log_chat,start,2},
{gen_mod,start_module,3},
{lists,foreach,2},
{ejabberd_app,start,2},
{application_master,start_it_old,4}]}
delete lines ?DEBUG...
поставил mod_log_chat, вот такая ошибка:
The problem is that mod_log_chat requires ejabberd 2.0.0.
Solution to use in ejabberd 1.1.x: edit mod_log_chat.erl and remove lines that say '?DEBUG...'
tx
and where can I find web-interface files? "http://localhost:5280/admin" - files. wanna symlink logs there )
You need a web server or mod_http_fileserver+2.0.0
and where can I find web-interface files? "http://localhost:5280/admin" - files. wanna symlink logs there )
The Web Admin site is generated by ejabberd for you: there aren't *.html files in /var/www or anywhere else.
You will need a web server to serve the log files.
In ejabberd 2.0.0 and newer, you could install mod_http_fileserver. This module will NOT work in older ejabberd versions.
tx
and where can I find web-interface files? "http://localhost:5280/admin" - files. wanna symlink logs there )
The Web Admin site is generated by ejabberd for you: there aren't *.html files in /var/www or anywhere else.
You will need a web server to serve the log files.
In ejabberd 2.0.0 and newer, you could install mod_http_fileserver. This module will NOT work in older ejabberd versions.
everything is clear for me now, thank you very much!
hi , could u give me a
hi ,
could u give me a detailed explanation as to how we can change the look of ejabberd web admin.
am using xampp package and my ejabbered is configured and working fine.. pls reply asap!!
hi , could u give me a
hi ,
could u give me a detailed explanation as to how we can change the look of ejabberd web admin.
am using xampp package and my ejabbered is configured and working fine.. pls reply asap!!
thnx)
поставил mod_log_chat, вот такая ошибка:
The problem is that mod_log_chat requires ejabberd 2.0.0.
Solution to use in ejabberd 1.1.x: edit mod_log_chat.erl and remove lines that say '?DEBUG...'
yes, I reinstalled the module and it works now! thank you!