mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
e0ede61e0f
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
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@
|
|
|