projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5159340
)
revert adding avatar IMG to jabber output; shows entire URL in some Jabber clients
author
Evan Prodromou
<evan@status.net>
Fri, 20 Nov 2009 08:38:24 +0000
(
03:38
-0500)
committer
Evan Prodromou
<evan@status.net>
Fri, 20 Nov 2009 08:38:24 +0000
(
03:38
-0500)
lib/jabber.php
patch
|
blob
|
history
diff --git
a/lib/jabber.php
b/lib/jabber.php
index a8e295ea5eb3f3a32e593b04b5575e00e26e351f..01aed8ffa54d8d6a351a8172ccedbb1b10529241 100644
(file)
--- 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(": ");