Anton Shestakov <av6@dwimlabs.net>, Mon, 02 Jul 2018 13:50:36 +0800
pipelines: install make
js/tram.js
Permissions: -rw-r--r--
// Generated by CoffeeScript 1.12.7 var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; url: 'https://bitbucket.org/av6/tram-im' PRIVATE: 'tram-im:private', domain: location.hostname, connectionURL: "wss://" + location.host + "/xmpp-websocket", connectionParameters: {}, urls: 'stun:stun.services.mozilla.com' urls: 'stun:stun.l.google.com:19302' avatar: ['#f75782', '#d27b2b', '#a5902b', '#759d2b', '#2da46b', '#2fa196', '#319db4', '#4292f4', '#c16af4', '#f545cd'] window.Tram.ServerInfo = (function(superClass) { extend(ServerInfo, superClass); return ServerInfo.__super__.constructor.apply(this, arguments); window.Tram.ClientState = (function(superClass) { extend(ClientState, superClass); return ClientState.__super__.constructor.apply(this, arguments); ClientState.prototype.defaults = { window.Tram.ClientSettings = (function(superClass) { extend(ClientSettings, superClass); function ClientSettings() { return ClientSettings.__super__.constructor.apply(this, arguments); ClientSettings.prototype.defaults = { //# sourceMappingURL=tram.js.map