Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:please_try_again
loudmouth
loudmouth-fix-sasl-md5-digest-uri.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File loudmouth-fix-sasl-md5-digest-uri.patch of Package loudmouth
Index: loudmouth-1.4.3/loudmouth/lm-connection.c =================================================================== --- loudmouth-1.4.3.orig/loudmouth/lm-connection.c +++ loudmouth-1.4.3/loudmouth/lm-connection.c @@ -1442,10 +1442,17 @@ lm_connection_authenticate (LmConnection connection->jid, connection->resource); if (connection->use_sasl) { + gchar *domain = NULL; + + if (!connection_get_server_from_jid (connection->jid, &domain)) { + domain = g_strdup (connection->server); + } + lm_sasl_authenticate (connection->sasl, username, password, - connection->server, + domain, connection_sasl_auth_finished); + g_free (domain); connection->features_cb = lm_message_handler_new (connection_features_cb,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor