Skip to content

Commit

Permalink
Fix namespace URI for MUC Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont authored and iNPUTmice committed Dec 22, 2024
1 parent 06696c3 commit 5537b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inbox/muc-activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
]]></example>
<p>Services implementing this specification MUST return the {urn:uuid:86b614b6-e64d-436c-bd6d-6f0b5d7f2e53}message-activity field, if:</p>
<p>Services implementing this specification MUST return the {urn:xmpp:muc-activity}message-activity field, if:</p>
<ul>
<li>The room is persistent, and</li>
<li>The room is public, and</li>
Expand All @@ -80,7 +80,7 @@
<value>http://jabber.org/protocol/muc#roominfo</value>
</field>
<!-- ... -->
<field var='{urn:uuid:86b614b6-e64d-436c-bd6d-6f0b5d7f2e53}message-activity'
<field var='{urn:xmpp:muc-activity}message-activity'
label='Messages per hour'>
<value>23.42</value>
</field>
Expand Down

0 comments on commit 5537b36

Please sign in to comment.