Using smack can I change another user's roster with enough privileges? For example: I log in as admin of the XMPP server using smack. Given the right privileges, can I change any other user's roster and add or edit items in it?
If yes, how do I do it in Smack and what are the privileges? Is remote roster management(XEP-0321) designed for this ? Does smack support this?
Thanks.
No, see Remote roster management with Smack
No, Smack does not provide support for XEP-321 (yet). But it's possible to write an extension for Smack that adds support for it.