This installation guide makes the following assumptions:
# Name of the Sametime server. For example, "sametime.acme.com".
sametimeServer=sametime.acme.com
# Username of the Sametime bot. This appears in a user's chat-list. For example, "directory assistance".
botUsername=directory assistance
# Password of the Sametime bot.
botPassword=password
# Name of the Domino server. For example, "sametime.acme.com", or "sametime.acme.com:63148".
dominoServer=sametime.acme.com
# Username for the Domino user that's allowed to connect using DIIOP,
and has access to read/write to any databases needed by the bot.
dominoUsername=admin user
# HTTP-Password for the Domino user.
dominoPassword=adminpassword
# File name of the address book to search. For example, "names.nsf".
dominoDatabaseFilename=names.nsf
# A view name in the address book. For example, "($Users)" or one that you created.
dominoDatabaseView=($Users)
# Message to appear on the console window. For example, a brief description of the bot.
consoleWelcomeMessage=Directory Assistance Bot
# Message to appear when the user opens a new chat.
chatWelcomeMessage=Type in someone's first or last name, and I'll look in the directory for his or her contact information.
# Message to appear when the user asks for help.
chatHelpMessage=Type in someone's first or last name, and I'll look in the directory for his or her contact information.