Participation Management¶
This is the request for answer an event participation, it’s used for the private and for the public event
Client respond to an invite¶
Someone send the his participation to the buddy, the buddy must update the configuration
Tag |
Required |
Value |
Description |
|---|---|---|---|
x:type |
true |
event_creation |
Fixed value for the message |
x:payload |
true |
json object |
Represents message content |
payload:event |
true |
Event object |
Client request example:
<message to="test@domain" id="1486028547270039399072925" type="chat">
<body />
<x xmlns="jabber:x:oob">
<type>event_set_participation</type>
<payload>
{
"event":
{
"jid": "event-jid",
"occupants":
[{
"jabberId": "user0",
"status": "joined"
}]
}
}
</payload>
</x>
</message>
Buddy action: