[MAX_MESSAGE_SIZE] >You can increase it, but the server will either truncate or reject your >message, if you want to be able to send longer messages through server >you would need to rewrite the message sending function to use the ICBM >way.

So it would be enough to remove these 3 lines from icqpacket.cpp:

/* case ICQ_CMDxSUB_MSG: */
        nTypeLen = 13+msgLen;
        nFormat = 1;
        break;

This would cause all messages to be sent with TLV type 5. I tried it before and it worked, but licq still splits all messages > 450 characters. Is that because of the qt-gui? I need the messages at once.

--
Richard Hirner <[EMAIL PROTECTED]>
http://richard.hirners.com/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to