When a client wants to stop receiving match updates, they can unsubscribe by sending a matchstop request. Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <matchstop matchid="944423"/> |
XML attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | matchstop | matchid | The match the user wants to unsubscribe from | Integer |
Matchstop reply After the client was unsubscribed successfully, a confirmation will be sent out. Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <matchstop matchid="944423" reason="User unsubscribed to match"/> |
XML attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | matchstop | matchid | The match the user wants to unsubscribe from. | Integer | reason | Text describing the reason for the matchstop. | String |
|