Remote roster management with Smack

275 views Asked by At

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.

1

There are 1 answers

3
Flow On BEST ANSWER

Is remote roster management(XEP-0321) designed for this?

No, see Remote roster management with Smack

Does Smack support this?

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.