BEEP: The Definitive Guide by Marshall T. Rose The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated May 8,2002. UNCONFIRMED errors and comments from readers: [41] Figure 4-4; The diagram (and some of the surrounding text) seems wrong to me. I would have thought that for server/client, the server would send the initial message to the client, which would then respond with the answer message(s). [50] Example 5-2 line 3; In example 5-2, a new session is created with a utility call on TCPSessionCreator. The method called does not exist in the API of 9780596002442core-java (v0.9.06) available at 9780596002442core.org. line 3: is: TCPSessionCreator.initiate(host, port); should be: AutomatedTCPSessionCreator.initiate(host, port, new ProfileRegistry());