aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-19 00:45:37 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-19 00:45:37 +0000
commit053d1ead69adb76e47bd8008324f25461c218831 (patch)
tree6b16060d34269320f5e1f435bc14bacab732711c /channels
parent6b7dee41bb0849f13fe1e11a7c4dd1251b7fc176 (diff)
Add reference to RFC for mailbox notification
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21277 f38db490-d61c-443f-a65b-d21fe96a405b
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 {