Error joining only chatroom "JABBER" on jabbim.sk
Bug #157866 reported by
finder_o
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
High
|
Mats |
Bug Description
You can reproduce this error every time, if you step in chatroom JABBER on jabbim.sk
Coccinella v 0.96.2
It is identical error as there is describe on sourceforge.net, number 1798277.
Changed in coccinella: | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in coccinella: | |
milestone: | none → 0.96.4 |
Changed in coccinella: | |
assignee: | nobody → matsben |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It is a JID containing a "!" (<email address hidden>/Fox!MURDER) where ! is a protected character in TreeCtrl that creates the problem. I am backslashing all protected chars but this seems not to help. See below:
() 1 % set tag {jid <email address hidden>/Fox!MURDER} f.ro.box. tree
jid <email address hidden>/Fox!MURDER
() 2 % treeutil::protect $tag
jid <email address hidden>/Fox\!MURDER
() 3 % set T $RosterTree::T
.jmain.
() 4 % $T item id [list tag $tag]
Invalid boolean operator in tag search expression
() 5 % set ptag [treeutil::protect $tag]
jid <email address hidden>/Fox\!MURDER
() 6 % $T item id [list tag $ptag]
Invalid boolean operator in tag search expression