Module: kamailio
Branch: 5.0
Commit: 7dc1f60d6713527d182f4414365eed2546f82a90
URL:
https://github.com/kamailio/kamailio/commit/7dc1f60d6713527d182f4414365eed2…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-02-21T15:21:17+01:00
pua: update documentation, replace pua_mi reference with pua_rpc
[skip ci]
(cherry picked from commit dbac66fa165d4058973a49d7ca9035b7ce7b07d2)
---
Modified: src/modules/pua/doc/pua_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/7dc1f60d6713527d182f4414365eed2…
Patch:
https://github.com/kamailio/kamailio/commit/7dc1f60d6713527d182f4414365eed2…
---
diff --git a/src/modules/pua/doc/pua_admin.xml b/src/modules/pua/doc/pua_admin.xml
index 8df2c27..51d0fa3 100644
--- a/src/modules/pua/doc/pua_admin.xml
+++ b/src/modules/pua/doc/pua_admin.xml
@@ -22,10 +22,9 @@
implementations.
</para>
<para>
- It can be used with the following modules: pua_mi, pua_usrloc,
+ It can be used with the following modules: pua_rpc, pua_usrloc,
pua_bla, pua_dialoginfo, pua_reginfo and pua_xmpp.
- The <emphasis>pua_mi</emphasis> module offer the possibility to publish
any kind of information
- or subscribing to a resource through the manager interface.
+ The <emphasis>pua_rpc</emphasis> module offer the possibility to publish
any kind of information via the RPC transport.
The <emphasis>pua_usrloc</emphasis> module calls a function exported by
pua modules to publish
elementary presence information, such as basic status "open" or
"closed",
for clients that do not implement client-to-server presence.