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
|
user=your_xmpp_username
|
||||||
domain=your_xmpp_domain
|
domain=your_xmpp_domain
|
||||||
password=your_xmpp_password
|
password=your_xmpp_password
|
||||||
resource=bot
|
; optional (will default to nostrsms-bot)
|
||||||
|
resource=nostrsms-bot
|
||||||
|
|
||||||
[relays]
|
[relays]
|
||||||
read=wss://relay.example.com
|
read=wss://relay.example.com
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
domain =
|
domain =
|
||||||
host =
|
host =
|
||||||
password =
|
password =
|
||||||
|
# optional (will default to nostrsms-bot)
|
||||||
resource =
|
resource =
|
||||||
user =
|
user =
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user