You can use RosterEntry
to get the name of your contacts. But how I change my own name and it appears to my contacts when they do
RosterEntry entry = roster.getEntries("myuser");
entry.getName(); // It needs to show my updated name
Thanks in advance.