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
|
@ -9,6 +9,8 @@ ________________________________________________________________________
|
|||
? marenz says, remote topic isn't working
|
||||
http://about.psyc.eu/?title=Talk:Bug_Report&curid=1506&diff=10174&oldid=10173
|
||||
|
||||
+ show chiffre in /tcp
|
||||
|
||||
- remote IRC place does not send names listing on /join
|
||||
- remote IRC /part shows no reaction at first attempt
|
||||
+++ not limited to IRC!! thx marenz
|
||||
|
@ -259,6 +261,10 @@ ________________________________________________________________________
|
|||
________________________________________________________________________
|
||||
== MINOR DELEGATES =====================================================
|
||||
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
- xxx ist eigentlich xxx in Verkleidung.
|
||||
/nick should silently ignore when a user tries to use its real nick
|
||||
as its masquerade.
|
||||
|
||||
- psyced generates tags for /enter operations. since these weren't generated
|
||||
by a client they may confuse a client. fippo thinks these _tag and _tag_reply
|
||||
should be removed from the messages before the get forwarded to clients.
|
||||
|
|
|
@ -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…
Reference in a new issue