# JabberSDKDemo **Repository Path**: mirrors_CiscoDevNet/JabberSDKDemo ## Basic Information - **Project Name**: JabberSDKDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JabberSDKDemo Demo of the Jabber IM Web SDK You can enter your credentials and settings at the login screen, or set the default values in JabberDemo.html here: var demoConfig = { httpBindingURL: "http[s]://:5280/httpbinding", username: "", password: "", unsecureAllowed: true, domain: "", resource: "caxl_", appTag: "app-data-8", }; If your Cisco IM&P server is set to use https, then you'll need to set unsecureAllowed to false. The username: is simply your login jabber name, not a full JID. For example, enter not . The code adds the domain based on what you enter in the domain: setting.