Skip to:
When the following is received over a session:
<message xmlns='jabber:client'>
<other xmlns='something:else'>
<message xmlns='jabber:client'/>
</other>
</message>
... the inner message is changed to the default (empty string) namespace. This breaks, for example, MAM over S2S.
When the following is received over a session:
<message xmlns='jabber:client'>
<other xmlns='something:else'>
<message xmlns='jabber:client'/>
</other>
</message>
... the inner message is changed to the default (empty string) namespace. This breaks, for example, MAM over S2S.