From 3c3cd099dea0f20b9454c7b1176376da0746ba35 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 23 Sep 2009 15:28:53 +0000 Subject: =?UTF-8?q?Replace=20several=20mentions=20of=20Jabber=20to=20XMPP?= =?UTF-8?q?=20(thanks=20to=20Nicolas=20V=C3=A9rit=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN Revision: 2613 --- doc/dev.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/dev.html') diff --git a/doc/dev.html b/doc/dev.html index f9782fac8..78b7cb092 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -146,7 +146,7 @@ Support for virtual hosting.

3  How it Works

-

A Jabber domain is served by one or more ejabberd nodes. These nodes can +

A XMPP domain is served by one or more ejabberd nodes. These nodes can be run on different machines that are connected via a network. They all must have the ability to connect to port 4369 of all another nodes, and must have the same magic cookie (see Erlang/OTP documentation, in other words the file @@ -159,7 +159,7 @@ router;

  • session manager;
  • S2S manager;
  • -

    3.1  Router

    This module is the main router of Jabber packets on each node. It routes +

    3.1  Router

    This module is the main router of XMPP packets on each node. It routes them based on their destinations domains. It has two tables: local and global routes. First, domain of packet destination searched in local table, and if it found, then the packet is routed to appropriate process. If no, then it @@ -173,7 +173,7 @@ session manager, else it is processed depending on it’s content.

    -

    3.4  S2S Manager

    This module routes packets to other Jabber servers. First, it checks if an +

    3.4  S2S Manager

    This module routes packets to other XMPP servers. First, it checks if an open S2S connection from the domain of the packet source to the domain of packet destination already exists. If it is open on another node, then it routes the packet to S2S manager on that node, if it is open on this node, then -- cgit v1.2.3