Changed resource to optional in config.ini.dist, and index.js
This commit is contained in:
parent
2ef5390bc8
commit
ab2cc085a3
@ -43,7 +43,8 @@ host=wss://your-xmpp-server
|
||||
user=your_xmpp_username
|
||||
domain=your_xmpp_domain
|
||||
password=your_xmpp_password
|
||||
resource=bot
|
||||
; optional (will default to nostrsms-bot)
|
||||
resource=nostrsms-bot
|
||||
|
||||
[relays]
|
||||
read=wss://relay.example.com
|
||||
|
@ -2,6 +2,7 @@
|
||||
domain =
|
||||
host =
|
||||
password =
|
||||
# optional (will default to nostrsms-bot)
|
||||
resource =
|
||||
user =
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user