ejabberd - Comments for "Py-AIM...can&amp;#039;t get it working" https://www.ejabberd.im/node/134 en Here is the part of the file https://www.ejabberd.im/node/134#comment-345 Here is the part of the file I edited. There were no entries in the log that helped. <pre>% Listened ports: { [ {5222, ejabberd_c2s, [{access, c2s}, {shaper, c2s_shaper}]}, {5347, ejabberd_service, [{host, "aim.localhost", [{password, "password"}]}]}, % To create selfsigned certificate run the following command from the % command prompt: % % openssl req -new -x509 -days 365 -nodes -out ejabberd.pem -keyout ejabberd.pem % % and answer the questions. % {5222, ejabberd_c2s, [{access, c2s}, % starttls, {certfile, "./ejabberd.pem"}, % {shaper, c2s_shaper}]}, % When using SSL/TLS ssl option is not recommended (it requires patching % erlang ssl application). Use tls option instead (as shown below). % {5223, ejabberd_c2s, [{access, c2s}, % tls, {certfile, "./ejabberd.pem"}, % {shaper, c2s_shaper}]}, {5269, ejabberd_s2s_in, [{shaper, s2s_shaper}]}, % {5555, ejabberd_service, [{access, all}, % {host, "icq.localhost", [{password, "secret"}]}]}, {5280, ejabberd_http, [http_poll, web_admin]} ]}.</pre> Thu, 14 Apr 2005 14:51:58 +0000 boyzoid comment 345 at https://www.ejabberd.im maybe syntax error on config file https://www.ejabberd.im/node/134#comment-264 <blockquote>every time I restart ejabberd after editing the ejabberd.cfg file I am unable to log back in using my IM client</blockquote> So the problem is not in PyAIM-t, but the ejabberd configuration, right? Can you copy here the whole section you modified? You can also take a look on the log file. Mon, 21 Mar 2005 09:11:38 +0000 mfoss comment 264 at https://www.ejabberd.im