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
988bd5ec
Commit
988bd5ec
authored
Aug 12, 2003
by
Per Cederqvist
Browse files
(first-unused-conf-no): New request.
(first-unused-text-no): New request.
parent
b62221ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Protocol-A.texi
View file @
988bd5ec
...
...
@@ -3073,6 +3073,8 @@ their current status.
* get-stats-description:: r Get a list of measured properties (111)
* get-stats:: r Get a measurement (112)
* get-boottime-info:: r Get server startup status information (113)
* first-unused-conf-no:: r Get first unused conference number (114)
* first-unused-text-no:: r Get first unused text number (115)
@end menu
@ifnottex
...
...
@@ -8359,6 +8361,38 @@ a client is connected.
This call always succeeds
@node first-unused-conf-no
@section first-unused-conf-no [114] (11) Recommended
@findex first-unused-conf-no
@example
first-unused-conf-no [114] ( )
-> ( @lt
{
Conf-No
}
);
@end example
Return first conference number that is not yet used.
@subheading Error codes
This call always succeeds
@node first-unused-text-no
@section first-unused-text-no [115] (11) Recommended
@findex first-unused-text-no
@example
first-unused-text-no [115] ( )
-> ( @lt
{
Text-No
}
);
@end example
Return first text number that is not yet used.
@subheading Error codes
This call always succeeds
@node Asynchronous Messages
@chapter Asynchronous Messages
...
...
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