sugar-toolkit-gtk3/src/sugar3/presence
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>
2012-07-04 15:22:36 -06:00
..
__init__.py Rename the module to sugar3 2011-11-14 18:17:18 +01:00
activity.py presence: use RoomConfig1 to configure channel properties (#3629) 2012-07-04 15:22:36 -06:00
buddy.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 2011-12-13 17:19:52 -03:00
connectionmanager.py Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
Makefile.am Rename the module to sugar3 2011-11-14 18:17:18 +01:00
presenceservice.py Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi. 2011-12-13 17:19:52 -03:00
sugartubeconn.py Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
test_presence.txt Rename the module to sugar3 2011-11-14 18:17:18 +01:00
tubeconn.py Rename the module to sugar3 2011-11-14 18:17:18 +01:00