implementation of the client connection manager
More...Files | |
| file | client.cc |
this file implements the client connection manager | |
implementation of the client connection manager
This directory contains the implementation of the pthsock_client component for the jabberd14 server. The task of this component is to accept incoming TCP/IP requests from Jabber clients, and to forward the received stanzas to the session manager of the user. It is the task of the client connection manager to multiplex the stanzas of all incoming connection by sending them through the XML router to the session manager, that handles the domain of the user. Therefore the session manager do not themself have to manage all the user connections.
1.6.1