Skip to content

Commit

Permalink
Fix build error for real
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont authored and tmolitor-stud-tu committed Nov 3, 2022
1 parent 815a822 commit b6cee0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inbox/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@
]]></example>

</section3>

<section3 topic='Private RSVP' anchor='private_rsvp'>
<p>Due to the way &xep0470; is working, the normal way to answer RSVP is visible to everybody which can see the event. This is normally not a problem as people which attend the event can see by themselves who is there or not, however some persons may not want to have their RSVP or JID exposed to other participants. In this case the RSVP MAY be sent through a &MESSAGE; stanza directed to the JID of the event publisher. The RSVP is then simply put as a child of the stanza, with an optional &lt;body/&gt;. If not &lt;body/&gt; is provided or if the body in empty, The &MESSAGE; SHOULD include a &lt;store&gt; hint as specified in &xep0334;.</p>
<p>Note that sending an RSVP with a &MESSAGE; may complicate the organisation: it's then not counted automatically in the attachments summary, and if several persons are organizing the event, they may not all check easily the participation.</p>
Expand All @@ -425,8 +427,6 @@
]]></example>

</section3>

</section3>
</section2>
<section2 topic='Linked Pubsub Nodes' anchor='linked_nodes'>
<p>Some useful external pubsub nodes can be linked to the event. Those nodes are linked through elements which always have a 'jid' attribute specifying the JID of the pubsub or &xep0163; service, and a 'node' attribute specifying the pubsub node used. The supported elements are described below.</p>
Expand Down

0 comments on commit b6cee0a

Please sign in to comment.