]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Draft became RFC...
authorOlle Johansson <oej@edvina.net>
Wed, 5 Jul 2006 15:56:13 +0000 (15:56 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 5 Jul 2006 15:56:13 +0000 (15:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37000 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 0e43449ed354019cff5e79adc55da5486d22378f..9d5882fbb2cf27a8359421e9716150b6166ddc67 100644 (file)
@@ -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 */