ThSmarts.mesa
Last modified by Swinehart, November 25, 1985 12:45:05 pm PST
DIRECTORY Thrush USING [ ConvEvent, SHHH, unencrypted ];
ThSmarts: CEDAR DEFINITIONS = {
Party=>Smarts communication is entirely advisory, and entirely through calls on Progress. This is further described in the ThParty implementations.
Progress: PROC[
Called by Party to report changes in connection status either in response to an Alert from self or due to various other call progress events, including the initiation or termination of a connection.
shh: Thrush.SHHH←Thrush.unencrypted,
convEvent: Thrush.ConvEvent
];
}.