You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Daniel Pocock (JIRA)" <ji...@apache.org> on 2015/10/05 21:40:26 UTC

[jira] [Created] (CAMEL-9190) support SIP MESSAGE method (IM/chat messaging)

Daniel Pocock created CAMEL-9190:
------------------------------------

             Summary: support SIP MESSAGE method (IM/chat messaging)
                 Key: CAMEL-9190
                 URL: https://issues.apache.org/jira/browse/CAMEL-9190
             Project: Camel
          Issue Type: New Feature
          Components: camel-sip
         Environment: all
            Reporter: Daniel Pocock


The camel-sip component currently supports publish/subscribe functionality (SIP methods NOTIFY and SUBSCRIBE, RFC 6665)

SIP also has a method called MESSAGE for sending and receiving messages, it is in RFC 3428.  It is widely supported in softphones, some desk phones, WebRTC phones and most SIP proxies.

The RFC says the MESSAGE method can be used for any MIME type, although only text/plain must be supported

It should not be too hard to extend the existing camel-sip code to support this type of message.  It is supported by the javax.sip API:

https://android.googlesource.com/platform/external/nist-sip/+/618ef6b2f5a2d3c29e4a76faa5abc5ebd5fa6fe3/java/javax/sip/message/Request.java#15



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)