# Table of contents:

# Introduction

OUT is a command introduced with MSNP2.

It exists in all servers, without either a request or response payload.

It disconnects either the server or the client gracefully.

This command does not require a Transaction ID.

# Client/Request

OUT

# Server/Response

OUT {reason}

Where reason can be:

OUT RCT {minutes}

Where minutes is the amount of minutes the client should wait before trying to log in automatically again.

# Examples

# Client-initiated

C: OUT
S: OUT

Server disconnects client.

# Logged in from another client

S: OUT OTH

# Server is shutting down

S: OUT SSD

# ABCH Migration

This can only happen in MSNP10 exclusively.

S: OUT MIG

# Terms of Use update

This can only happen since MSNP10.

S: OUT TOU

# Forced Reconnect

This can only happen since MSNP11.

S: OUT RCT 6

# Known changes