Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/ojsxc.js')
-rw-r--r--js/ojsxc.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/ojsxc.js b/js/ojsxc.js
index 519ceff..bd38b06 100644
--- a/js/ojsxc.js
+++ b/js/ojsxc.js
@@ -3,7 +3,7 @@
* Released under the MIT license
*
* @author Klaus Herberth
- * @version 0.3
+ * @version 0.4
*/
/* global jsxc, oc_appswebroots, OC, $ */
@@ -96,6 +96,10 @@ $(function() {
turnCredentialsPath: OC.filePath('ojsxc', 'ajax', 'getturncredentials.php'),
displayRosterMinimized: function() {
return OC.currentUser != null;
+ },
+ otr: {
+ SEND_WHITESPACE_TAG: true,
+ WHITESPACE_START_AKE: true
}
});