summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-14 00:41:53 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-14 00:41:53 -0400
commit71afb53de6de529b0c6d20f57bfdca7502d1b79a (patch)
tree52a911e75da8ae6917b040ec3b4deabb255f8acf /lib/jabber.php
parentdf126bf5381e4484cb164648992e9784188fe82c (diff)
get the msg to format
darcs-hash:20080714044153-84dde-8043ee7e32936f468b2cfa096a1a1846eddfba88.gz
Diffstat (limited to 'lib/jabber.php')
-rw-r--r--lib/jabber.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index e1167c580..35ae07fec 100644
--- a/lib/jabber.php
+++ b/lib/jabber.php
@@ -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";