|
|
|
Oh, if we do allow users to configure feature themselves, config could prob be done through data forms.
> So, as soon as the plugin gets the first message from another user, it would wait 30-45
> seconds to see if any other messages come in from the same user and then send out the > email. Are you thinking then that it would just send a single aggregated email for all messages received during that time span? > config could prob be done through data forms. Yup, that's what I was thinking too. yea, i was thinking about agregation function. user should be able to select whether get instant email notification or all offline messages for some period of time at once. Maybe some deviding by users (separated mails). I can think of many things, but it could be hard to implement them all. So we just need plain notofication plugin at first
A nice feature would be to give users the ability to send email to Messenger that would then be delivered as an IM. See the discussion in the thread below:
http://www.jivesoftware.org/forums/thread.jspa?messageID=98794𘇪 Link to forums discussion about receiving email:
http://www.jivesoftware.org/forums/thread.jspa?threadID=14840 Hi!
I am interested in developing a plugin for this issue. In a first iteration I would like to include just a primitive message>email transformation. Jörg Hi Jörg,
Thanks for volunteering! A plugin that handles converting messages to email has actually already been written. But, after writing it and taking a step back I'm not sure if the way it works is the best approach. Basically what I'm doing is using a PacketIntereceptor to look for Message packets, if I find one I check to see if the recipient is offline, and if they are I queue the message up to be sent via email. The obvious problem with this approach is every Message packet needs to be inspected and every recipient needs to queried to see if they're offline. After talking it over with Matt, it was decided an offline message listener (similiar to the UserEventListener) would be the best way to go. Would you be interested in working on the offline message listener? If so, send me a email or private message me on the forums (username 'ryang') and we can discuss this further. ~Ryan I've thought a lot about this sort of feature and would like to throw some ideas on the table if its not to late.
First the feature will need to be configurable by the user. Simon would reply back - The user is not available how ever I have 3 messaging options available, an offline message, email, or SMS, which would you like. Any thoughts ideas or ojections? Thanks Peter Pretty close to emailing IMs while offline, but when away instead.. and integrated into vcard entries.
http://www.jivesoftware.org/community/thread.jspa?threadID=17208 download link: Hi All,
I am a new guy in this group. The working of the pluggin is i think somewhat similar the way you So once the user installs the pluggin and configures the setting regards |
|||||||||||||||||||||||||||||||||||||||||||
user1: Hey, how's it going?
server: user2 is offline, your message will be stored.
user1: oops, I see you're offline. In that case, I'll give you a call to give you the details about blah...
So, as soon as the plugin gets the first message from another user, it would wait 30-45 seconds to see if any other messages come in from the same user and then send out the email.