Hi,
3 questions :
Is it possible to quickly add a reload command to ejabberd_ctl ?
Is it planned to allow virtual hosts modifications at runtime ?
Will virtual hosts stay in local configuration file or may them be pushed in mnesia database for easy command line/web/rpc distributed configuration ?
thx
add virtual hosts during runtime
Is it planned to allow virtual hosts modifications at runtime ?
i'm also looking for a way to add virtual hosts and an authentication method for them during runtime. maybe someone has an idea if it's possible with some changes in the code.
flip
I believe this thread
I believe represents the state of the art.
It's in Russian... Can you
It's in Russian... Can you provide a short translated summary?
--
sander
Oh, hasn't everyone involved
Oh, hasn't everyone involved with ejabberd learnt Russian yet? ☺
The comment titled "Если кому нибудь будет интересно:" contains a version of the script that is known to work. Compile it in the Erlang console with
c(vhost).. Put the resultingvhost.beaminto the directory, where all Ejabberd's.beamfiles lie.Put the changes into
ejabberd.cfgand again in the Erlang console typevhost:change_virtual_hosts()..Tested on ejabberd version 1.1.2.