static Future<String> getDisplayName(String jid) async { return (await getProfileDetails(jid)).getName(); }