* In a rare eureka-moment, discovered that my XML string escape function was only...
authorArt Cancro <ajc@citadel.org>
Thu, 20 May 2010 17:54:51 +0000 (17:54 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 20 May 2010 17:54:51 +0000 (17:54 +0000)
commitbb028b1c7e40b270003e480ea57c90641945e76e
treee316f07010f08acd64f43207518682a2dd2eb7a1
parent9d612a26fc6d2af3f3ff8b8b79e376b8977affbf
* In a rare eureka-moment, discovered that my XML string escape function was only sanitizing characters higher than 0x7F, but the problem character in my data set was 0x01.  Fixed.
citadel/modules/xmpp/serv_xmpp.c
citadel/modules/xmpp/xmpp_presence.c