From c5660895a88f4174a94a5602994650b7b65a01a2 Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Wed, 5 Jul 2006 15:56:13 +0000
Subject: [PATCH] Draft became RFC...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_sip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 0e43449ed3..9d5882fbb2 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -275,7 +275,7 @@ static const struct cfsubscription_types {
 	const char * const text;
 } subscription_types[] = {
 	{ NONE,		   "-",        "unknown",	             "unknown" },
- 	/* IETF draft: draft-ietf-sipping-dialog-package-05.txt */
+ 	/* RFC 4235: SIP Dialog event package */
 	{ DIALOG_INFO_XML, "dialog",   "application/dialog-info+xml", "dialog-info+xml" },
 	{ CPIM_PIDF_XML,   "presence", "application/cpim-pidf+xml",   "cpim-pidf+xml" },  /* RFC 3863 */
 	{ PIDF_XML,        "presence", "application/pidf+xml",        "pidf+xml" },       /* RFC 3863 */
-- 
GitLab