[Bug 31888] Implement SASL in haze
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 24 12:24:06 CET 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31888
--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk> 2010-11-24 03:24:05 PST ---
TpCMParamSpec password_spec =
{ "password", DBUS_TYPE_STRING_AS_STRING, G_TYPE_STRING,
- TP_CONN_MGR_PARAM_FLAG_REQUIRED | TP_CONN_MGR_PARAM_FLAG_SECRET,
+ TP_CONN_MGR_PARAM_FLAG_SECRET,
NULL, 0, NULL, NULL,
(gpointer) "password", NULL };
you should also change this:
480 /* Password parameter: */
481 if (!(self->priv->prpl_info->options & OPT_PROTO_NO_PASSWORD))
482 {
483 if (self->priv->prpl_info->options & OPT_PROTO_PASSWORD_OPTIONAL)
484 password_spec.flags &= ~TP_CONN_MGR_PARAM_FLAG_REQUIRED;
485 g_array_append_val (paramspecs, password_spec);
486 }
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list