mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 00:26:21 +00:00
@@ -1042,6 +1042,7 @@ _get_group(preference_t pref)
|
||||
case PREF_ROSTER_EMPTY:
|
||||
case PREF_ROSTER_BY:
|
||||
case PREF_ROSTER_ORDER:
|
||||
case PREF_ROSTER_UNREAD:
|
||||
case PREF_ROSTER_COUNT:
|
||||
case PREF_ROSTER_PRIORITY:
|
||||
case PREF_ROSTER_WRAP:
|
||||
@@ -1235,6 +1236,8 @@ _get_key(preference_t pref)
|
||||
return "roster.by";
|
||||
case PREF_ROSTER_ORDER:
|
||||
return "roster.order";
|
||||
case PREF_ROSTER_UNREAD:
|
||||
return "roster.unread";
|
||||
case PREF_ROSTER_COUNT:
|
||||
return "roster.count";
|
||||
case PREF_ROSTER_PRIORITY:
|
||||
@@ -1336,6 +1339,8 @@ _get_default_string(preference_t pref)
|
||||
return "presence";
|
||||
case PREF_ROSTER_ORDER:
|
||||
return "presence";
|
||||
case PREF_ROSTER_UNREAD:
|
||||
return "after";
|
||||
case PREF_ROSTER_ROOMS_ORDER:
|
||||
return "name";
|
||||
case PREF_ROSTER_ROOMS_UNREAD:
|
||||
|
||||
Reference in New Issue
Block a user