google-code-export / partychapp

Automatically exported from code.google.com/p/partychapp
1 stars 0 forks source link

Pass Along Full XML Stanzas #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
  It would be incredibly useful if a Chat Room sent the rest of the XML message stanza along to the Room occupants, instead of discarding it. Currently, just the body text is sent.
  In the example below, everything from <properties> to </properties> is stripped away. But if it were not stripped away, that would allow for all kinds of new features to be added. Food for thought.

<message id="4zcup-7" to="room@partychapp.appspotchat.com/Smack4706DDC7" 
from="myaccount@gmail.com" type="chat">
  <body>Hello World</body>
  <thread>d4eBt0</thread>
  <properties xmlns="http://www.jivesoftware.com/xmlns/xmpp/properties">
    <property>
      <name>MyPropertyKey</name>
      <value type="string">MyPropertyValue</value>
    </property>
  </properties>
</message>

Original issue reported on code.google.com by vidalbor...@gmail.com on 28 Nov 2010 at 1:23

GoogleCodeExporter commented 9 years ago
+1 this would allow passing along xhtml-im for explicitly creating links

Original comment by jehiah on 27 May 2011 at 9:50