Changed resource to optional in config.ini.dist, and index.js

This commit is contained in:
Stephen Vanderwarker 2025-02-02 13:56:42 -05:00
parent 2ef5390bc8
commit ab2cc085a3
2 changed files with 3 additions and 1 deletions

@ -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 =