Hi Dmitry, > There is no file in /etc/default requires x-permissions. > I think that init file must check -r permission instead -x :)
Yes. This bug was reported and a fix is pending. Thanks for notifying. > 2. Old jabber server had easy config file /etc/jabber/jabber.cfg, > which allowed to set basic options without editing jabber.xml. For > example hostname. We can add option -h hostname into $PARAMS > /etc/default/jabberd14, but old variant was more serviceable. Could > You return support this file? Thanks for the suggestion. All parameters supported in jabber.cfg (hostname and spooldir) will be supported in jabberd.default in the next upload. > 3. I think that two cases must be adjust easyly: > - hostname (see p.2) Done. > - control of registration possibility. Jabber.xml allows include > additional cmd-line options using tags > <jabberd:cmdline flag="NAME"> > Could You change basic Jabber.xml for user could enable/disable > registration possibility using /etc/default/jabberd14 (or > jabber.cfg)? > > I think it is very simple: > > + <jabberd:cmdline flag="R"> > <register xmlns="jabber:iq:register" notify="yes"> > <instructions>Choose a username and password to register with this > server.</instructions> > <username/> > <name/> > <email/> > </register> > + </jabberd:cmdline> I really liked this idea and in fact I tried to implement this, but in practice, when you surround <register/> section with <jabberd:cmdline/> I don't know why, but for some reason jabberd just ignore the whole register section. I am trying to find out why occurs this. You are right on this, it is needed an easy way to indicate if user registrations are enabled or not on a server, but right now, the only way I can find is to edit xml configuration file. I will not close this bug until this problem can be solved. I'm open to new ideas. Thanks for the time to report and your suggestions. Regards, -- Miguel Landaeta, miguel at miguel.cc secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/ "Faith means not wanting to know what is true." -- Nietzsche -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

