ejabberd - Comments for "ejabberd doesn&amp;#039;t start when PyICQt is enabled" https://www.ejabberd.im/node/1593 en Thanks! It was helpful! :-) https://www.ejabberd.im/node/1593#comment-24484 <p>Thanks! It was helpful! :-)</p> Fri, 29 Jun 2007 09:22:27 +0000 maaboo comment 24484 at https://www.ejabberd.im Yes, your problem is a https://www.ejabberd.im/node/1593#comment-23704 <p>Yes, your problem is a syntax error on ejabberd.cfg. Note that in Erlang the lists are written as this: [a, b, c, d]. As you can see, each element is separated with a comma. </p> <p>On your file, in the 'listen' section, you have a list with three elements: {443, ...}, {5280, ...} and {10015}, but you didn't separate the last two elements. Simply add a comma at the end of the line {5280, ...},</p> Tue, 26 Jun 2007 11:31:06 +0000 mfoss comment 23704 at https://www.ejabberd.im