msnp-wiki/docs/commands/fln.md
yellows111 e28bd99ec6
fix a bunch of errors, new commands
+ ADD
+ REM
+ URL
* fixed a bunch of formatting
* changed the default list version to 255, if it increases to 256 it means it changed
* fixed a bunch of muscle memory mishaps
* Clean-up some missing "fill this in once information is available's
2024-10-16 21:12:41 +01:00

32 lines
606 B
Markdown

# Introduction
`FLN` is a command introduced with [MSNP2](../versions/msnp2.md).
It is a Notification Server command, without either a request or response payload.
It specifies that another user in your contact list has gone offline.
# Client/Request
This command can not be sent from the client.
# Server/Response
`FLN {user-handle}`
Where `user-handle` is the related user's handle.
# Examples
## User goes offline
```
S: FLN anotheruser@hotmail.com
```
## Invalid context
*Inherited from being an unimplemented command.*
```
C: FLN Hotmail
```
Server disconnects client.
# Known changes
None.