aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 15:56:13 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-05 15:56:13 +0000
commita5dad1e7ca65856c804b7591687af625b6c6830b (patch)
treea6d1ba5e807f370d55351909c7c84265462acdcd
parent09b592692232c58d549ef139f6d115b868ac4916 (diff)
Draft became RFC...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37000 f38db490-d61c-443f-a65b-d21fe96a405b
-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 0e43449ed..9d5882fbb 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 */