Use hubot-xmpp fork

Fixes a bug which prevents it from working with chat.kosmos.org
This commit is contained in:
Basti 2019-05-10 00:01:05 +02:00
parent 3113e8a679
commit cd756e7aa7
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View File

@ -1854,9 +1854,8 @@
}
},
"hubot-xmpp": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/hubot-xmpp/-/hubot-xmpp-0.2.5.tgz",
"integrity": "sha1-/8PfqqejTVSz2SPqcWcRLErcnB0=",
"version": "github:67P/hubot-xmpp#acd71c36486c48a91e75e91bb58a436a2b8de03b",
"from": "github:67P/hubot-xmpp#dev",
"requires": {
"node-xmpp-client": "3.0.0",
"uuid": "2.0.2"

View File

@ -30,7 +30,7 @@
"hubot-seen": "github:67P/hubot-seen#fix_debug",
"hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3",
"hubot-xmpp": "^0.2.5",
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
"hubot-yubikey-invalidation": "0.0.3",
"node-fetch": "^2.3.0",
"request": "^2.88.0"