summaryrefslogtreecommitdiff
path: root/src/muc-factory.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-03-07 14:12:22 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-05-03 13:15:26 +0100
commitc1be75d93784a9b1b37b0dd717b1494029a675b8 (patch)
tree4574a9773e515c020b706865fe07290f223c048f /src/muc-factory.c
parentea21cdcd49ba24235f97060c056fe9cd9744e69e (diff)
downloadtelepathy-gabble-c1be75d93784a9b1b37b0dd717b1494029a675b8.tar.gz
Remove GabbleXmppError.
There is a FIXME buried in here … but the tests pass.
Diffstat (limited to 'src/muc-factory.c')
-rw-r--r--src/muc-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muc-factory.c b/src/muc-factory.c
index 31633127b..b6bb486d5 100644
--- a/src/muc-factory.c
+++ b/src/muc-factory.c
@@ -1076,7 +1076,7 @@ gabble_muc_factory_handle_si_stream_request (GabbleMucFactory *self,
if (tube == NULL)
{
- GError e = { GABBLE_XMPP_ERROR, XMPP_ERROR_BAD_REQUEST,
+ GError e = { WOCKY_XMPP_ERROR, WOCKY_XMPP_ERROR_BAD_REQUEST,
"No tubes channel available for this MUC" };
DEBUG ("tubes channel doesn't exist for muc %d", room_handle);