Show presence when resource hidden

This commit is contained in:
James Booth
2015-11-15 22:17:36 +00:00
parent badbc3003f
commit 98a395e933
2 changed files with 66 additions and 30 deletions

View File

@@ -1207,6 +1207,16 @@ cons_roster_setting(void)
else
cons_show("Roster resource (/roster) : hide");
if (prefs_get_boolean(PREF_ROSTER_PRESENCE))
cons_show("Roster presence (/roster) : show");
else
cons_show("Roster presence (/roster) : hide");
if (prefs_get_boolean(PREF_ROSTER_STATUS))
cons_show("Roster status (/roster) : show");
else
cons_show("Roster status (/roster) : hide");
if (prefs_get_boolean(PREF_ROSTER_EMPTY))
cons_show("Roster empty (/roster) : show");
else