From 1ebb1e5d65affbc38fc1d3f6eaf3a2e37d046b7b Mon Sep 17 00:00:00 2001 From: Senko Rasic Date: Mon, 13 Nov 2006 11:14:17 +0000 Subject: GabbleConnection: allowing jids to start with a digit 20061113111417-01440-40be2fb31216434760a44779f2c24bb2e0122b5b.gz --- src/gabble-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gabble-connection.c b/src/gabble-connection.c index 58172e92c..8665e10c1 100644 --- a/src/gabble-connection.c +++ b/src/gabble-connection.c @@ -1083,7 +1083,7 @@ _gabble_connection_register (GabbleConnection *conn, safe_proto = g_strdup (priv->protocol); g_strcanon (safe_proto, allowed_chars, '_'); - unique_name = g_strdup_printf ("%s_%s_%s", + unique_name = g_strdup_printf ("_%s_%s_%s", priv->username, priv->stream_server, priv->resource); -- cgit v1.2.3