mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
typo in xmpp
This commit is contained in:
parent
0660b68ff5
commit
532f78205b
2 changed files with 7 additions and 1 deletions
|
@ -926,7 +926,7 @@ iq(XMLNode node) {
|
|||
// setting the vcard of someone else is an error
|
||||
emit("<iq type='error' id='" + tag + "'>"
|
||||
"<x xmlns='vcard-temp'/>"
|
||||
"<error code='403' tyle='cancel'/>"
|
||||
"<error code='403' type='cancel'/>"
|
||||
"<forbidden xmlns='" NS_XMPP "xmpp-stanzas'/>"
|
||||
"</error>"
|
||||
"</iq>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue