Are the sessions between the jabber.so module and the jabber server persistent? It seems like the session establishes then drops after each message is delivered to the jabber server resulting in this error being reported back to the client.
ERROR: Connection to Jabber server lost. You have to login to Jabber server again (join the conferences again that you were participating, too) sip_to_jabber_gateway says: INFO: Your are now offline in Jabber network.
I'm also seeing these errors, but I'm not sure if they indicate a problem or if it's just house keeping done by ser.
1(11705) XJAB:xjab_check_workers: error - worker[0][pid=11717] lost forever 1(11705) XJAB:xjab_check_workers: worker[1][pid=11719] has exited - status=0 err=-1 errno=10
Finally can the presence module be used with version 0.8.10?
Regards,
Phil
Hello,
On 5/3/2003 12:47 AM, Phil Yuska wrote:
Are the sessions between the jabber.so module and the jabber server persistent?
not really. There is a parameter (cache_time) to set how long a connection to Jabber server is kept alive if there is no traffic through it.
It seems like the session establishes then drops after each message is delivered to the jabber server resulting in this error being reported back to the client.
Could you capture the network traffic between ser and jabber server -- using ngrep or ethereal?
ERROR: Connection to Jabber server lost. You have to login to Jabber server again (join the conferences again that you were participating, too) sip_to_jabber_gateway says: INFO: Your are now offline in Jabber network.
These messages are sent when the connection between jabber gateway and jabber server gets down without reason.
I'm also seeing these errors, but I'm not sure if they indicate a problem or if it's just house keeping done by ser.
1(11705) XJAB:xjab_check_workers: error - worker[0][pid=11717] lost forever 1(11705) XJAB:xjab_check_workers: worker[1][pid=11719] has exited - status=0 err=-1 errno=10
here somehow a jabber worker dies. Please try again and see if you can generate a core (use "ulimit -c unlimited"). If you get one make an archive with sources, logs, binary files and core file, make them available on a ftp/http server or send them to me or to serhelp@lists.iptel.org. Before doing that, you may also try the latest CVS snapshot if you use an old version - it could be an already fixed bug.
Finally can the presence module be used with version 0.8.10?
No, the presence agent is not available in 0.8.10 as well as its integration with jabber module. Next release will include both of them.
Best regards, Daniel
Regards,
Phil
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers