On Oct 4, 2013 11:43 AM, "Todd Herman" <[email protected]> wrote: > > 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? >
AFAIK it is in fact up to the server. I believe they the most common is to hand it to the highest priority resource. I think dropping the message is only useful for non-user systems, for example if you are using XMPP communication.
