// TODO remove this when production
if (blogTitle == null)
blogTitle = this.getBlogTitle(entry);
// build notification
JabberBlogNotification notif = new JabberBlogNotification();
notif.setBlogTitle(blogTitle);
notif.setJabberID(jabberId);
notif.setPostTitle(entry.getTitle());
notif.setPostUrl(link);
// send notif
TalkService.sendMessage(notif);
Logger.getLogger("UserService").info(
"New entry for " + jabberId.getId() + " : " + link + "["