<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello Kelly:<div><br></div><div>You may look at the code in "ejabberd_sm.erl" file, and specifically to this hook:</div><div><br></div><div><div>                             ejabberd_hooks:run(offline_message_hook,</div><div>                                                       LServer,</div><div>                                                       [From, To, Packet]);</div><div><br></div><div>Thus modules: mod_offline.erl and mod_offline_odbc.erl should get you started.</div><div><br></div><div>Hope it helps :-)</div><div><br></div><div><div>Le 7 févr. 2014 à 22:43, Kelly Wong <<a href="mailto:kjw0188@gmail.com">kjw0188@gmail.com</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi Michal,<div><br></div><div>Thanks for the link.  I'm trying to figure out what hooks I can set and when they're called.  The end goal is to write a plugin that can send an Apple notification service message to a user who is not online.  I was thinking I could write a plugin that intercepts messages to offline users.  Is that the right way to go about things?</div>
<div><br></div><div>Thanks,</div><div>Kelly Wong</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 5, 2014 at 11:18 PM, Michal Piotrowski <span dir="ltr"><<a href="mailto:michal.piotrowski@erlang-solutions.com" target="_blank">michal.piotrowski@erlang-solutions.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello Kelly,<div><br></div><div>There are some examples on our github: <a href="https://github.com/esl/MongooseIM" target="_blank">https://github.com/esl/MongooseIM</a>.</div>
<div>The default installation of MongooseIM works with mnesia as a database.</div><div>What exactly do you need to know?</div><div><br></div><div>BTW, the config file is in most cases compatible with the one in ejabberd 2.1.x.<br>
<div>
<div style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:start;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-wrap:break-word;word-spacing:0px">
<br>Best regards</div><div style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:start;font-style:normal;font-weight:normal;line-height:normal;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-wrap:break-word;word-spacing:0px">
Michal Piotrowski<br><a href="mailto:michal.piotrowski@erlang-solutions.com" target="_blank">michal.piotrowski@erlang-solutions.com</a><br><br></div>
</div>
<br><div><div><div class="h5"><div>On 05 Feb 2014, at 03:10, Kelly Wong <<a href="mailto:kjw0188@gmail.com" target="_blank">kjw0188@gmail.com</a>> wrote:</div><br></div></div><blockquote type="cite"><div><div class="h5">
<div dir="ltr">Hello,<div><br></div><div>I'm trying to setup Mongoose IM, but for the life of me can't find any documentation for it.  Can anyone point me in the right direction?</div><div><br></div><div>Thanks,<br>

Kelly Wong</div></div></div></div>
_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div></blockquote></div><br></div>
_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br></div></body></html>