Hello.
I'm quite new in the jabber/xmpp world.
I created account on jabber.org and jabber.at let's say raspberry@jabber.org for running on my raspberry, and client@jabber.at for clients.
My credentials will looks like:
# Robo-TiTO connects to Jabber using these settings.
BOT_LOGIN = "raspberry@jabber.org"
BOT_PASSWORD = "password"
BOT_JABBER_HOST_SERVER = 'jabber.org'
BOT_JABBER_SERVER_PORT = 5222
# Robo-TiTO only accepts commands from contacts listed on AllowedUsers array.
PASSWD = {
"client@jabber.at" => "base32secret_for_one_time_passwords",
}
I'm using Google Auth for my personal gmail account, but I don't get how can I get/generate base32secret_for_one_time_passwords ?
If I left it as it is: then the raspberry respond to me:
client: pwd
rasperry: Unknown User: pwd
client: whoami
raspberry: Unknown User: whoami
and so on...
Hello.
I'm quite new in the jabber/xmpp world.
I created account on
jabber.organdjabber.atlet's sayraspberry@jabber.orgfor running on my raspberry, andclient@jabber.atfor clients.My credentials will looks like:
I'm using Google Auth for my personal gmail account, but I don't get how can I get/generate
base32secret_for_one_time_passwords?If I left it as it is: then the raspberry respond to me:
and so on...