get the msg to format

darcs-hash:20080714044153-84dde-8043ee7e32936f468b2cfa096a1a1846eddfba88.gz
This commit is contained in:
Evan Prodromou 2008-07-14 00:41:53 -04:00
parent df126bf538
commit 71afb53de6
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ function jabber_send_notice($to, $notice) {
function jabber_format_entry($profile, $notice) {
$noticeurl = common_local_url('shownotice',
array('notice' => $notice->id));
$msg = jabber_format_notice($profile, $notice);
$entry = "<entry xmlns=\'http://www.w3.org/2005/Atom\'>\n";
$entry .= "<source>\n";
$entry .= "<title>" . $profile->nickname . " - " . common_config('site', 'name') . "</title>\n";