pidgin/pidgin

xmpp: Add missing OOB type registration

21 months ago, Elliott Sales de Andrade
ce196b6cc635
Parents 7e73a8cc44e2
Children 3bf884522663
xmpp: Add missing OOB type registration

This was not called by anything, and presumably meant to be just like the SI one.

Testing Done:
Compiled, and started with an XMPP account.

Reviewed at https://reviews.imfreedom.org/r/1904/
--- a/libpurple/protocols/jabber/jabber.c Thu Oct 06 22:47:24 2022 -0500
+++ b/libpurple/protocols/jabber/jabber.c Thu Oct 06 23:56:19 2022 -0500
@@ -46,6 +46,7 @@
#include "presence.h"
#include "jabber.h"
#include "roster.h"
+#include "oob.h"
#include "ping.h"
#include "si.h"
#include "usermood.h"
@@ -4099,6 +4100,7 @@
xmpp_protocol_register(plugin);
+ jabber_oob_xfer_register(G_TYPE_MODULE(plugin));
jabber_si_xfer_register(G_TYPE_MODULE(plugin));
xmpp_protocol = xmpp_protocol_new();