diff --git a/doc/Protocol-A.texi b/doc/Protocol-A.texi index 22ce8211daa626db5ee18b6855eda2ec4cdfbdc3..54f1fb1b48f25bf7214a65b6f861144ff35b1cb0 100644 --- a/doc/Protocol-A.texi +++ b/doc/Protocol-A.texi @@ -2,7 +2,7 @@ @c @c FIXME: Explain how the garb works with nice and keep-commented @c -@c $Id: Protocol-A.texi,v 1.69 1999/05/23 20:48:13 ceder Exp $ +@c $Id: Protocol-A.texi,v 1.70 1999/05/23 21:22:50 ceder Exp $ @c %**start of header @setfilename protocol-a.info @settitle LysKOM Protocol A @@ -8503,24 +8503,24 @@ The list of read texts consists of two parts: a local text number called @code{read-texts}. The person has marked all texts up to and including @code{last-text-read} as read, and also the texts listed in @code{read-texts}. All other texts in the conference are unread. Clients -can use either the @code{@ref{query-read-texts}} or -@code{@ref{get-membership}} calls to get membership data. +can use either the @code{query-read-texts} or +@code{get-membership} calls to get membership data. The standard procedure for finding out which texts are unread is the following: @enumerate -@item Call @code{@ref{get-unread-confs}} for the person. +@item Call @code{get-unread-confs} for the person. This returns a list of conferences in which the person may have unread texts. This call may return conferences that do not contain any unread texts, but it will never forget to return a conference that does contain an unread text. -@item Call @code{@ref{query-read-texts}} for each conference returned in +@item Call @code{query-read-texts} for each conference returned in the previous step. This will return the membership data for all the conferences that may contain unread texts. -@item Call @code{@ref{get-conf-stat}} for each conference returned in +@item Call @code{get-conf-stat} for each conference returned in the first step. The conference status will be needed shortly. Repeat the following steps for each conference.