summaryrefslogtreecommitdiff
path: root/src/avahi-muc-channel.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-03 17:31:01 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-03 17:31:01 -0400
commit0a5092500b67d70217a9ce361f660d54f8c842b2 (patch)
tree6036f822498de9ed7e132b10568a4c0cf670124c /src/avahi-muc-channel.c
parentdd68cade4b99f9ff8ae865e8e4a09eb87dfadfdb (diff)
downloadtelepathy-salut-0a5092500b67d70217a9ce361f660d54f8c842b2.tar.gz
muc-channel: re-add 'creator' property
Turns out I misunderstood this property before when porting to TpBaseChannel in 2e6d62f0e735bf4f774f and thought it meant requested. Let's re-add it to make avahi/tubes/two-muc-stream-tubes.py pass again. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/avahi-muc-channel.c')
-rw-r--r--src/avahi-muc-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/avahi-muc-channel.c b/src/avahi-muc-channel.c
index 28c6b9c1..738485f3 100644
--- a/src/avahi-muc-channel.c
+++ b/src/avahi-muc-channel.c
@@ -327,5 +327,6 @@ salut_avahi_muc_channel_new (SalutConnection *connection,
"discovery-client", discovery_client,
"initiator-handle", initiator,
"requested", requested,
+ "creator", creator,
NULL);
}