X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fchannel%2Fcontact_list.py;h=d8e2a4c3ef749512d725ce33e3aac694da2855c3;hb=0d7ea9736805f1fc59eb8a9e00cac46fb992df5f;hp=598368a895801b07014c5057f34ad9d6f47fe837;hpb=f67d6e88f99bda2af03148e5071fb66acdcf4b0f;p=theonering diff --git a/src/channel/contact_list.py b/src/channel/contact_list.py index 598368a..d8e2a4c 100644 --- a/src/channel/contact_list.py +++ b/src/channel/contact_list.py @@ -145,7 +145,7 @@ _LIST_TO_FACTORY = { # The group of contacts for whom you receive presence 'subscribe': AllContactsListChannel, # The group of contacts who may receive your presence - 'publish': AllContactsListChannel, + 'publish': None, # A group of contacts who are on the publish list but are temporarily # disallowed from receiving your presence # This doesn't make sense to support @@ -157,7 +157,7 @@ _LIST_TO_FACTORY = { 'deny': DenyContactsListChannel, # On protocols where the user's contacts are stored, this contact list # contains all stored contacts regardless of subscription status. - 'stored': AllContactsListChannel, + 'stored': None, }