Module: kamailio
Branch: master
Commit: f005e2edca8fef350546cb743bf1cb51ee4ddd8d
URL: https://github.com/kamailio/kamailio/commit/f005e2edca8fef350546cb743bf1cb5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/f005e2edca8fef350546cb743bf1cb5…
Patch: https://github.com/kamailio/kamailio/commit/f005e2edca8fef350546cb743bf1cb5…
---
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@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>