Module: kamailio Branch: master Commit: 39e57d38b02c08b42567708a6d65f36a83144caf URL: https://github.com/kamailio/kamailio/commit/39e57d38b02c08b42567708a6d65f36a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-03-26T13:28:59+01:00
xmpp: replaced mi_fifo with jsonrpcs in example
- minor docs updates
---
Modified: src/modules/xmpp/doc/kamailio-xmpp.cfg Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/39e57d38b02c08b42567708a6d65f36a... Patch: https://github.com/kamailio/kamailio/commit/39e57d38b02c08b42567708a6d65f36a...
---
diff --git a/src/modules/xmpp/doc/kamailio-xmpp.cfg b/src/modules/xmpp/doc/kamailio-xmpp.cfg index 106aca2eae..a5bcf8ed54 100644 --- a/src/modules/xmpp/doc/kamailio-xmpp.cfg +++ b/src/modules/xmpp/doc/kamailio-xmpp.cfg @@ -13,7 +13,7 @@ debug=9 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E)
-/* Uncomment these lines to enter debugging mode +/* Uncomment these lines to enter debugging mode fork=no log_stderror=yes */ @@ -28,13 +28,12 @@ alias=sip-xmpp.kamailio.org
# ------------------ module loading ----------------------------------
-mpath="/usr/local/lib/kamailio/modules/" loadmodule "sl.so" loadmodule "tm.so" loadmodule "rr.so" loadmodule "maxfwd.so" loadmodule "textops.so" -loadmodule "mi_fifo.so" +loadmodule "jsonrpcs.so"
# XMPP @@ -50,10 +49,6 @@ modparam("xmpp", "backend", "server")
# ----------------- setting module-specific parameters ---------------
-# -- mi_fifo params -- - -modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo_xmpp") - # -- usrloc params --
# -- rr params -- diff --git a/src/modules/xmpp/doc/xmpp_admin.xml b/src/modules/xmpp/doc/xmpp_admin.xml index 129acbc423..c454efe2a9 100644 --- a/src/modules/xmpp/doc/xmpp_admin.xml +++ b/src/modules/xmpp/doc/xmpp_admin.xml @@ -10,9 +10,9 @@ <!-- Module User's Guide -->
<chapter xmlns:xi="http://www.w3.org/2001/XInclude"> - + <title>&adminguide;</title> - + <section> <title>Overview</title> <para> @@ -416,7 +416,7 @@ Converts SIP messages to XMPP(jabber) messages, in order to be relayed to a XMPP(jabber) client. </para> - + <example> <title><function>xmpp_send_message()</function> usage</title> <programlisting format="linespecific"> @@ -438,7 +438,7 @@ xmpp_send_message(); </para> <programlisting format="linespecific"> .... -<xi:include href="openser-xmpp.cfg" parse="text"/> +<xi:include href="kamailio-xmpp.cfg" parse="text"/> .... </programlisting>