| 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", |