INSTALLED PACKAGE : ejabberd-1.1.1_2-linux-installer.bin (Binary build)
How to change mod_muc and mod_irc service name?
"ejabberd/mod_muc","ejabberd/moc_irc" listed default server.
this name is how to change??
and mysql support is 4.1 version or higher?
our mysql server version is 4.0..
thanks :)
Re: how to change mod_muc service name?
INSTALLED PACKAGE : ejabberd-1.1.1_2-linux-installer.bin (Binary build)
How to change mod_muc and mod_irc service name?
"ejabberd/mod_muc","ejabberd/moc_irc" listed default server.
this name is how to change??
Bad news: those names can't be changed on ejabberd.cfg. The only way is to modify the source code and recompile.
how to change mod_muc service name?
Do you mean what name you find it from a Jabber client?
Read the manual.
I GUESS that you want to change in ejabberd.cfg like this:
{hosts, ["jabber.domain.org", "jabber.domain.net"]}.
{modules,
...
{mod_irc, [{hosts, ["irc.jabber.domain.org", "irc2.jabber.domain.net"}]},
{mod_muc, [{hosts, ["rooms.jabber.domain.org"]},
{access, muc},
{access_create, muc},
{access_admin, muc_admin}]},
...
}.
You have to read manuals and try it out yourself. I haven't tried it.
--
Debian is all I need.