> Is there any way for multiple commands to be sent in one > UDP message (like MS messenger does with TCP) ? > Should they be processed or discarded ?
Not any more. Early versions of the protocol allowed this. It has been removed from the protocol now. If you *do* receive such a packet, the most reasonable thing to do is to process all of the messages it contains. This allows you to interoperate with some older implementations (although it's not very clear whether any such implementations still exist). But you should never send a packet with more than one message. > What is the best way to deal with Commands with SDP body present, > but content length absent ? > Are they to be discarded ? No; you should be able to process these just fine. See section 18.3 of RFC 3261. /a _______________________________________________ Sip-implementors mailing list [EMAIL PROTECTED] http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
