Adding logging for pk on boot

This commit is contained in:
Stephen Vanderwarker 2025-01-25 15:39:13 -05:00
parent b7de29a339
commit ec77f0aeeb

@ -20,6 +20,7 @@ if (fs.existsSync('./config.ini')) {
xmpp.on('online', function (data, to) {
console.log('Connected with JID: ' + config.xmpp.jid);
console.log('Pubkey: ' + pk);
});
xmpp.on('chat', function (from, message) {