Ver código fonte

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
Daniel-Constantin Mierla 13 anos atrás
pai
commit
d37b62d269
2 arquivos alterados com 14 adições e 11 exclusões
  1. 13 10
      modules_k/xmpp/README
  2. 1 1
      modules_k/xmpp/doc/xmpp_admin.xml

+ 13 - 10
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@gateway_domain�
+   "sip:username<delim>jabber_server@gateway_domain"
 
    From a jabber client's point of view, the destination will look like:
 
-   “sip_username<delim>openser_domain@xmpp_domain�
+   "sip_username<delim>openser_domain@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.

+ 1 - 1
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: