Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 stanzajs 中验证用户名和密码 您好我正在使用 stanza.io 库来验证用户名和密码,但是此事件仅在用户名和密码都不正确时触发,但只有一个不正确时不会执行
client.on("auth:failed", (msg) => { console.log("username or password error"); });