Hi,<br>
<br>
I've been configuring msilo for offline messaging and I've faced few problems.<br>
<br>
First... I use Xten (or now Counterpath) Eyebeam and each time user
starts to type an instant message it sends a SIP MESSAGE with
Content-Type: application/im-iscomposing+xml and msilo naturally stores
this message also. I tried to prevent this with the following
configuration but it didn't work..<br>
<br>
if (search(&quot;Content-Type: application/im-iscomposing+xml&quot;)) {<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Do not store composing MESSAGEs<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>
} else {<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Store offline message<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #<br>
}<br>
<br>
Or course this is done only for method==&quot;MESSAGE&quot;... Can you see why this is not working?<br>
<br>
Second... Is there a way to make the reply to the offline message
appear to be coming from the user that it was sent to? I mean you can
configure msilo to reply for example with user
<a href="mailto:registrar@myserproxy.com">registrar@myserproxy.com</a>, but that opens a new IM window for the user
so it's not that good.<br>
<br>
Thanks in advance...<br>-- <br>Teemu Harju<br><a href="http://www.teemuharju.net">http://www.teemuharju.net</a>