Skip to content

Instantly share code, notes, and snippets.

@MattFoley
Created February 7, 2017 20:06
Show Gist options
  • Save MattFoley/b601227c24cb93a6873c8ba5200bb5e6 to your computer and use it in GitHub Desktop.
Save MattFoley/b601227c24cb93a6873c8ba5200bb5e6 to your computer and use it in GitHub Desktop.
Example Responses
Join Room:
```json
{
"caps":{
"ver":"4ArXvj+KpyleAhwHHCoKUPRQRto=Rto=",
"node":"https://stanza.io",
"hash":"sha-1"
},
"muc":{
"affiliation":"none",
"jid":"test@localhost/7190587785320991092730",
"role":"participant",
"actor":{
"jid":""
},
"codes":[
"110"
]
},
"lang":"en",
"id":"76691413-2fd3-4df1-a51e-7a5aad4cda68",
"to":"test@localhost/7190587785320991092730",
"from":"testmuc@conference.localhost/test",
"priority":0,
"type":"available",
"$status":{
"en":"VIP YO!"
},
"status":"VIP YO!"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment