MUME Help
GMCP ROOM.KNOWN
These are the messages in the GMCP
Room.Known
module.
Sent by server
Room.Known.Add
-
Sent when you become aware of a new room; e.g., by visiting it or seeing it
in
exits
- The message body is the <id> of the room
-
Example:
Room.Known.Add 4711
Room.Known.List
-
Sent after the client sends a
Room.Known.List
command -
First, zero or more
Room.Known.List
with a message body containing arrays of <id> are sent.These messages may be spread out in time as there can be very many rooms in total.
-
A
Room.Known.List
command withnull
message body terminates the list -
Example:
-
Client:
Room.Known.List
-
Server:
Room.Known.List [19,1,3,4711]
-
Server:
Room.Known.List [128,4,27,988,500]
-
Server:
Room.Known.List null
-
Client:
-
A
Room.Known.List
command withfalse
message body means that the list is currently not available. For example, this happens if you are not yet logged in.
Room.Known.Updated
- The message body is empty
-
Signals that any previously sent
Room.Known.List
is invalid and has to be requested again
Sent by client
Room.Known.List
- The message body should be empty
-
Asks the server to respond with a sequence of
Room.Known.List
messages - See above for documentation
See also: | GMCP Room |
Generated on Thu Sep 5 18:09:40 2024