[sr-dev] git:master:1ef34045: presence: docs - note the version for default behaviour change on 202 reply

Daniel-Constantin Mierla miconda at gmail.com
Tue Nov 30 08:33:42 CET 2021


Module: kamailio
Branch: master
Commit: 1ef340457d0bddd8b15be2195c0a9d5d79f88d12
URL: https://github.com/kamailio/kamailio/commit/1ef340457d0bddd8b15be2195c0a9d5d79f88d12

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-11-30T08:33:34+01:00

presence: docs - note the version for default behaviour change on 202 reply

---

Modified: src/modules/presence/doc/presence_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/1ef340457d0bddd8b15be2195c0a9d5d79f88d12.diff
Patch: https://github.com/kamailio/kamailio/commit/1ef340457d0bddd8b15be2195c0a9d5d79f88d12.patch

---

diff --git a/src/modules/presence/doc/presence_admin.xml b/src/modules/presence/doc/presence_admin.xml
index 764aa26a56..25e43ef0b6 100644
--- a/src/modules/presence/doc/presence_admin.xml
+++ b/src/modules/presence/doc/presence_admin.xml
@@ -983,10 +983,10 @@ modparam("presence", "timer_mode", 0)
 <section id="presence.p.subs_respond_200">
 	<title><varname>subs_respond_200</varname> (integer)</title>
 	<para>
-	Specify the response code for accepted SUBSCRIBE requests.
-	If set to 0, 202 Accepted will be returned.
-	If set to 1, 200 OK will be returned instead, in conformance to RFC6665
-	which prohibits 202 responses.
+	Specify the response code for accepted SUBSCRIBE requests. If set to 0,
+	"202 Accepted" will be returned (default behaviour till version 5.5). If set
+	to 1, "200 OK" will be returned instead, in conformance to RFC6665, which
+	prohibits 202 responses.
 	</para>
 	<para>
 		<emphasis>




More information about the sr-dev mailing list