diff --git a/lib/jabber.php b/lib/jabber.php
index f41d984d62..b385d3c5cc 100644
--- a/lib/jabber.php
+++ b/lib/jabber.php
@@ -186,6 +186,11 @@ function jabber_format_entry($profile, $notice)
$entry .= "". $notice->uri . "\n";
$entry .= "".common_date_w3dtf($notice->created)."\n";
$entry .= "".common_date_w3dtf($notice->modified)."\n";
+ if ($notice->reply_to) {
+ $replyurl = common_local_url('shownotice',
+ array('notice' => $notice->reply_to));
+ $entry .= "\n";
+ }
$entry .= "\n";
$html = "\n\n";