remove quotation marks from config files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[credentials]
|
||||
JID = "xmppbot@localhost"
|
||||
PASSWORD = "bottestpassword"
|
||||
NICK = "xmppbot"
|
||||
ROOM1 = "testroom1@conference.localhost"
|
||||
ROOM2 = "testroom2@conference.localhost"
|
||||
JID = xmppbot@localhost
|
||||
PASSWORD = bottestpassword
|
||||
NICK = xmppbot
|
||||
ROOM1 = testroom1@conference.localhost
|
||||
ROOM2 = testroom2@conference.localhost
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[credentials]
|
||||
JID = "admin@localhost"
|
||||
PASSWORD = "admintestpassword"
|
||||
NICK = "admin"
|
||||
ROOM1 = "testroom1@conference.localhost"
|
||||
ROOM2 = "testroom2@conference.localhost"
|
||||
JID = admin@localhost
|
||||
PASSWORD = admintestpassword
|
||||
NICK = admin
|
||||
ROOM1 = testroom1@conference.localhost
|
||||
ROOM2 = testroom2@conference.localhost
|
||||
|
Reference in New Issue
Block a user