Thanks Atle,<br>
<br>
Ah... of course.. I've forgotten to escape those special characters.<br>
<br>
- Teemu<br><br><div><span class="gmail_quote">2005/10/11, Atle Samuelsen &lt;<a href="mailto:clona@cyberhouse.no">clona@cyberhouse.no</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Teemu,<br><br>I think it should be something like :<br>&quot;^Content-Type\:.application\/im-iscomposing\+xml&quot;<br><br>but, Im not sure. I dont know regexps that good myself.<br><br>try it out. start with only content-type, then extend it
<br><br>-Atle<br><br>* Teemu Harju &lt;<a href="mailto:teemu.harju@gmail.com">teemu.harju@gmail.com</a>&gt; [051011 11:06]:<br>&gt; Hi,<br>&gt;<br>&gt; I sort of tried the regexp like this &quot;^Content-Type:<br>&gt; application/im-iscomposing+xml$&quot;, but that didn't seem to work. I can try to
<br>&gt; figure out the regexp myself also, but if someone could point me how it is<br>&gt; wrong I'd really appreciate it. ;)<br>&gt;<br>&gt; - Teemu<br>&gt;<br>&gt; 2005/10/11, Atle Samuelsen &lt;<a href="mailto:clona@cyberhouse.no">
clona@cyberhouse.no</a>&gt;:<br>&gt; &gt;<br>&gt; &gt; Hi Teeemu Harju,<br>&gt; &gt;<br>&gt; &gt; the search command uses a regexp. So I guess you should change your<br>&gt; &gt; search to be a regexp.<br>&gt; &gt;<br>&gt; &gt; -Atle
<br>&gt; &gt;<br>&gt; &gt; * Teemu Harju &lt;<a href="mailto:teemu.harju@gmail.com">teemu.harju@gmail.com</a>&gt; [051011 09:05]:<br>&gt; &gt; &gt; Hi Nhadie,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Yes... you can use it for instant messaging. eyeBeam is in my opinion
<br>&gt; &gt; the<br>&gt; &gt; &gt; best featured SIP client ever. It can do voice, video, instant<br>&gt; &gt; messaging,<br>&gt; &gt; &gt; presence, conferencing etc... and all standard SIP. Note that the<br>&gt; &gt; eyeBeam is
<br>&gt; &gt; &gt; the commercial version and Xlite is free. And with Xlite you cannot do<br>&gt; &gt; &gt; anything else than voice.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; - Teemu<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; 2005/10/11, Nhadie &lt;
<a href="mailto:nhadie@cbcpworld.com">nhadie@cbcpworld.com</a>&gt;:<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Hi Teemu,<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Are you saying you can use eyebeam afor instant messagin? i thought it
<br>&gt; &gt; &gt; &gt; was just for calling.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Regards,<br>&gt; &gt; &gt; &gt; Nhadie<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Hi,<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; I've been configuring msilo for offline messaging and I've faced few
<br>&gt; &gt; &gt; &gt; &gt; problems.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; First... I use Xten (or now Counterpath) Eyebeam and each time user<br>&gt; &gt; &gt; &gt; &gt; starts to type an instant message it sends a SIP MESSAGE with
<br>&gt; &gt; &gt; &gt; &gt; Content-Type: application/im-iscomposing+xml and msilo naturally<br>&gt; &gt; &gt; &gt; &gt; stores this message also. I tried to prevent this with the following<br>&gt; &gt; &gt; &gt; &gt; configuration but it didn't work..
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; if (search(&quot;Content-Type: application/im-iscomposing+xml&quot;)) {<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; #<br>&gt; &gt; &gt; &gt; &gt; # Do not store composing MESSAGEs
<br>&gt; &gt; &gt; &gt; &gt; #<br>&gt; &gt; &gt; &gt; &gt; } else {<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; #<br>&gt; &gt; &gt; &gt; &gt; # Store offline message<br>&gt; &gt; &gt; &gt; &gt; #<br>&gt; &gt; &gt; &gt; &gt; }
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Or course this is done only for method==&quot;MESSAGE&quot;... Can you see why<br>&gt; &gt; &gt; &gt; &gt; this is not working?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Second... Is there a way to make the reply to the offline message
<br>&gt; &gt; &gt; &gt; &gt; appear to be coming from the user that it was sent to? I mean you<br>&gt; &gt; can<br>&gt; &gt; &gt; &gt; &gt; configure msilo to reply for example with user<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:registrar@myserproxy.com">
registrar@myserproxy.com</a> &lt;mailto:<a href="mailto:registrar@myserproxy.com">registrar@myserproxy.com</a>&gt;, but that<br>&gt; &gt; &gt; &gt; &gt; opens a new IM window for the user so it's not that good.<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; Thanks in advance...<br>&gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; Teemu Harju<br>&gt; &gt; &gt; &gt; &gt; <a href="http://www.teemuharju.net">http://www.teemuharju.net</a><br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;_______________________________________________<br>&gt; &gt; &gt; &gt; &gt;Serusers mailing list
<br>&gt; &gt; &gt; &gt; &gt;<a href="mailto:serusers@lists.iptel.org">Serusers@iptel.org</a><br>&gt; &gt; &gt; &gt; &gt;<a href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; ---------------------------- ------ |<br>&gt; &gt; &gt; &gt; -- Computers are like Air Conditioners, |
<br>&gt; &gt; &gt; &gt; ------ It doesn't work when Windows are open! |<br>&gt; &gt; &gt; &gt; ---------------------------- ------ |<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Teemu Harju<br>&gt; &gt; &gt; <a href="http://www.teemuharju.net">http://www.teemuharju.net</a><br>&gt; &gt;<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; Serusers mailing list<br>&gt; &gt; &gt; <a href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a><br>&gt; &gt; &gt; <a href="http://mail.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers
</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; Teemu Harju<br>&gt; <a href="http://www.teemuharju.net">http://www.teemuharju.net</a><br><br>&gt; _______________________________________________<br>&gt; Serusers mailing list
<br>&gt; <a href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a><br>&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers">http://mail.iptel.org/mailman/listinfo/serusers</a><br><br></blockquote></div><br><br clear="all">
<br>-- <br>Teemu Harju<br><a href="http://www.teemuharju.net">http://www.teemuharju.net</a>