SIP servlets, chatserver

Posted by Senne on Stack Overflow See other posts from Stack Overflow or by Senne
Published on 2010-05-28T08:35:19Z Indexed on 2010/05/30 18:12 UTC
Read the original article Hit count: 419

Filed under:
|
|

I'm trying to get a SIP servlet chat server working, together with the textclient found here.

When I use 2 clients to send messages to eachother (peer to peer), everything goes well. But when I use one or more clients together with my server, I have to wait exactly 32 seconds before the server picks up any new messages in the doMessage() method. I'm using Netbeans together with Sailfin as my SIP server. Is there some kind of limitation or configurable delay or timeout between requests or responses in Sailfin I'm looking over?

I can post the server code, if needed.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets