# Table of contents:
# Introduction
BYE is a command introduced with MSNP2.
It is a Switchboard Server command, without a response payload.
Used when a client leaves the current switchboard session.
# Client/Request
This client can not be sent from the client.
# Server/Response
BYE user-handle {timeout}
Where user-handle is the user handle of the user that left.
Where timeout is 1 if the server disconnected the user automatically. This parameter is optional.
# Examples
# User quit manually
S: BYE anotheruser@hotmail.com
# User timed out
S: BYE anotheruser@hotmail.com 1
# Invalid context
Inherited from being an unimplemented command.
C: BYE 1
Server disconnects client.
# Known changes
None.