Adding logging for pk on boot
This commit is contained in:
parent
b7de29a339
commit
ec77f0aeeb
1
index.js
1
index.js
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user