Subject: OnRosterItem does not get called for new users
This problem might also be caused by OpenFire or myself, but I'm not sure. When I login with a user, I receive the complete roster correctly, but if I create a new user while I'm logged in with another user, the OnRosterItem event does not get called. I can reproduce this with the MiniClient example. The OnPresence event does get called for the new user, but I need to add it to my roster via the OnRosterItem before I can do something with it in the OnPresence event.
This is the only xml that I receive from the new user:
I use OpenFire 3.7.1 and MatriX 1.5.2.7. The tutorial on your site says "This event gets also fired when a single contact is added, removed or updated.", so the event should be called when I create a new user? Is there something wrong with my OpenFire?
This is the only xml that I receive from the new user:
- RECV: <presence from="ihv_testerbla_992246@chat-test.obec.local/MatriX" to="obecmw01_992246@chat-test.obec.local" xmlns="jabber:client">
- <status />
- <priority>0</priority>
- </presence>
I use OpenFire 3.7.1 and MatriX 1.5.2.7. The tutorial on your site says "This event gets also fired when a single contact is added, removed or updated.", so the event should be called when I create a new user? Is there something wrong with my OpenFire?