Initial presence handling

Hi all!

I have a little question: according to http://xmpp.org/rfcs/rfc3921.html, client MUST send initial presence packet with no “to” address, for example:

<presence to='test@example.com' ><priority>1</priority></presence>

Server MUST broadcast this user presence status to all contacts in this roster. But Openfire doesn’t do it…

How can I set up my Openfire server for support this feature? Is there any plugin or I should write it by myself?