Hi,
i am am trying to understand what these errors mean in ejabberd server.
=ERROR REPORT==== 2008-06-26 10:46:37 ===
W(<0.7699.0>:ejabberd_c2s:229) : Got request
=ERROR REPORT==== 2008-06-26 10:46:37 ===
W(<0.7699.0>:ejabberd_c2s:232) : Request sent
=ERROR REPORT==== 2008-06-26 10:46:37 ===
W(<0.7701.0>:ejabberd_c2s:192) : calling wait_for_stream
thanks,
cybersnl
In your ejabberd_c2s (that
In your ejabberd_c2s (that handles client connections), in lines 229, 232 and 192 there are calls to print those error messages. The 'W' means they are warnings, not really bad errors I guess.
I don't see in the source code of ejabberd 2.0.1 where those lines are. It seems you are using an older ejabberd version.