I see ... you&#39;re suggesting I add logic on the server side to echo the packet without modification. Interesting idea. I can try to write something for that. It might not be all that hard, actually.<div><br></div><div>dan<br>
<br><div class="gmail_quote">On Thu, Jan 5, 2012 at 12:44 PM, Alexey Nezhdanov <span dir="ltr">&lt;<a href="mailto:snakeru@gmail.com">snakeru@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ok, let me be more verbose:<br>
<br>
user1/resource1 sends the message:<br>
&lt;message to=&#39;user2&#39; type=&#39;chat&#39;&gt;&lt;body&gt;blah&lt;/body&gt;&lt;/body&gt;&lt;/message&gt;<br>
<br>
user1/resource2 gets the notification:<br>
&lt;message to=&#39;user2&#39; type=&#39;chat&#39;&gt;&lt;body&gt;blah&lt;/body&gt;&lt;/body&gt;&lt;/message&gt;<br>
You do not need to look for differences b/w these two - they are<br>
identical. Or, to be a bit more proactive, you can actually add a<br>
&#39;from&#39; field - i.e. send message to second resource not &#39;as it was<br>
received [from user1]&#39; but &#39;as it was sent [to user2]&#39;.<br>
<br>
You are stumbled upon the false idea that recipient MUST see his<br>
address in the &#39;to&#39; field. He needs that not, check how email (Cc:)<br>
works.<br>
<br>
On the other hand, if there is already XEP for this exact purpose, you<br>
probably much better off following it - it will provide compartibility<br>
with future clients, you will be among first adopters and your<br>
client/server will be used as a reference implementation.<br>
<br>
<br>
Am 5. Januar 2012 19:56 schrieb Daniel Dormont &lt;<a href="mailto:dan@greywallsoftware.com">dan@greywallsoftware.com</a>&gt;:<br>
<div class="HOEnZb"><div class="h5">&gt; Hmmm...I&#39;m not seeing how that would work. Suppose user1@mydomain/resource1a<br>
&gt; sends<br>
&gt;<br>
&gt; &lt;message type=&quot;chat&quot; to=&quot;user2@mydomain&quot;&gt;&lt;body&gt;hello user2&lt;/body&gt;&lt;/message&gt;<br>
&gt;<br>
&gt; Now, in order to make sure user1@mydomain/resource1b also sees the message,<br>
&gt; the original sender sends what? I was thinking something along the lines of:<br>
&gt;<br>
&gt; &lt;message type=&quot;echo&quot; to=&quot;user1@mydomain&quot;&gt;&lt;body&gt;hello<br>
&gt; user2&lt;/body&gt;&lt;original-recipient&gt;user2@mydomain&lt;/original-recipient&gt;&lt;/message&gt;<br>
&gt;<br>
&gt; Without that extra element, how&#39;s user1@mydomain/resource1b supposed to know<br>
&gt; who they&#39;re chatting with?<br>
&gt;<br>
&gt; Dan<br>
&gt;<br>
&gt; PS I just also discovered XEP-0033. I will see if I can use that. Ejabberd<br>
&gt; definitely does not support XEP-0280.<br>
&gt;<br>
&gt; On Thu, Jan 5, 2012 at 8:59 AM, Alexey Nezhdanov &lt;<a href="mailto:snakeru@gmail.com">snakeru@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Just send stanza as is, no?<br>
&gt;&gt; You don&#39;t need any custom elements, all data is already there.<br>
&gt;&gt;<br>
&gt;&gt; On Jan 5, 2012 12:00 AM, &quot;Daniel Dormont&quot; &lt;<a href="mailto:dan@greywallsoftware.com">dan@greywallsoftware.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi XMPP-ers,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ve noticed that certain clients (Gmail&#39;s web interface most notably)<br>
&gt;&gt;&gt; automatically replicate my chat conversations in all windows I have open.<br>
&gt;&gt;&gt; I&#39;m wondering how to implement something similar using an XMPP client and<br>
&gt;&gt;&gt; server. I control both client and server but don&#39;t want to make too many<br>
&gt;&gt;&gt; custom modifications if I can help it. As a first step, the easiest thing<br>
&gt;&gt;&gt; seems to be to send all messages to a bare JID rather than full JID. From<br>
&gt;&gt;&gt; the user&#39;s standpoint this correctly causes all messages they receive to<br>
&gt;&gt;&gt; appear everywhere.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; But what about sent messages? Is there a simple way to have messages I<br>
&gt;&gt;&gt; (as a user) send echoed back to my other connected resources? Or should I<br>
&gt;&gt;&gt; just send a second message to my own bare JID with some sort of custom<br>
&gt;&gt;&gt; element that indicates it was really a message to someone else (and who that<br>
&gt;&gt;&gt; someone else is)?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; thanks,<br>
&gt;&gt;&gt; Dan<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; JDev mailing list<br>
&gt;&gt;&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt;&gt;&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; JDev mailing list<br>
&gt;&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt;&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; JDev mailing list<br>
&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
&gt; _______________________________________________<br>
&gt;<br>
_______________________________________________<br>
JDev mailing list<br>
Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
</div></div></blockquote></div><br></div>