LLM: Update the Bonjour protocol name to Link Local Messaging (Bonjour)

Fri, 28 Feb 2025 01:30:58 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 28 Feb 2025 01:30:58 -0600
changeset 43188
8bb4549ab7f6
parent 43187
f1c824ae3ccd
child 43189
3f33bf2e4efc

LLM: Update the Bonjour protocol name to Link Local Messaging (Bonjour)

Testing Done:
Created a new LLM account in a devenv and verified the name and description was correct.

Bugs closed: PIDGIN-18057

Reviewed at https://reviews.imfreedom.org/r/3860/

protocols/bonjour/purplebonjourprotocol.c file | annotate | diff | comparison | revisions
--- a/protocols/bonjour/purplebonjourprotocol.c	Wed Feb 26 00:35:17 2025 -0600
+++ b/protocols/bonjour/purplebonjourprotocol.c	Fri Feb 28 01:30:58 2025 -0600
@@ -134,9 +134,10 @@
 purple_bonjour_protocol_new(void) {
 	return g_object_new(
 		PURPLE_BONJOUR_TYPE_PROTOCOL,
-		"id", "prpl-bonjour-nouveau",
-		"name", "Bonjour",
-		"description", _("Bonjour is a serverless protocol for local networks."),
+		"id", "prpl-link-local-messaging",
+		"name", _("Link-Local Messaging (Bonjour)"),
+		"description", _("Link-Local Messaging is a serverless protocol for "
+		                 "local networks."),
 		"icon-name", "im-bonjour",
 		"icon-resource-path", "/im/pidgin/libpurple/protocols/bonjour/icons",
 		"options", OPT_PROTO_NO_PASSWORD,

mercurial