]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/session.txt
* Added support for "transient goto" which allows entry into a private and/or
[citadel.git] / citadel / techdoc / session.txt
index 24dcd739ce33fbfb598094589fd14ce0f7174f56..f9edbfc8e81ac9eeba457fd1105c170cadb0aa61 100644 (file)
@@ -357,6 +357,12 @@ it completes.  For passworded rooms, access will be denied if the password
 is not supplied or is incorrect, or the command will complete successfully
 if the password is correct.
  
+ The third (and also) optional parameter is a "transient" flag.  Normally,
+when a user enters a private and/or zapped room, the room is added to the
+user's known rooms list.  If the transient flag is set to non-zero, this is
+called a "transient goto" which causes the user to enter the room without
+adding the room to the known rooms list.
  The possible result codes are:
   
  OK    - The command completed successfully.  User is now in the room.