Hello, I am developing a Jabber client using sockets.
Before calling the recv() function, I need to know one of the following: - the message seperator so that I can recv() upto the seperator - the no of bytes I need to recv() I can't fix the buffer size, since the incoming message can be of any length. Can somebody suggest me the right way to recv() a message from the Jabber server? Thanks in advance, Rohit __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
