Re: [Sip-implementors] Multimedia messaging using MESSAGE method (SIP SIMPLE)

2016-09-14 Thread Dale R. Worley
Paul Kyzivat writes: > 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 we

[Sip-implementors] Multimedia messaging using MESSAGE method (SIP SIMPLE)

2016-09-13 Thread Pratik Patel
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 ??? --

Re: [Sip-implementors] Multimedia messaging using MESSAGE method (SIP SIMPLE)

2016-09-13 Thread Paul Kyzivat
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,

Re: [Sip-implementors] Multimedia messaging using MESSAGE method (SIP SIMPLE)

2016-09-13 Thread Volkan Hatem
Check out MSRP https://tools.ietf.org/html/rfc4975 On Tuesday, 13 September 2016, 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

[Sip-implementors] Multimedia messaging using MESSAGE method (SIP SIMPLE)

2016-09-12 Thread Pratik Patel
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 ??? --