From c0d4e0990ff4dfaa8eb6b8864be7bb07ea64551d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 20 Nov 2009 03:38:24 -0500 Subject: revert adding avatar IMG to jabber output; shows entire URL in some Jabber clients --- lib/jabber.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jabber.php b/lib/jabber.php index a8e295ea5..01aed8ffa 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -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(": "); -- cgit v1.2.3-54-g00ecf