* Properly escape XML output using new xmlesc() function for XMPP sessions. This...
authorArt Cancro <ajc@citadel.org>
Fri, 14 May 2010 15:24:26 +0000 (15:24 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 14 May 2010 15:24:26 +0000 (15:24 +0000)
commit6a969c7e8f80199f8b8bd5d76b40eb3f53ab3ca4
treea11661583752e870595a051469ce76ff91da32c0
parent8659e3ab60c4ae8dc444963266c886dad8a4c6a6
* Properly escape XML output using new xmlesc() function for XMPP sessions.  This function should eventually get moved into libcitadel, but the bigger problem is that it doesn't handle UTF-8.  Right now we're just using it to keep Pidgin from barfing on illegal characters.
citadel/modules/xmpp/serv_xmpp.c
citadel/modules/xmpp/serv_xmpp.h
citadel/modules/xmpp/xmpp_messages.c
citadel/modules/xmpp/xmpp_presence.c
citadel/modules/xmpp/xmpp_query_namespace.c
citadel/modules/xmpp/xmpp_sasl_service.c