ejabberd - Comments for "Allowing In-Band Registration" https://www.ejabberd.im/node/5333 en This is typical Linux https://www.ejabberd.im/node/5333#comment-65430 <p>This is typical Linux sysadmin administration. Nothing fancy here. You just need to learn your way in managing a Linux system. This is not ejabberd related.</p> Tue, 07 Apr 2015 08:24:00 +0000 mremond comment 65430 at https://www.ejabberd.im I installed ejabberd using: https://www.ejabberd.im/node/5333#comment-65421 <p>I installed ejabberd using: sudo apt-get install ejabberd<br /> Then I do not have permission to go to /etc/ejabberd/ folder to change the "ejabberdcfg" file. Is this an operation system issue or the way for me to install ejabberd is incorrect?<br /> Thank you.</p> Fri, 03 Apr 2015 21:58:51 +0000 dillonhd comment 65421 at https://www.ejabberd.im This is an operating system https://www.ejabberd.im/node/5333#comment-65379 <p>This is an operating system question: your OS user needs to have the rights to open the file on the system, but this is not ejabberd specific. This is the case of any file.</p> Wed, 25 Mar 2015 16:19:17 +0000 mremond comment 65379 at https://www.ejabberd.im I am trying to follow this https://www.ejabberd.im/node/5333#comment-65377 <p>I am trying to follow this post. However I was not able to open the config file. It always says "permission denied" Is there any way to access the ejabberd.cfg file? Thank you very much.</p> Wed, 25 Mar 2015 05:49:24 +0000 dillonhd comment 65377 at https://www.ejabberd.im OK and thanks for your help https://www.ejabberd.im/node/5333#comment-58525 <p>OK and thanks for your help with this.</p> <p>With Empathy I am unable to create a new account using in band registration however<br /> I can create an account in-Band using Pidgin</p> <p>So now I am wondering if this could be an Empathy issue.</p> <p>What I really need to get to work for my website is a MUC that anyone can join as I am getting ready to run some LearnUbuntu open classes with live video and I just wanted to have an open chat session ruinning on the same page as I have my streaming live video.<br /> So Im muc-ing around with muc now</p> <p>Thanks for the help, this is great stuff</p> Wed, 11 Apr 2012 19:55:07 +0000 tvjudge comment 58525 at https://www.ejabberd.im My second part referred to https://www.ejabberd.im/node/5333#comment-58523 <p>My second part referred to the line<br /> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>{access, register}</p></div> </p><p> in your module config. So it looks OK. And if there are two identical settings both on the global level and on the vhost level, then you may omit the second.<br /> Are there any errors in the ejabberd logs when ejabberd starts up or a user tries to register?</p> Wed, 11 Apr 2012 03:41:36 +0000 mikekaganski comment 58523 at https://www.ejabberd.im Ok I think I figured out what https://www.ejabberd.im/node/5333#comment-58522 <p>Ok I think I figured out what you meant by the second part of your kind help</p> <p>This below looks OK to me but if you could confirm that would be very helpful------------</p> <p>% This setting is default because it's more safe.<br /> {access, register, [{allow, all}]}.</p> <p>%% By default frequency of account registrations from the same IP<br /> %% is limited to 1 account every 10 minutes. To disable put: infinity<br /> %%{registration_timeout, 600}.</p> <p>%% Everybody can create pubsub nodes<br /> {access, pubsub_createnode, [{allow, all}]}.</p> <p>%%<br /> %% Define specific Access rules in a virtual host.<br /> %%<br /> {host_config, "chat.learnubuntu.org",<br /> [<br /> {access, c2s, [{allow, admin}, {allow, all}]},<br /> {access, register, [{allow, all}]}<br /> ]<br /> }.</p> <p>Im not sure that I understand why we have it twice, once with the domain and once as a global setting ???</p> Wed, 11 Apr 2012 03:33:17 +0000 tvjudge comment 58522 at https://www.ejabberd.im The mod_register looks like https://www.ejabberd.im/node/5333#comment-58521 <p>The mod_register looks like it is set ok see below</p> <p>{mod_register, [<br /> %% After successful registration, the user receives<br /> %% a message with this subject and body.<br /> %%<br /> {welcome_message, {"Welcome!",<br /> "Welcome to a Jabber service powered by Debian. "<br /> "This is the Learn Ubuntu chat server. "<br /> "Please join us for Live Ubuntu Learning presentations. "<br /> "http://www.learnubuntu.org/live"}},<br /> %% Replace it with 'none' if you don't want to send such message:<br /> %%{welcome_message, none},</p> <p> %%<br /> %% When a user registers, send a notification to<br /> %% these Jabber accounts.<br /> %%<br /> {registration_watchers, ["tvjudge1@learnubuntu.org"]},</p> <p> {access, register}<br /> ]},</p> <p>Sorry but I am not sure what you meant by the second part of your response</p> Wed, 11 Apr 2012 03:27:43 +0000 tvjudge comment 58521 at https://www.ejabberd.im probably not becoz I am a https://www.ejabberd.im/node/5333#comment-58520 <p>probably not becoz I am a dumb newbe I wiull review those suggestions and get back tom you tomorrow.<br /> Thanks :)</p> Wed, 11 Apr 2012 03:18:17 +0000 tvjudge comment 58520 at https://www.ejabberd.im But have you enabled https://www.ejabberd.im/node/5333#comment-58519 <p>But have you enabled mod_register as described in the <noindex><a href="https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.10/doc/guide.html#htoc57" rel="nofollow" >Guide</a></noindex>? And have you specified the access rule ("register") you created in the module option "access"?</p> Wed, 11 Apr 2012 02:47:16 +0000 mikekaganski comment 58519 at https://www.ejabberd.im