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