msnp-wiki/docs/commands/fln.md
yellows111 a4d1a89f34
fattest update yet - 30 whole changed files
next is formatting, which is why i wanted to commit anyway
2024-10-15 18:14:20 +01:00

33 lines
607 B
Markdown

# Introduction
`FLN` is a command introduced with [MSNP2](../commands/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.