Subject: the openfire can't store my own packet types
for example:
my message is like this:
<message xmlns="jabber:client" to="romeo@montage.net">
<weather xmlns="agsoftware:weather">
<humidity>90</humidity>
<temperature>57</temperature>
</weather>
</message>
if the server is openfire 3.6.0 or newer,the message can't be stored as an offline message. because my message has NOT a body tag, I have to add a body tag to the message,like this:
<message xmlns="jabber:client" to="romeo@montage.net">
<body>some text</body>
<weather xmlns="agsoftware:weather">
<humidity>90</humidity>
<temperature>57</temperature>
</weather>
</message>
the description of openfire is here:
http://www.igniterealtime.org/issues/browse/JM-1435
my message is like this:
<message xmlns="jabber:client" to="romeo@montage.net">
<weather xmlns="agsoftware:weather">
<humidity>90</humidity>
<temperature>57</temperature>
</weather>
</message>
if the server is openfire 3.6.0 or newer,the message can't be stored as an offline message. because my message has NOT a body tag, I have to add a body tag to the message,like this:
<message xmlns="jabber:client" to="romeo@montage.net">
<body>some text</body>
<weather xmlns="agsoftware:weather">
<humidity>90</humidity>
<temperature>57</temperature>
</weather>
</message>
the description of openfire is here:
http://www.igniterealtime.org/issues/browse/JM-1435