Mercurial > prosody-modules
view mod_jsxc/templates/template.js @ 5066:74145faceba2
mod_sasl2_fast: Implement most of FAST + SASL HT-SHA-256
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 14 Oct 2022 14:44:27 +0100 |
| parents | 4bdfd83e091f |
| children |
line wrap: on
line source
$(function() { let jsxc = new JSXC({ loadConnectionOptions: function(username, password) { return Promise.resolve(%s); } }); let formElement = $('#jsxc_login_form'); let usernameElement = $('#jsxc_username'); let passwordElement = $('#jsxc_password'); jsxc.watchForm(formElement, usernameElement, passwordElement); });
