Files
asterisk/res
Sean Bright f9a359c5c5 xml.c: Update deprecated libxml2 API usage.
Two functions are deprecated as of libxml2 2.12:

  * xmlSubstituteEntitiesDefault
  * xmlParseMemory

So we update those with supported API.

Additionally, `res_calendar_caldav` has been updated to use libxml2's
xmlreader API instead of the SAX2 API which has always felt a little
hacky (see deleted comment block in `res_calendar_caldav.c`).

The xmlreader API has been around since libxml2 2.5.0 which was
released in 2003.

Fixes #725
2024-06-07 16:24:21 +00:00
..
2023-12-08 13:11:51 +00:00
2024-02-28 18:39:01 +00:00
2024-02-28 18:39:01 +00:00
2023-12-08 13:11:51 +00:00
2024-02-28 18:39:01 +00:00
2023-12-08 13:11:51 +00:00