[JDEV] Jabber Client - Sockets problem

David Waite mass at akuma.org
Wed Apr 24 09:13:16 CDT 2002


Glenn MacGregor wrote:

>First - You may want to look at some libraries that already do that,
>jabberoo (Linux, win32).  JabberCOM (COM based win32) and there are some
>java libs as well.
>
>If you need to make your own, you should look at jabberoo for some ideas.
>
Look at gabber for some ideas - I don't believe jabberoo contains any 
socket logic :-)

Usually you just create a relatively large buffer (a page is good) and 
recv as much as you can up to a max of that size. if you have more 
traffic, allocate more memory.

-David Waite




More information about the JDev mailing list