mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
invite bug
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@901 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
5ab3f61b43
commit
56d74a4c3d
@ -1676,14 +1676,13 @@
|
||||
</x>
|
||||
</message>
|
||||
]]></example>
|
||||
<p>The &ROOM; itself MUST then add a 'from' address to the <invite/> element whose value is the bare JID (or, optionally, the room JID) of the invitor and send the invitation to the invitee captured in the 'to' address (the service SHOULD include a message body explaining the invitation or containing the reason, for the sake of older clients; in addition, the room SHOULD add the password if the room is password-protected):</p>
|
||||
<p>The &ROOM; itself MUST then add a 'from' address to the <invite/> element whose value is the bare JID, full JID, or room JID of the invitor and send the invitation to the invitee specified in the 'to' address (the service MAY include a message body explaining the invitation or containing the reason, for the sake of older clients; in addition, the room SHOULD add the password if the room is password-protected):</p>
|
||||
<example caption='Room Sends Invitation to Invitee on Behalf of Invitor'><![CDATA[
|
||||
<message
|
||||
from='darkcave@macbeth.shakespeare.lit'
|
||||
to='hecate@shakespeare.lit'>
|
||||
<body>You have been invited to darkcave@macbeth by crone1@shakespeare.lit.</body>
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
<invite from='crone1@shakespeare.lit'>
|
||||
<invite from='crone1@shakespeare.lit/desktop'>
|
||||
<reason>
|
||||
Hey Hecate, this is the place for all good witches!
|
||||
</reason>
|
||||
|
Loading…
Reference in New Issue
Block a user