JEP-0083 Nested Roster groups support

Hello everybody,

Does anybody know if Smack supports nested roster groups ? Nested groups are delimited with “::”. Generaly, there is an IQ packet wich is used to request a delimiter from the server, so it could be any symbol…

I’‘m using nested groups which I have to draw as a tree. I didn’'t find anything in Smack.

Thank you for your help.

Hey Dmitry,

Smack does not have support for nested groups. However, if you are providing your own GUI, I think that you can still “emulate” nested groups since you can query the server for the delimiter and then parse the name of the group looking for the delimiter.

Regards,

– Gato