06-28-2016 05:27 AM
06-28-2016 07:17 AM
06-28-2016 08:10 AM
06-28-2016 09:06 AM
<webscript>
<shortname>I18n Sample</shortname>
<description>Internationalization Sample</description>
<url>/i18n</url>
<authentication>user</authentication>
</webscript>
06-28-2016 09:43 AM
06-28-2016 06:41 PM
06-29-2016 02:13 AM
06-29-2016 03:19 AM
06-29-2016 05:20 PM
06-30-2016 02:27 AM
converse.initialize({
//debug: true,
bosh_service_url: '//' location.hostname
+ ':5280/http-bind/', // Please use this connection manager only for testing purposes
i18n: locales['${locale}'], // Refer to ./locale/locales.js to see which locales are supported
allow_logout: false,
allow_registration: false,
auto_login: true,
keepalive: true,
authentication: 'prebind',
allow_muc: false,
auto_subscribe: true,
auto_join_on_invite: true,
roster_groups: true,
//show_only_online_users: true,
allow_contact_removal: false,
allow_contact_requests: false,
allow_chat_pending_contacts: true,
//auto_subscribe: true
jid: '${user.id}',
prebind_url: '/alfresco/service/clickandlike/conversejsprebind?username=${user.id}'
});
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.