# Table of contents:
# Introduction
VAS is a command introduced with MSNP16.
It is a Notification Server command, WITH a request payload and without a response payload.
Votes a user as a spammer.
# Client/Request
VAS TrID user-handle network-id unknown length
payload
Where user-handle is the user handle of the user you'd like to vote.
Where network-id is the Network ID of the network you'd like to report the spammer for.
Where unknown appears to always be 0.
Where length is always 7.
Where payload is always <x></x>.
# Server/Response
VAS TrID
# Examples
# Voting a Messenger Service user
C: VAS 1 anotheruser@hotmail.com 1 0 7
<x></x>
S: VAS 1
# Voting a mobile phone
C: VAS 2 tel:15551111222 4 0 7
<x></x>
S: VAS 2
# Known changes
None.