Copyright (C) 1994, Digital Equipment Corp.
by Steve Glassman, Mark Manasse and Greg Nelson
<*PRAGMA LL*> INTERFACEModule which parses conference control messages, and acts on them.XConfCtl ;
IMPORT VBT; PROCEDURE Process(v: VBT.T); (* Fetch the conference control property on v's X window, and set v's app state accordingly. *) END XConfCtl.