mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
fix to data form registration
This commit is contained in:
parent
a9be9954b6
commit
04de67d670
@ -1423,7 +1423,7 @@
|
||||
</error>
|
||||
</presence>
|
||||
]]></example>
|
||||
<p>If the user has connected using a MUC client (as indicated on joining the room by inclusino of the MUC extension), then the service MUST include a status code of "210" in the presence broadcast that it sends to the new occupant.</p>
|
||||
<p>If the user has connected using a MUC client (as indicated on joining the room by inclusino of the MUC extension), then the service MUST allow the client to enter the room, modify the nick in accordance with the lockdown policy, and include a status code of "210" in the presence broadcast that it sends to the new occupant.</p>
|
||||
<example caption="Service Sends New Occupant's Presence to New Occupant"><![CDATA[
|
||||
<presence
|
||||
from='coven@chat.shakespeare.lit/thirdwitch'
|
||||
@ -5068,11 +5068,11 @@
|
||||
type='text-single'
|
||||
label='Maximum Number of History Messages Returned by Room'/>
|
||||
<field
|
||||
var='muc#roomconfig_allowinvites'
|
||||
var='muc#roomconfig_allowpm'
|
||||
type='boolean'
|
||||
label='Roles that May Send Private Messages'/>
|
||||
<field
|
||||
var='muc#roomconfig_allowpm'
|
||||
var='muc#roomconfig_allowinvites'
|
||||
type='list-single'
|
||||
label='Whether to Allow Occupants to Invite Others'/>
|
||||
<field
|
||||
|
Loading…
Reference in New Issue
Block a user