Age | Commit message (Collapse) | Author |
|
Removes for Roster:
- empty() → Ø
- get_contact_len() → Ø
- remove_contact_from_group() → Ø
- add_contact_to_group() → Ø
- add_contact() → add()
- remove_contact() → __delitem__()
- get_contact_by_jid() → __getitem__()
- edit_groups_of_contact() → update_contact_groups()
Removes for RosterGroup:
- has_contact() → __contains__()
- add_contact() → add()
- remove_contact() → remove()
- is_empty() → __len__()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(C-b / C-f)
|
|
|
|
Fixes #2314
|
|
and put 0 priority to disconnected tabs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(also, remove the reason of the affiliation change for the time being)
|
|
|
|
|
|
(can add sections, add inexistant options, and edit in place)
|
|
|
|
|