summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-07 14:47:46 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-07 14:56:56 +0100
commit0d5b2552a7071845c4b6bd8923339b980b884437 (patch)
treea6ab7fcf922276be40c597f430eefc427e7552e0
parent84bcb28bc7395c7c81f3753a18a1105577fc33c5 (diff)
gabble/status: when sending a publish pep event, actually send it as an IQ
This way it'll have an id stamped on. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--gabble/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gabble/status.c b/gabble/status.c
index c61cee2..40690bf 100644
--- a/gabble/status.c
+++ b/gabble/status.c
@@ -705,7 +705,7 @@ ytst_status_advertise_status (TpYtsSvcStatus *svc,
wocky_node_add_node_tree (item, status_tree);
g_object_unref (status_tree);
- wocky_porter_send_async (wocky_session_get_porter (priv->session),
+ wocky_porter_send_iq_async (wocky_session_get_porter (priv->session),
stanza, NULL, NULL, NULL);
g_object_unref (stanza);