Anirudh Venkataramanan wrote: > Hello, > > Is there a limit to how many characters can be sent through the > SIP::SimpleChat::send_message() interface? If so, any way to get around this > restriction?
Yes. The text is sent inside a UDP packet, and such packets are limited to 1350-1478 bytes. The solution is to use TCP, or cut the text in several packets, but this is not yet implemented in ekiga... -- Eugen _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
