@@ -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){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.