Changing from simple-xmpp to xmppjs

This commit is contained in:
Stephen Vanderwarker 2025-01-30 21:06:10 -05:00
parent f4dbaecfd2
commit 7dff65812a

@ -15,15 +15,16 @@
} }
], ],
"dependencies": { "dependencies": {
"@types/ws": "8.5.5", "@xmpp/client": "^0.13.0",
"assert": "^2.1.0", "bech32": "^2.0.0",
"bech32": "2.0.0", "debug": "^4.3.4",
"ini": "2.0.0", "fs": "0.0.1-security",
"nostr-tools": "1.14.2", "ini": "^2.0.0",
"simple-xmpp": "1.3.0", "nostr-tools": "^1.9.0",
"sqlite3": "5.1.6", "os": "^0.1.2",
"path": "^0.12.7",
"websocket-polyfill": "0.0.3", "websocket-polyfill": "0.0.3",
"ws": "^8.14.0" "ws": "^8.13.0"
}, },
"bugs": { "bugs": {
"url": "https://git.vanderwarker.family/nostr/nostrsms/issues" "url": "https://git.vanderwarker.family/nostr/nostrsms/issues"