Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

6 changed files with 447 additions and 701 deletions

View File

@ -11,6 +11,6 @@
## Specifications
- Node JS Version:
- Version:
- Platform:
- vXMPPb Version:
- Subsystem:

21
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,21 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
}
}
stage('Test') {
steps {
echo 'Testing..'
}
}
stage('Deploy') {
steps {
echo 'Deploying....'
}
}
}
}

View File

@ -7,8 +7,6 @@ Vanderwarker Family XMPP Bot.
[![NPM](https://nodei.co/npm/vxmppb.png?compact=true)](https://nodei.co/npm/vxmppb/)
[![Known Vulnerabilities](https://snyk.io/test/npm/vxmppb/badge.svg)](https://snyk.io/test/npm/vxmppb)
![docker](https://img.shields.io/docker/pulls/vxmppb/vxmppb.svg)
![npm](https://img.shields.io/npm/dt/vxmppb)

View File

@ -1,75 +1,39 @@
debug =
[asterisk]
callfrom =
callto =
callerID =
context =
enabled =
host =
password =
port =
user =
[bot]
hostname =
jid =
password =
port =
[gotify]
api_pass =
api_url =
enabled =
key =
message =
priority =
title =
[mastodon]
token =
toot =
api_url =
user =
enabled =
[mqtt]
enabled =
message =
password =
server =
topic =
user =
[tuya]
name =
bright_url =
color_url =
status_url =
toggle_url =
reauth_url
[unlocks]
api_url =
pass =
user =
[user]
jid =
name =
server =
[weather]
api_user =
asterisk_callfrom =
asterisk_callto =
asterisk_callerID =
asterisk_context =
asterisk_host =
asterisk_password =
asterisk_port =
asterisk_user =
bot_hostname =
bot_jid =
bot_password =
city_code =
city_name =
key =
units =
[xmpp]
api_url =
key =
muc_name =
muc_password =
muc_server =
server_type =
[friends]
debug =
gotify_api_key =
gotify_message =
gotify_priority =
gotify_title =
gotify_url =
mastodon_token =
mastodon_toot =
mastodon_url =
mqtt_message =
mqtt_password =
mqtt_server =
mqtt_topic =
mqtt_user =
tuya_name =
tuya_bright_url =
tuya_color_url =
tuya_status_url =
tuya_toggle_url =
user_jid =
user_name =
weather_api_key =
weather_units =

1001
index.js

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "vxmppb",
"description": "vanderwarker.family XMPP Bot",
"version": "1.1.0",
"version": "1.0.0",
"keywords": [
"xmpp",
"bot",
@ -23,7 +23,7 @@
"asterisk-manager": "0.1.16",
"ini": "2.0.0",
"mastodon": "1.2.2",
"mqtt": "4.3.7",
"mqtt": "4.2.6",
"request": "2.88.0",
"rgb-color": "2.1.2",
"simple-xmpp": "1.3.0"
@ -35,11 +35,9 @@
"type": "git",
"url": "https://git.vanderwarker.family/vxmppb/vxmppb.git"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"license": {
"type": "MIT"
},
"homepage": "https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:start",
"scripts": {
"test": "echo \"No tests available. Please consider helping with a pull request!\" && exit 0"