[sr-dev] git:master: xmpp: added clarification about xmpp server mode

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 19 11:23:11 CET 2012


Module: sip-router
Branch: master
Commit: d37b62d269f499ea817ef2bba1e9b3c9cc5506cc
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d37b62d269f499ea817ef2bba1e9b3c9cc5506cc

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Mon Mar 19 11:22:11 2012 +0100

xmpp: added clarification about xmpp server mode

- make it more clear that it is not a full xmpp server implementation,
  but more like an xmpp server connector

---

 modules_k/xmpp/README             |   23 +++++++++++++----------
 modules_k/xmpp/doc/xmpp_admin.xml |    2 +-
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/modules_k/xmpp/README b/modules_k/xmpp/README
index 99cd471..d352a2d 100644
--- a/modules_k/xmpp/README
+++ b/modules_k/xmpp/README
@@ -10,7 +10,7 @@ Edited by
 
 Andreea Spirea
 
-   Copyright © 2006 Voice Sistem SRL
+   Copyright © 2006 Voice Sistem SRL
      __________________________________________________________________
 
    Table of Contents
@@ -91,12 +91,15 @@ Chapter 1. Admin Guide
        your XMPP services. The connection is done over TCP/IP with
        authorization.
      * XMPP Server. In this mode, the Kamailio XMPP module is a
-       stand-alone XMPP server, with no requirement for another XMPP
-       server in the system. This server uses XMPP S2S (Server to Server)
-       connections to connect to other XMPP servers or receive connections
-       from other servers. NOTE: this is limited implementation of a XMPP
-       server, it does not support SRV or TLS so far. This mode is in beta
-       stage for the moment.
+       stand-alone XMPP server connector, with no requirement for another
+       XMPP server in the system. This server uses XMPP S2S (Server to
+       Server) connections to connect to other XMPP servers or receive
+       connections from other servers. NOTE: this is limited
+       implementation of a XMPP server, it does not support SRV or TLS so
+       far. Also, in this mode it cannot get XMPP clients connected, only
+       XMPP servers (in other words, you cannot use it to replace an XMPP
+       full server implementation). This mode is in beta stage for the
+       moment.
 
    In the component mode, you need a local XMPP server (recommended
    Jabberd2). The XMPP module will connect by using TCP/IP connection to
@@ -146,11 +149,11 @@ Chapter 1. Admin Guide
 
    In both cases, the destination address must have the same pattern:
 
-   “sip:username<delim>jabber_server at gateway_domain”
+   "sip:username<delim>jabber_server at gateway_domain"
 
    From a jabber client's point of view, the destination will look like:
 
-   “sip_username<delim>openser_domain at xmpp_domain”
+   "sip_username<delim>openser_domain at xmpp_domain"
 
 2. Dependencies
 
@@ -301,7 +304,7 @@ Chapter 1. Admin Guide
 
    4.1. xmpp_send_message()
 
-4.1.  xmpp_send_message()
+4.1. xmpp_send_message()
 
    Converts SIP messages to XMPP(jabber) messages, in order to be relayed
    to a XMPP(jabber) client.
diff --git a/modules_k/xmpp/doc/xmpp_admin.xml b/modules_k/xmpp/doc/xmpp_admin.xml
index 10dcf3c..6397d0c 100644
--- a/modules_k/xmpp/doc/xmpp_admin.xml
+++ b/modules_k/xmpp/doc/xmpp_admin.xml
@@ -24,7 +24,7 @@
 			<para>	<emphasis role='bold'>XMPP Component Mode</emphasis>. In this mode, &kamailio; connects to an XMPP server using the standardized XMPP component interface, extending your XMPP services. The connection is done over TCP/IP with authorization.</para>
 		</listitem>
 		<listitem>
-			<para><emphasis role='bold'>XMPP Server</emphasis>. In this mode, the &kamailio; XMPP module is a stand-alone XMPP server, with no requirement for another XMPP server in the system. This server uses XMPP S2S (Server to Server) connections to connect to other XMPP servers or receive connections from other servers. NOTE: this is limited implementation of a XMPP server, it does not support SRV or TLS so far. This mode is in beta stage for the moment.</para>
+			<para><emphasis role='bold'>XMPP Server</emphasis>. In this mode, the &kamailio; XMPP module is a stand-alone XMPP server connector, with no requirement for another XMPP server in the system. This server uses XMPP S2S (Server to Server) connections to connect to other XMPP servers or receive connections from other servers. NOTE: this is limited implementation of a XMPP server, it does not support SRV or TLS so far. Also, in this mode it cannot get XMPP clients connected, only XMPP servers (in other words, you cannot use it to replace an XMPP full server implementation). This mode is in beta stage for the moment.</para>
 		</listitem>
 	</itemizedlist>
 	<para>	In the component mode, you need a local XMPP server (recommended Jabberd2). The XMPP module will connect by using TCP/IP connection to the local jabber server. The documentation and the source for Jabberd server are located at the following link:




More information about the sr-dev mailing list