Module: kamailio Branch: master Commit: 62a31d3b28147f2e96d1caa38807a38028e08155 URL: https://github.com/kamailio/kamailio/commit/62a31d3b28147f2e96d1caa38807a380...
Author: Jorge Vallecillo jorgevallecilloc@gmail.com Committer: Henning Westerholt hw@skalatan.de Date: 2020-10-02T15:48:22+02:00
Fix typo on xmpp module: Consecutives 'the'
---
Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/62a31d3b28147f2e96d1caa38807a380... Patch: https://github.com/kamailio/kamailio/commit/62a31d3b28147f2e96d1caa38807a380...
---
diff --git a/src/modules/xmpp/doc/xmpp_admin.xml b/src/modules/xmpp/doc/xmpp_admin.xml index ab201c5a84..129acbc423 100644 --- a/src/modules/xmpp/doc/xmpp_admin.xml +++ b/src/modules/xmpp/doc/xmpp_admin.xml @@ -230,7 +230,7 @@ <para> The domain of the SIP-to-XMPP gateway - it has to be in DNS or SIP UA has to use outbound proxy to SIP-to-XMPP gateway IP address. It has to be used - as domain in the the destination address of the messages sent by SIP users + as domain in the destination address of the messages sent by SIP users to XMPP users: "sip:username<![CDATA[<]]>delim<![CDATA[>]]>jabber_server@gateway_domain". </para>