Skip to content

HTML-Escape notification title and body

ValdikSS requested to merge ValdikSS/gajim:gajim_1.3_notification_fix into gajim_1.3

Freedesktop notification specification requires HTML escaping of the output notification title and body. This patch fixes incorrect notificaion display if the message contain less-than or more-than signs, as well as other HTML entities.

Merge request reports