Previous Topic

Next Topic

Book Contents

Book Index

Architecture

In This Chapter

Overview

Typical site instance

Domains

Filters

Session Manager

C2S Component

S2S component

Conference

Core Components

Additional components

Overview

TIMP.NET establishes client-server connections when users connect using their clients, while it establishes peer-to-peer connections between two instances or in general between two servers.

The connection of a user, whose IM address is user@mycompany.com, is performed in two steps:

All messages exchanged between two users (user1@mycompany.com and user2@mycompany.com) go through the Site Instance on which both are connected.

When two users are on different servers and user@mycompany.com wants to send a message to otheruser@othercompany.com, the following steps are taken:

This connection mechanism is called dilaback; it allows both servers toverify the identity of the other server using the DNS. More information can be found on www.jabber.org

See Also

Architecture

Typical site instance

Domains

Filters

Session Manager

C2S Component

S2S component

Conference

Core Components

Additional components

Previous Topic

Next Topic

Book Contents

Book Index