ejabberd - Comments for "Configuration of ejabberd.yml file for mod_disco module?" https://www.ejabberd.im/forum/28699/configuration-ejabberdyml-file-moddisco-module en This is correct: https://www.ejabberd.im/forum/28699/configuration-ejabberdyml-file-moddisco-module#comment-67369 <p>This is correct:</p> <pre> server_info: - modules: all name: "abuse-addresses" urls: ["mailto:abuse@shakespeare.lit"] </pre><p>This is wrong:</p> <pre> server_info: modules: all name: "abuse-addresses" urls: ["mailto:abuse@shakespeare.lit"] </pre> Wed, 08 Mar 2017 10:34:53 +0000 badlop comment 67369 at https://www.ejabberd.im will you please clarify to me https://www.ejabberd.im/forum/28699/configuration-ejabberdyml-file-moddisco-module#comment-67362 <p>will you please clarify to me with a small example. thanks</p> Tue, 07 Mar 2017 05:23:13 +0000 singh.indolia comment 67362 at https://www.ejabberd.im Your config lacks the - https://www.ejabberd.im/forum/28699/configuration-ejabberdyml-file-moddisco-module#comment-67361 <p>Your config lacks the - character before each section. Try the example option, it works correctly for me. Those addresses are provided to clients that query the service discovery, they are used by users in case of problems.</p> Mon, 06 Mar 2017 17:34:29 +0000 badlop comment 67361 at https://www.ejabberd.im