summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-19 00:45:37 +0000
committerOlle Johansson <oej@edvina.net>2006-04-19 00:45:37 +0000
commit4403905c2d0f413bccb98a0f7ac991e28251ce87 (patch)
tree6b16060d34269320f5e1f435bc14bacab732711c /channels
parentd0f254ef617d7dcafbcf08c35cf34321af2cebbb (diff)
Add reference to RFC for mailbox notification
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21277 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e8236d27b..8cdf3b56d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -255,7 +255,7 @@ static const struct cfsubscription_types {
{ CPIM_PIDF_XML, "presence", "application/cpim-pidf+xml", "cpim-pidf+xml" }, /* RFC 3863 */
{ PIDF_XML, "presence", "application/pidf+xml", "pidf+xml" }, /* RFC 3863 */
{ XPIDF_XML, "presence", "application/xpidf+xml", "xpidf+xml" }, /* Pre-RFC 3863 with MS additions */
- { MWI_NOTIFICATION, "message-summary", "application/simple-message-summary", "mwi" } /* Mailbox notification */
+ { MWI_NOTIFICATION, "message-summary", "application/simple-message-summary", "mwi" } /* RFC 3842: Mailbox notification */
};
enum sipmethod {