Changing other users preference

Hi,

I’m trying to write, in .NET, using nSoftware’s XMMP library (I know, I know), a demaon that can change the presence of other connected users. My plan is to have a dummy user monitoring the events, and upon a trigger set the users presence to unavailable. Anyone have any thoughts on this?

Thanks,

Craig

I think it’s a bad idea to send (presence) packets on behalf of another user (security). You could perhaps have an “admin bot” that can kick users off the server.