revert adding avatar IMG to jabber output; shows entire URL in some Jabber clients

This commit is contained in:
Evan Prodromou 2009-11-20 03:38:24 -05:00
parent 5159340bc6
commit c0d4e0990f
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ function jabber_format_entry($profile, $notice)
$xs = new XMLStringer();
$xs->elementStart('html', array('xmlns' => 'http://jabber.org/protocol/xhtml-im'));
$xs->elementStart('body', array('xmlns' => 'http://www.w3.org/1999/xhtml'));
$xs->element("img", array('src'=> $profile->avatarUrl(AVATAR_MINI_SIZE)));
$xs->element('a', array('href' => $profile->profileurl),
$profile->nickname);
$xs->text(": ");