Is there any possibility to change or at least get acout propierities (such as user name, email etc) from a server?
I found out method connection.getAcountManeger().getAcountAtributes() but it reterns only atributes required by server during acount creation. Usually it’s an empty collection (e.g. jabber.org). I would like to modify other atributes of existing acount.
Is there any way to do so?