home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 700s / rfc779.txt < prev    next >
Text File  |  1992-10-14  |  3KB  |  117 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. Network Working Group                                         E. Killian
  9. Request for Comments: 779                                            LLL
  10.                                                               April 1981
  11.  
  12.  
  13.  
  14.                       TELNET SEND-LOCATION Option
  15.  
  16.  
  17.  
  18.  
  19. 1.  Command name and code.
  20.  
  21.    SEND-LOCATION   23
  22.  
  23. 2.  Command meanings.
  24.  
  25.    IAC WILL SEND-LOCATION
  26.  
  27.       The sender REQUESTS or AGREES to use the SEND-LOCATION option to
  28.       send the user's location.
  29.  
  30.    IAC WON'T SEND-LOCATION
  31.  
  32.       The sender REFUSES to use the SEND-LOCATION option.
  33.  
  34.    IAC DO SEND-LOCATION
  35.  
  36.       The sender REQUESTS that, or AGREES to have, the other side use
  37.       SEND-LOCATION commands send the user's location.
  38.  
  39.    IAC DON'T SEND-LOCATION
  40.  
  41.       The sender DEMANDS the other side not use the SEND-LOCATION
  42.       option.
  43.  
  44.    IAC SB SEND-LOCATION <location> IAC SE
  45.  
  46.       The sender specifies the user's location to the other side via a
  47.       SEND-LOCATION subnegotiation.  <location> is a sequence of ASCII
  48.       printable characters; it is terminated by the IAC SE.
  49.  
  50. 3.  Default.
  51.  
  52.    WON'T SEND-LOCATION
  53.  
  54.    DON'T SEND-LOCATION
  55.  
  56.  
  57.  
  58. Killian                                                         [page 1]
  59.  
  60.  
  61. RFC 779                                                       April 1981
  62. TELNET SEND-LOCATION Option
  63.  
  64.  
  65.  
  66. 4.  Motivation for the option.
  67.  
  68.    Many network sites now provide a listing of the users currently
  69.    logged in giving their names and locations (see the NAME/FINGER
  70.    protocol, RFC 742).  The location is useful for physically locating
  71.    the user if he or she is nearby, or for calling them (a nearby phone
  72.    number is often included). However, for users logged in via the
  73.    network, the location printed is often no more than the originating
  74.    site name. This TELNET option allows the user's TELNET program to
  75.    send the user's location to the server TELNET so that it can be
  76.    displayed in addition to the site name.  This functionality is
  77.    already present in the SUPDUP protocol (RFC 734).
  78.  
  79. 5.  Description of the option.
  80.  
  81.    When the user TELNET program knows the user's location, it should
  82.    offer to transmit this information to the server TELNET by sending
  83.    IAC WILL SEND-LOCATION.  If the server's system is able to make use
  84.    of this information (as can the ITS sites), then the server will
  85.    reply with IAC DO SEND-LOCATION.  The user TELNET is then free to
  86.    send the location in a subnegotiation at any time.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. Killian                                                         [page 2]
  117.