> My point was that you can't determine what types of MIME > bodies you have simply by taking the whole SIP message and > performing a string search on "Content-Type". Because, some > of the Content-Types you will find may not describe what > is in a MIME body - it may be part of the MIME body data.
Fully agreed that you could get false positives from such a test! But you'll never get a false negative from such a test. My point was that if you're trying to optimize, and also needing to avoid a UA that is lying, doing a search of the Content-Type strings is what you want. -d _______________________________________________ Sip mailing list https://www1.ietf.org/mailman/listinfo/sip This list is for NEW development of the core SIP Protocol Use [EMAIL PROTECTED] for questions on current sip Use [EMAIL PROTECTED] for new developments on the application of sip
