Module: kamailio Branch: 5.3 Commit: 97f029b9f14ac21af5ca8421aca9bc10ae557882 URL: https://github.com/kamailio/kamailio/commit/97f029b9f14ac21af5ca8421aca9bc10...
Author: Jorge Vallecillo jorgevallecilloc@gmail.com Committer: Henning Westerholt hw@skalatan.de Date: 2020-10-02T13:51:46Z
Fix typo on xmpp module: Consecutives 'the'
---
Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/97f029b9f14ac21af5ca8421aca9bc10... Patch: https://github.com/kamailio/kamailio/commit/97f029b9f14ac21af5ca8421aca9bc10...
---
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>