1
0
Fork 0
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:
psyc://psyced.org/~lynX 2009-02-25 14:24:40 +01:00
parent 0660b68ff5
commit 532f78205b
2 changed files with 7 additions and 1 deletions

View file

@ -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>");