openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

XMPP action needs some attention #5704

Open jimmys01 opened 5 years ago

jimmys01 commented 5 years ago

XMPP action needs to be updated to the latest smack library since there are many improvments made.

jonzyk commented 4 years ago

My ejabberd got updated with debian dist-upgrade to Buster (from 16.09 to 18.12). XMPP plugin (Smack) now refuses to connect to ejabberd server with error message : [WARN ] [esoftware.smack.filter.IQReplyFilter] - Rejected potentially spoofed reply to IQ-packet. Filter settings: packetId=FQYAC-25, to=null, local=null, server=local.fr. Received packet with from=home@local.fr

Similar issue has been reported to Jenkins project : https://issues.jenkins-ci.org/browse/JENKINS-45607 Solved by upgrading Smack to 4.1.9 Our XMPP plugin bundles Smack 4.0.6

This plugin seems sleeping for some time now. Need some new maintainer ?