Software /
code /
prosody-modules
File
mod_jsxc/templates/template.js @ 6006:b4ad7fa6b205
mod_compression_unsafe: Add Stage-Deprecated and warning highlight
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:58:22 +0200 |
parent | 4825:4bdfd83e091f |
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); });