Victim - Ktalkd user package
This is the container for local users. It also maintains some package global data structures that are inherited by its derivitive classes.
I suppose I'll docuemnt it later.
This class creates users that are essenially local place holders for remote users. Once created, the rest of the code shouldn't have to worry much about whether a user is local or not.
Therefore, the interface is identical to that of normal Victims.
The Friends class is used to hold objects belonging to peer servers. The program initilization routines should call Friends->make_some() to connect to the peers listed in ktalkd.config. If for some reason a peer cannot be reached, or becomes disconnected, ktalkd will retry after ten (10) minutes.
In addition, this class defines the following methods:
dispatch() and disconnect()