try to preserve To, etc (or translate from Apparently-To)
[unix-history] / usr / src / libexec / talkd / talkd.8
CommitLineData
04426121
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
65030a7b 5.\" @(#)talkd.8 6.2 (Berkeley) %G%
04426121
KM
6.\"
7.TH TALKD 8C ""
8.UC 6
9.SH NAME
10talkd \- remote user communication server
11.SH SYNOPSIS
12.B /etc/talkd
13.SH DESCRIPTION
14.I Talkd
15is the server that notifies a user that somebody else wants to
16initiate a conversation.
17It acts a repository of invitations, responding to requests
18by clients wishing to rendezvous to hold a conversation.
19In normal operation, a client, the caller,
20initiates a rendezvous by sending a CTL_MSG to the server of
21type LOOK_UP (see
22.RI < protocols/talkd.h >).
23This causes the server to search its invitation
24tables to check if an invitation currently exists for the caller
25(to speak to the callee specified in the message).
26If the lookup fails,
27the caller then sends an ANNOUNCE message causing the server to
28broadcast an announcement on the callee's login ports requesting contact.
29When the callee responds, the local server uses the
30recorded invitation to respond with the appropriate rendezvous
31address and the caller and callee client programs establish a
32stream connection through which the conversation takes place.
65030a7b
KM
33.SH SEE ALSO
34talk(1), write(1)