Anton Shestakov <av6@dwimlabs.net>, Thu, 24 Mar 2016 20:17:04 +0800
index: improve onPresence()
- default presence type is 'available', not 'online'
- return early on all standard types that aren't currently handled
- set default show and priority based on presence type
- use status message in log
- don't show status changes for contact type 'self'
js/rivets.js
Permissions: -rw-r--r--
// Generated by CoffeeScript 1.10.0 indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; observe: function(obj, keypath, callback) { return obj.on('change:' + keypath, callback); unobserve: function(obj, keypath, callback) { return obj.off('change:' + keypath, callback); get: function(obj, keypath) { set: function(obj, keypath, value) { return obj.set(keypath, value); rivets.formatters['first-letter'] = function(value) { return (ref = value != null ? typeof value.charAt === "function" ? value.charAt(0) : void 0 : void 0) != null ? ref : ' '; rivets.formatters['only'] = function() { value = arguments[0], allowed = 2 <= arguments.length ? slice.call(arguments, 1) : []; if (indexOf.call(allowed, value) >= 0) { rivets.formatters['eq'] = function(a, b) { rivets.formatters['format-date'] = function(value, format) { return value.format(format); rivets.formatters['iso-date'] = function(value) { return value.toISOString(); rivets.formatters['from-now'] = function(value) { //# sourceMappingURL=rivets.js.map