#31: sm sends invalid XML to router, gets disconnected
-------------------+--------------------------------------------------------
Reporter:  smoku   |        Owner:  smoku
    Type:  defect  |       Status:  new  
Priority:  major   |    Component:  sm   
 Version:  2.1     |   Resolution:       
Keywords:          |  
-------------------+--------------------------------------------------------
Comment (by Cameron):

 Had this issue and found it was related to the formatting of a single name
 in MySQL database.
 E.g. : select * FROM `jabberd2`.`roster-items` where `name`='Shaun O’Neil'
 returned many results. The "back-tick" is what was causing our issues
 because when another user with this contact in their roster-item logged
 in, it would bounce the router with an "invalid XML" error message in
 debug log.
 Changed all the back-ticks (update `jabberd2`.`roster-items` set
 `name`='Shaun ONeil' where `name`='Shaun O’Neil') and issue resolved.

-- 
Ticket URL: <http://jabberd2.xiaoka.com/ticket/31#comment:1>
jabberd2 <http://jabberd2.xiaoka.com/>
jabberd2 project
_______________________________________________
jabberd2 mailing list
[email protected]
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com

Reply via email to