# Table of contents:
# Introduction
SBS is a command introduced with MSNP11.
It is a Notification Server command, without a response payload.
Tells the client about the current subscription status.
# Client/Request
This command can not be sent from the client.
# Server/Response
SBS TrID subscription-data
If this is an asynchronous use of this command, the Transaction ID (or TrID) will be set to 0.
Where subscription-data is either:
-
SC=subscription-class;SI=si;SS=subscription-status;PS=payment-statusWhere
subscription-classis either:2ad5b0fad0464b7f9577c2a3ac0a13f1for CPP88e53f49b577463dba43689bd59205befor PPP200706afd0be4fc69949a37f4c5db3e1for ImInterop
Where
siis a 16-character string.Where
subscription-statusis a number between 0 and 999, usually 2. A value of3denotes an error.Where
payment-statusis a number between 0 and 999, usually 2. A value other than2denotes an error. -
null
# Examples
# No subscription
S: SBS 0 null
# Subscription active
S: SBS 0 SC=2ad5b0fad0464b7f9577c2a3ac0a13f1;SI=0000000000000000;SS=2;PS=2
# Synchronous request
C: GSB 1
S: SBS 1 SC=2ad5b0fad0464b7f9577c2a3ac0a13f1;SI=0000000000000000;SS=2;PS=2
# Known changes
None.