halt sending HTML in Jabber

darcs-hash:20080831114642-84dde-c1e486fe03752882e212bd6e3930477042f993be.gz
This commit is contained in:
Evan Prodromou 2008-08-31 07:46:42 -04:00
parent 902ba87a8b
commit c31afa795f
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ function jabber_format_entry($profile, $notice) {
$event .= "</items>\n";
$event .= "</event>\n";
# FIXME: include the pubsub event, too.
return $html . $entry . $address;
# return $html . $entry . $address;
return $entry . $address;
# return $entry . "\n" . $event;
}