On 9/13/16 2:44 AM, Pratik Patel wrote:
Hi All,

Currently I am adding support of SIP SIMPLE for IM and Presence. I have use
"page-mode" for implementation of IM (RFC-3428). So, I am able to send only
text-messages.

So, I want to know that , Is there any way to send multimedia files like
image, audio and video using SIP SIMPLE ???


Note that you shouldn't be using page mode (MESSAGE) for IM *sessions*. It is really intended for occasional messages. If you are establishing a dialog (via INVITE) specifically for text messaging then you are abusing the mechanism.

For IM *sessions* (text as well as multimedia) you should use MSRP.

        Thanks,
        Paul
_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to