| 23600:ca657199f39a | 23601:f7e44345f4b9 |
|---|---|
| 2478 { | 2478 { |
| 2479 if (feature == 0) return; | 2479 if (feature == 0) return; |
| 2480 jabber_add_feature(feature, 0); | 2480 jabber_add_feature(feature, 0); |
| 2481 | 2481 |
| 2482 // send presence with new caps info for all connected accounts | 2482 // send presence with new caps info for all connected accounts |
| 2483 jabber_caps_broadcast_change(); | |
| 2483 } | 2484 } |
| 2484 | 2485 |
| 2485 void | 2486 void |
| 2486 jabber_init_plugin(PurplePlugin *plugin) | 2487 jabber_init_plugin(PurplePlugin *plugin) |
| 2487 { | 2488 { |