Hi
In the MUC XEP, implementations should also support the old groupchat
protocol. This was defined before the extension-based-on-namespaces
approach was invented and thus use regular stanzas without namespaces,
for example:
Enter a room:
<presence
from='[email protected]/pda'
to='[email protected]/thirdwitch'/>
"[email protected]" in the example is a room in the group chat.
What would be the best way to route such messages to the appropriate
handler? Maybe component support will handle this by being able to
replace the default presence handler completely?
/niklas