--- a/libpurple/protocols/jabber/xmpp.c Mon Apr 19 20:53:41 2021 -0500 +++ b/libpurple/protocols/jabber/xmpp.c Mon Apr 19 20:55:45 2021 -0500 @@ -28,6 +28,10 @@ #include "xmpp.h" +struct _XMPPProtocol { + JabberProtocol parent; +}; + static GList * xmpp_protocol_get_account_options(PurpleProtocol *protocol) { PurpleAccountOption *option; @@ -145,4 +149,4 @@ "options", options, NULL )); -} \ No newline at end of file +}