mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00

Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/mod_vcard.erl: Support for searching of prefix substring and limiting of result items (thanks to Sergei Golovan) * src/mod_offline.erl: Support for message expiration (JEP-0023) (thanks to Sergei Golovan) * src/jlib.hrl: Added NS_EXPIRE macros (thanks to Sergei Golovan) * src/ejabberd_logger_h.erl: Added reopen_log/0 (thanks to Sergei Golovan) * src/ejabberd_ctl.erl: Added return codes, updated "reopen-log" command, added "delete-expired-messages" and "status" commands (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 264
4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@
|
|
|