Hi,
Im using a open fire server for XMPP server purpose. Im using SQL Server as database for open fire. I created a client in C# and it working perfectly. Now I’ve to create an admin service which can create, delete and update xmpp clients. creating and deleting clients is not a problem but when coming to user updation Im struggling with rosters.
How rosters are added to users in database. I just added through ofRoster table but I didnt get notification from server.
Any body can help with this problem…