[telepathy-gabble/master] Explain using local part as MUC Resource
Will Thompson
will.thompson at collabora.co.uk
Tue Apr 28 06:11:20 PDT 2009
---
src/muc-channel.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 8b00ede..4272485 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -687,6 +687,9 @@ create_room_identity (GabbleMucChannel *chan)
if (source == GABBLE_CONNECTION_ALIAS_FROM_JID)
{
+ /* If our 'alias' is, in fact, our JID, we'll just use the local part as
+ * our MUC resource.
+ */
gchar *local_part;
gabble_decode_jid (alias, &local_part, NULL, NULL);
--
1.5.6.5
More information about the telepathy-commits
mailing list