libpurple/protocols/jabber/xmpp.c

changeset 40862
da09b67f08ab
parent 40813
71305a7d7423
child 40985
ddc26be7f597
--- 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
+}

mercurial