You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Drake 3bbc4ef1c6 presence: use RoomConfig1 to configure channel properties (#3629)
This code was still using regular Telepathy properties to
set important configuration such as Anonymous=False.

However, as of Telepathy specification 0.24.0, these properties have
gone away.

    http://telepathy.freedesktop.org/spec/Channel_Type_Text.html
    Changed in 0.24.0. This interface used to have a bunch of clunky
    Telepathy.Properties. They have been removed in favour of D-Bus
    properties on the Room2, Subject2 and RoomConfig1 interfaces.

Switch to using RoomConfig1 (where available) to set this
configuration. The invite-restricted flag is no longer available and
actually seems to have been removed a long while back.

Fixes sharing of activities over gabble on new platforms such
as Fedora 17.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Acked-by: Sascha Silbe <silbe@activitycentral.com>
12 years ago
..
Makefile.am Rename the module to sugar3 13 years ago
__init__.py Rename the module to sugar3 13 years ago
activity.py presence: use RoomConfig1 to configure channel properties (#3629) 12 years ago
buddy.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
connectionmanager.py Rename imports from sugar to sugar3 13 years ago
presenceservice.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 13 years ago
sugartubeconn.py Rename imports from sugar to sugar3 13 years ago
test_presence.txt Rename the module to sugar3 13 years ago
tubeconn.py Rename the module to sugar3 13 years ago