Mercurial > prosody-modules
view mod_jsxc/templates/template.js @ 6457:79153a59dd4e
mod_csi_muc_priorities/README.md: Set Stage and Compatibility
| author | Menel <menel@snikket.de> |
|---|---|
| date | Fri, 13 Mar 2026 12:11:05 +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); });
