|
|
@@ -334,7 +334,9 @@ export default class Caps extends Listenable {
|
|
334
|
334
|
this.jidToVersion[from] = { version,
|
|
335
|
335
|
node };
|
|
336
|
336
|
if (oldVersion && oldVersion.version !== version) {
|
|
337
|
|
- this.eventEmitter.emit(XMPPEvents.PARTICIPANT_FEATURES_CHANGED, from);
|
|
|
337
|
+ // We should be receiving update of features in the presence <feature> node
|
|
|
338
|
+ // and ignore the caps version for disco-info
|
|
|
339
|
+ logger.warn(`Received update in caps for ${from}`);
|
|
338
|
340
|
}
|
|
339
|
341
|
|
|
340
|
342
|
// return true to not remove the handler from Strophe
|