Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d3edcfba
Commit
d3edcfba
authored
May 23, 1999
by
Per Cederqvist
Browse files
(What do I have unread): @code{@xref{}} and @code{@ref{}} don't work,
so don't use the construct.
parent
9914fd9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Protocol-A.texi
View file @
d3edcfba
...
...
@@ -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
2
0
:
48
:
13
ceder Exp
$
@c
$
Id: Protocol
-
A.texi,v
1
.
70
1999
/
05
/
23
2
1
:
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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment