libpurple/protocols/jabber/disco.c

changeset 41996
be1e91019453
parent 41967
025eee9e6f1d
child 42058
594a2d0e1d52
--- a/libpurple/protocols/jabber/disco.c	Mon Jan 02 02:55:22 2023 -0600
+++ b/libpurple/protocols/jabber/disco.c	Mon Jan 02 02:56:45 2023 -0600
@@ -209,9 +209,6 @@
 					/* we found a groupchat or MUC server, add it to the list */
 					/* XXX: actually check for protocol/muc or gc-1.0 support */
 					js->chat_servers = g_list_prepend(js->chat_servers, g_strdup(from));
-				} else if(purple_strequal(category, "directory") && purple_strequal(type, "user")) {
-					/* we found a JUD */
-					js->user_directories = g_list_prepend(js->user_directories, g_strdup(from));
 				} else if(purple_strequal(category, "proxy") && purple_strequal(type, "bytestreams")) {
 					/* This is a bytestream proxy */
 					JabberIq *iq;

mercurial