We have a custom XMPP server and I am trying to determine what the rules are related to messages being sent to a bare jid. I just read through RFC 6120 again and it is vague on this topic. It seems to be up to the server how it is handled. If this is true, what is the most common practice?
As it stands, I am seeing that a server can: * Send the message to the resource with the highest priority * Send the stanza to all resources * Drop the message and return an error (forcing direct interactions with resources only) Any input would be greatly appreciated.
