diff options
author | mathieui <mathieui@mathieui.net> | 2012-04-27 20:30:05 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-04-27 20:30:05 +0200 |
commit | 527e582fb09d8ed6070bd3c15f840b98bfbb71fc (patch) | |
tree | f60e2b323c224db1d8d0e5ef94ee5fda9fc438f7 /src/config.py | |
parent | 941acdb612061190fec341a78d5741c4ee0374e2 (diff) | |
download | poezio-527e582fb09d8ed6070bd3c15f840b98bfbb71fc.tar.gz poezio-527e582fb09d8ed6070bd3c15f840b98bfbb71fc.tar.bz2 poezio-527e582fb09d8ed6070bd3c15f840b98bfbb71fc.tar.xz poezio-527e582fb09d8ed6070bd3c15f840b98bfbb71fc.zip |
New Roster class and new RosterGroup class
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__()
Diffstat (limited to 'src/config.py')
0 files changed, 0 insertions, 0 deletions