mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
typos
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3356 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
ddae309a49
commit
6eabc2340a
@ -150,7 +150,7 @@ SERVER:
|
||||
<iq type="error"
|
||||
from="hamlet@shakespeare.lit"
|
||||
to="macbeth@shakespeare.lit"
|
||||
iq="1003">
|
||||
id="1003">
|
||||
<query xmlns="jabber:iq:private">
|
||||
<exodus xmlns="exodus:prefs">
|
||||
<defaultnick>Macbeth</defaultnick>
|
||||
@ -170,7 +170,7 @@ CLIENT:
|
||||
</iq>
|
||||
|
||||
SERVER:
|
||||
<iq type="error" iq="1004">
|
||||
<iq type="error" id="1004">
|
||||
<query xmlns="jabber:iq:private"/>
|
||||
<error code="406" type="modify">
|
||||
<bad-format
|
||||
@ -190,7 +190,7 @@ CLIENT:
|
||||
</iq>
|
||||
|
||||
SERVER (optional error):
|
||||
<iq type="error" iq="1005">
|
||||
<iq type="error" id="1005">
|
||||
<query xmlns="jabber:iq:private">
|
||||
<vCard xmlns="vcard-temp">
|
||||
<FN>Hamlet</FN>
|
||||
|
Loading…
Reference in New Issue
Block a user