[sr-dev] git:master:f005e2ed: presence: docs - fixed name for event route presence:notify-reply

Daniel-Constantin Mierla miconda at gmail.com
Thu Jun 20 20:36:40 CEST 2019


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2019-06-20T20:35:04+02:00

presence: docs - fixed name for event route presence:notify-reply

---

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

---

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

---

diff --git a/src/modules/presence/doc/presence_admin.xml b/src/modules/presence/doc/presence_admin.xml
index c535553089..769e30be79 100644
--- a/src/modules/presence/doc/presence_admin.xml
+++ b/src/modules/presence/doc/presence_admin.xml
@@ -1283,7 +1283,7 @@ pres_update_watchers("sip:test at kamailio.org", "presence");
 				</para>
 				</listitem>
 				<listitem>
-				<para><emphasis>present:notify-reply</emphasis> - after notify is sent
+				<para><emphasis>presence:notify-reply</emphasis> - after notify is sent
 				</para>
 				</listitem>
 			</itemizedlist>
@@ -1410,7 +1410,7 @@ if(handle_subscription())
 				It must be used in the following events.
 			<itemizedlist>
 				<listitem>
-				<para><emphasis>present:notify-reply</emphasis> - after notify is sent
+				<para><emphasis>presence:notify-reply</emphasis> - after notify is sent
 				</para>
 				</listitem>
 			</itemizedlist>
@@ -1436,7 +1436,7 @@ event_route[presence:notify-reply]
 <section>
 	<title>Events</title>
 		<section>
-			<title><varname>present:notify-reply</varname></title>
+			<title><varname>presence:notify-reply</varname></title>
 			<para>
 				Fired after notify reply is received or timeout.
 			</para>




More information about the sr-dev mailing list