Skip Menu |

This queue is for tickets about the DJabberd CPAN distribution.

Report information
The Basics
Id: 36485
Status: resolved
Priority: 0/
Queue: DJabberd

People
Owner: Nobody in particular
Requestors: rt.cpan [...] sartak.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.83
Fixed in: (no value)



Subject: Outgoing HTML messages broken (with fix)
Hi, DJabberd::BotContext has a bug in it related to outgoing HTML messages: if ($html) { $body .= qr{<html xmlns='http://jabber.org/protocol/xhtml- im'><body xmlns='http://www.w3.org/1999/xhtml'>$html</body></html>}; } This is a qr{}. It should be a qq{}. We get a stringified regex entangled in our HTML which confuses a lot of Jabber clients. :) Thanks, Shawn
Thanks, applied.