Ok,
My ejabberd install works perfectly until I try to have it listen to ports, specifically I am trying it with the AIM transport. As soon as I restart ejabberd, it runs but I can no longer connect with any client or login throught the web interface. As soon as I comment out the transport, it runs perfectly. Any suggestions? Thanks a bunch!!
As soon as I comment out the
Maybe you introduce a syntax error when you put the transport. Copy here the changes you do on ejabberd (you modify ejabberd.cfg, right?).
Yes..I do the changes in
Yes..I do the changes in ejabberd.cfg
Here is the line I add
{5347, ejabberd_service, [{host, "aim.imessenge.com", [{password, "secret"}]}]},
Thanks again!
Did you check the log file?
Did you check if errors appear on the log? For example 'Can't load config file'. It's probable that you introduce a syntax error with that line. Check that every {...} has a comma at the end, except the last one.
Examples:
Here is what I have right
Here is what I have right now:
I think I have it correct, I don't know though. Also, I dont have a log file? I can look in the /logs/ directory, but it is not there?
I guess the error is at the
I guess the error is at the end of this line:
--
sander
Thank you so much!!!
Thank you so much!!!