aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-17 18:12:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-17 18:13:17 +0800
commit0c6e567a85e8c42cc182ae82e4924e90656bcfd9 (patch)
treead53f2ac43f26c1385b630a298362d973a122cd8
parent5c615ca9c2ffcff23925c154e36dfeccf416ec30 (diff)
downloadgsoc2013-empathy-0c6e567a85e8c42cc182ae82e4924e90656bcfd9.tar.gz
gsoc2013-empathy-0c6e567a85e8c42cc182ae82e4924e90656bcfd9.tar.zst
gsoc2013-empathy-0c6e567a85e8c42cc182ae82e4924e90656bcfd9.zip
account-widget: allow JID such as 'test@localhost'
Thanks to marc@ttux.net for his help. https://bugzilla.gnome.org/show_bug.cgi?id=660856
-rw-r--r--libempathy-gtk/empathy-account-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index fc95f66aa..0de4dc80f 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -199,7 +199,7 @@ static guint signals[LAST_SIGNAL] = { 0 };
#define ACCOUNT_REGEX_ICQ "^"ICQ_USER_NAME"$"
#define ACCOUNT_REGEX_IRC "^"IRC_NICK_NAME"$"
#define USERNAME_REGEX_IRC "^"IRC_USER_NAME"$"
-#define ACCOUNT_REGEX_JABBER "^"JABBER_USER_NAME"@"HOST"$"
+#define ACCOUNT_REGEX_JABBER "^"JABBER_USER_NAME"@[^@/]+"
#define ACCOUNT_REGEX_MSN "^"MSN_USER_NAME"@"HOST"$"
#define ACCOUNT_REGEX_YAHOO "^"YAHOO_USER_NAME"$"
moval of share/applications, as it's now in th...amdmi32013-10-221-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Update to 3.3.47.zeising2013-06-232-4/+4 * Update to 3.3.46zeising2013-05-134-17/+22 * Convert all c categories to USE=pkgconfigbapt2013-04-231-1/+1 * In categories starting with 'c' and 'd', remove empty lines from pkg-plistdanfe2013-03-171-1/+0 * Update to 3.3.44zeising2013-03-012-3/+3 * Update to 3.3.42zeising2013-01-162-3/+3 * Update to 3.3.41zeising2012-11-042-8/+4 * Update to 3.3.40zeising2012-09-262-3/+3 * Update to latest version 3.3.39.zeising2012-09-048-0/+214 * Remove expired, unmaintained ports:rene2011-12-297-166/+0 * Deprecate a bunch a gtk1 ports with no more any upstream or library abandoned...bapt2011-11-031-0/+3 * - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-3/+2 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1