summaryrefslogtreecommitdiff
path: root/wocky/wocky-muc.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-06-01 13:43:41 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-06-01 13:43:41 +0100
commit9064ddfd7afd83c892f65be8365dec242dcce880 (patch)
tree383ad975a9cc80ed3c0eb3e87cc612d59ca0325d /wocky/wocky-muc.c
parente3b3e06417dd95e9b36b0bcc4a2ca8d8a437fd5c (diff)
MUC: allow own presence to be passed to other handlers
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=32017>
Diffstat (limited to 'wocky/wocky-muc.c')
-rw-r--r--wocky/wocky-muc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wocky/wocky-muc.c b/wocky/wocky-muc.c
index 63f4e22..274748d 100644
--- a/wocky/wocky-muc.c
+++ b/wocky/wocky-muc.c
@@ -1140,7 +1140,8 @@ handle_presence_standard (WockyMuc *muc,
g_signal_emit (muc, signals[SIG_OWN_PRESENCE], 0,
stanza, codes);
- return TRUE;
+ /* Allow other handlers to run for this stanza. */
+ return FALSE;
}
/* if this is someone else's presence, update internal member list */
else