XMPP Usage
Info
This is unofficial documentation that I've tracking and testing, it will most likely break.
Tip
This will be updated as I find / discover more!
This can be used via XMPPController or with any of the XMPP options I have provided.
Huge credit to @giorgi-o for the initial help and info on presence data. Huge credit to @floxay for detailed information on the valorant presence data.
Getting The Friends List | Credit to giorgi above
XML | |
---|---|
1 |
|
Subscribe to Presence Events | Credit to giorgi above
Was found sending this XML subscribes to any presence data from your friends list / current match, the formatting will be listed below
XML | |
---|---|
1 |
|
Valorant
JSON | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
|
Getting Private Messages
This will was found to return / summon the previous chat messages with the desired user
Parameter Type | Method Parameter Example |
---|---|
string |
The Recipitent UUID |
string |
The communications affinity, na1 |
XML | |
---|---|
1 2 3 4 5 |
|
Sending Chat Messages
Note I found for this, the ID must be a unique unix timestamp followed by a :1.
Parameter Type | Method Parameter Example |
---|---|
string |
The Recipitent UUID |
string |
The communications affinity, na1 |
XML | |
---|---|
1 2 3 |
|