[OGo-Bugs][Bug 1167] Enh: If a job is due, but not finished, the user should be notified.

bugs@opengroupware.org bugs@opengroupware.org
Sat, 24 Mar 2007 14:33:00 +0100 (CET)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1167


reitenbach@rapideye.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |1852




------- Additional Comments From reitenbach@rapideye.de  2007-03-18 19:57 -------
Created an attachment (id=499)
 --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=499&action=view)
updated patch with jabber/xmpp notification

this patch could be used instead of patch #489. This patch includes xmpp
notification for due tasks. It needs sendxmpp (http://sendxmpp.platon.sk/)
installed. A SkyPublicExtendedPersonAttributes key jabberid has to be added.
	   {
		key = jabberid;
		type = 3;
	    },

The Default JobNotifyJabberEnabled has to be set to YES, for the webui and for
ogojobnotify. The user can enable job notification via jabber to his jabberid
in the preferences. If the user enables Jabber, ogojobnotify will look up the
users jabberid and sends a notification message via xmpp. skyjobnotify must
have the JobNotifySendxmppPath Default set to the sendxmpp binary:
JobNotifySendxmppPath = "/usr/bin/sendxmpp";


------- Additional Comments From reitenbach@rapideye.de  2007-03-24 14:32 -------
with the patch to bug #1852 applied, the type of the jabberid 
ExtendedPublicPersonAttribute can be set to 20, and in the webui, a xmpp:url 
link will show up for the jabberid.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.