libpurple/protocols/jabber/libxmpp.c

branch
vv
changeset 22069
841d24b3a2bc
parent 21956
5b72953efec0
parent 19882
d8c2a2fc1fbf
child 22070
19fdeda36e38
equal deleted inserted replaced
22068:5157ec7a2b6f 22069:841d24b3a2bc
116 jabber_send_attention, /* send_attention */ 116 jabber_send_attention, /* send_attention */
117 jabber_attention_types, /* attention_types */ 117 jabber_attention_types, /* attention_types */
118 118
119 /* padding */ 119 /* padding */
120 NULL 120 NULL
121 NULL,
122 NULL,
123 jabber_media_initiate, /* initiate_media */
124 sizeof(PurplePluginProtocolInfo)
121 }; 125 };
122 126
123 static gboolean load_plugin(PurplePlugin *plugin) 127 static gboolean load_plugin(PurplePlugin *plugin)
124 { 128 {
125 purple_signal_register(plugin, "jabber-receiving-xmlnode", 129 purple_signal_register(plugin, "jabber-receiving-xmlnode",

mercurial