Clients x New Users

Hi,

I use Openfire 3.7.1 with UserService plugin to insert automatically users from my ERP.

The link is:

http://myserver.com:9090/plugins/userService/userservice?type=add&secret=xxx&use rname=<#USERNAME>&password=<#PASSWORD>&name=<#NAME>&email=<#EMAIL>&groups=<#GROUPS>

where tags <#…> are changed dinamically by my ERP.

The problem is that if the user connects in Openfire few seconds after creation, the other users already connected don’t see him. These users have to disconnect and reconnect in Openfire to see the new user. I tested with many XMPP clients like Pidgin, Swift, etc, with the same behaviour.

Is this a bug or a configuration to do in Openfire?