mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
missing status codes
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1182 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
df75580377
commit
93fbf3f990
@ -1222,6 +1222,7 @@
|
||||
from='macbeth@shakespeare.lit/castle'
|
||||
to='darkcave@macbeth.shakespeare.lit'>
|
||||
<c xmlns='http://jabber.org/protocol/caps'
|
||||
hash='sha-1'
|
||||
node='http://exodus.jabberstudio.org/#0.9.1'
|
||||
ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/>
|
||||
</presence>
|
||||
@ -1229,6 +1230,7 @@
|
||||
<example caption='Room Sends Presence of Occupants to Outsider'><![CDATA[
|
||||
<presence from='darkcave@macbeth.shakespeare.lit/firstwitch' to='macbeth@shakespeare.lit/castle'>
|
||||
<c xmlns='http://jabber.org/protocol/caps'
|
||||
hash='sha-1'
|
||||
node='http://psi-im.org/#0.11'
|
||||
ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/>
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
@ -1240,6 +1242,7 @@
|
||||
|
||||
<presence from='darkcave@macbeth.shakespeare.lit/secondwitch' to='macbeth@shakespeare.lit/castle'>
|
||||
<c xmlns='http://jabber.org/protocol/caps'
|
||||
hash='sha-1'
|
||||
node='http://exodus.jabberstudio.org/#0.9.1'
|
||||
ver='8RovUdtOmiAjzj+xI7SK5BCw3A8='/>
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
@ -1251,6 +1254,7 @@
|
||||
|
||||
<presence from='darkcave@macbeth.shakespeare.lit/thirdwitch' to='macbeth@shakespeare.lit/castle'>
|
||||
<c xmlns='http://jabber.org/protocol/caps'
|
||||
hash='sha-1'
|
||||
node='http://www.chatopus.com/#2.2'
|
||||
ver='zHyEOgxTrkpSdGcQKH8EFPLsriY='/>
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
@ -3412,6 +3416,7 @@
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
<item affiliation='owner'
|
||||
role='moderator'/>
|
||||
<status code='110'/>
|
||||
<status code='201'/>
|
||||
</x>
|
||||
</presence>
|
||||
|
Loading…
Reference in New Issue
Block a user