Anton Shestakov <av6@dwimlabs.net>, Tue, 12 Apr 2016 13:28:14 +0800
calls: make CallView listen to remove event
js/index.js
Permissions: -rw-r--r--
// Generated by CoffeeScript 1.10.0 var $form, ConnectionData, connectfn, getChat, getClientInfo, getContact, getContactProfile, getServerInfo, getServerVersion, getStamp, getText, onChatMessage, onChatState, onConnected, onDisconnected, onGetLast, onGetTime, onGetVersion, onPing, onPresence, onProfileUpdate, onWebRTC, sendMessage, 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; }, 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; Strophe.addNamespace('CAPS', 'http://jabber.org/protocol/caps'); Strophe.addNamespace('CHATSTATES', 'http://jabber.org/protocol/chatstates'); Strophe.addNamespace('DELAY', 'urn:xmpp:delay'); Strophe.addNamespace('LAST', 'jabber:iq:last'); Strophe.addNamespace('TIME', 'urn:xmpp:time'); Strophe.addNamespace('VCARD_UPDATE', 'vcard-temp:x:update'); window.contacts = new Tram.Contacts(); window.contactsApp = new Tram.ContactsApp({ el: $('[data-app="contacts"]'), window.calls = new Tram.Calls(); window.callsApp = new Tram.CallsApp({ el: $('[data-app="calls"]'), window.clientState = new Tram.ClientState(); window.faviconApp = new Tram.FaviconApp({ window.sidebarApp = new Tram.SidebarApp({ el: $('[data-app="sidebar"]'), window.progressApp = new Tram.ProgressApp({ el: $('[data-app="progress"]'), contacts.on('change:show', function(model) { if (model.get('type') === 'self') { return clientState.set('show', model.get('show')); contacts.on('change:chatstate/self', function(model, cs) { if (ref = Strophe.NS.CHATSTATES, indexOf.call((ref1 = model != null ? model.get('features') : void 0) != null ? ref1 : [], ref) >= 0) { xmlns: Strophe.NS.CHATSTATES return X.conn.send(msg.tree()); contacts.on('add change:presence', function(model) { for (i = 0, len = dupes.length; i < len; i++) { if (c.get('presence') === 'unavailable') { if (offline.length === dupes.length) { for (i = 0, len = offline.length; i < len; i++) { if (c.get('jid') !== model.get('jid')) { return contacts.remove(offline); clientState.on('action/show', function(show, status) { clientState.on('action/disconnect', function() { return X.disconnect('Logged out'); clientState.on('change:contact', function() { if ((ref = clientState.previous('contact')) != null) { ref.set('chatstate/self', 'inactive'); contact = clientState.get('contact'); contact.set('chatstate/self', 'active'); $logs = $('[data-app="logs"]'); $logs.children().detach(); $logs.append(contact.chat.render().el); return $('[data-form="send"]').toggleClass('uk-hidden', contact == null); onConnected = function() { X.conn.addHandler(onPresence, null, 'presence'); X.conn.addHandler(onProfileUpdate, Strophe.NS.VCARD_UPDATE, 'presence'); X.conn.addHandler(onChatMessage, null, 'message', 'chat'); X.conn.addHandler(onChatState, Strophe.NS.CHATSTATES, 'message'); X.conn.addHandler(onWebRTC, Tram.NS.WEBRTC, 'message', 'chat'); X.conn.addHandler(onGetLast, Strophe.NS.LAST, 'iq', 'get'); X.conn.addHandler(onGetTime, Strophe.NS.TIME, 'iq', 'get'); X.conn.addHandler(onGetVersion, Strophe.NS.VERSION, 'iq', 'get'); X.conn.ping.addPingHandler(onPing); X.conn.disco.addIdentity('client', 'web', Tram.info.client); X.conn.disco.addFeature(Strophe.NS.CAPS); X.conn.disco.addFeature(Strophe.NS.CHATSTATES); X.conn.disco.addFeature(Strophe.NS.DISCO_INFO); X.conn.disco.addFeature(Strophe.NS.LAST); X.conn.disco.addFeature(Strophe.NS.PING); X.conn.disco.addFeature(Strophe.NS.TIME); X.conn.disco.addFeature(Strophe.NS.VERSION); X.conn.disco.addFeature(Strophe.NS.XHTML_IM); X.conn.disco.addFeature(Tram.NS.WEBRTC); return X.conn.roster.get(); onDisconnected = function() { return location.reload(); getStamp = function(stanza) { delay = stanza.getElementsByTagNameNS(Strophe.NS.DELAY, 'delay')[0]; return new Date((ref = delay != null ? delay.getAttribute('stamp') : void 0) != null ? ref : Date.now()); var i, len, node, ref, str; if (el.childNodes.length === 0 && el.nodeType === Strophe.ElementType.TEXT) { for (i = 0, len = ref.length; i < len; i++) { if (node.nodeType === Strophe.ElementType.TEXT) { getServerVersion = function() { id: X.conn.getUniqueId('version'), xmlns: Strophe.NS.VERSION okcb = function(stanza) { 'server/name': getText(stanza.getElementsByTagName('name')[0]), 'server/version': getText(stanza.getElementsByTagName('version')[0]), 'server/os': getText(stanza.getElementsByTagName('os')[0]) failcb = function(stanza) { return console.error("couldn't get version", stanza != null ? stanza.innerHTML : void 0); return X.conn.sendIQ(iq.tree(), okcb, failcb, 5000); onGetLast = function(stanza) { id = stanza.getAttribute('id'); from = stanza.getAttribute('from'); xmlns: Strophe.NS.VERSION, onGetTime = function(stanza) { id = stanza.getAttribute('id'); from = stanza.getAttribute('from'); }).c('tzo').t(now.format('Z')).up().c('utc').t(now.toISOString()); onGetVersion = function(stanza) { id = stanza.getAttribute('id'); from = stanza.getAttribute('from'); xmlns: Strophe.NS.VERSION }).c('name').t(Tram.info.client).up().c('version').t(Tram.info.version); onPing = function(stanza) { X.conn.ping.pong(stanza); getChat = function(jid) { return chats[jid] != null ? chats[jid] : chats[jid] = new Tram.LogApp({ collection: new Tram.Messages() getContact = function(from, node, ver) { contact = contacts.get(from); self = from === X.conn.jid; contacts.each(function(model) { return model.set('type', 'contact'); bjid = Strophe.getBareJidFromJid(from); type: self ? 'self' : 'contact' contact.chat = getChat(bjid); contact.on('action/chat', function() { return clientState.set('contact', contact); contact.on('action/authorize', function() { return X.conn.roster.authorize(contact.get('bjid')); contact.on('action/unauthorize', function() { X.conn.roster.unauthorize(contact.get('bjid')); return contacts.remove(contact); contact.on('action/remove', function() { if (X.conn.roster.findItem(contact.get('bjid'))) { return X.conn.roster.remove(contact.get('bjid'), function() { return contacts.remove(contact); return contacts.remove(contact); contact.w = new Tram.WebRTCInterface(contact); contact.on('action/call', function(media) { contact.set('callstate', 'outgoing'); return contact.w.init(true, { audio: indexOf.call(media, 'a') >= 0, video: indexOf.call(media, 'v') >= 0 contact.on('action/accept', function(media) { return contact.w.init(false, { audio: indexOf.call(media, 'a') >= 0, video: indexOf.call(media, 'v') >= 0 contact.on('action/decline action/hangup', function() { contact.w.sendIntent('terminate'); return contact.unset('callstate'); getContactProfile(contact); if (Strophe.getResourceFromJid(from) != null) { getClientInfo(contact, node, ver); getContactProfile = function(contact) { var bjid, data, failcb, okcb; bjid = contact.get('bjid'); if (bjid === Strophe.getBareJidFromJid(X.conn.jid)) { if (vcardcache[bjid] != null) { if (data.avatar == null) { okcb = function(stanza) { vcard = stanza.getElementsByTagNameNS(Strophe.NS.VCARD, 'vCard')[0]; console.warn("no vcard in response", stanza); nickname: getText(vcard.querySelector('NICKNAME')), fullname: getText(vcard.querySelector('FN')), firstname: getText(vcard.querySelector('N > GIVEN')), lastname: getText(vcard.querySelector('N > FAMILY')) mime: getText(vcard.querySelector('PHOTO > TYPE')), data: getText(vcard.querySelector('PHOTO > BINVAL')) if (avatar.mime && avatar.data) { if (data.avatar == null) { return contact.unset('avatar'); failcb = function(stanza) { return console.warn("couldn't get vcard", stanza); return X.conn.vcard.get(okcb, bjid, failcb); getClientInfo = function(contact, node, ver) { var clientId, failcb, jid, okcb; jid = contact.get('jid'); if ((node != null) && (ver != null)) { clientId = node + "#" + ver; if (capscache[clientId] != null) { return contact.set('features', capscache[clientId]); okcb = function(stanza) { var i, len, ref, results; ref = stanza.getElementsByTagName('feature'); for (i = 0, len = ref.length; i < len; i++) { results.push(el.getAttribute('var')); contact.set('features', features); return capscache[clientId] = features; failcb = function(stanza) { return console.warn("couldn't get client info", stanza); return X.conn.disco.info(jid, clientId, okcb, failcb, 5000); getServerInfo = function() { var caps, failcb, node, okcb, serverId, ver; caps = X.conn.features.getElementsByTagNameNS(Strophe.NS.CAPS, 'c')[0]; node = caps != null ? caps.getAttribute('node') : void 0; ver = caps != null ? caps.getAttribute('ver') : void 0; if ((node != null) && (ver != null)) { serverId = node + "#" + ver; if (capscache[serverId] != null) { return clientState.set('server/features', capscache[serverId]); okcb = function(stanza) { var i, len, ref, results; ref = stanza.getElementsByTagName('feature'); for (i = 0, len = ref.length; i < len; i++) { results.push(el.getAttribute('var')); clientState.set('server/features', features); return capscache[serverId] = features; failcb = function(stanza) { return console.warn("couldn't get server info", stanza); return X.conn.disco.info(X.conn.domain, serverId, okcb, failcb, 5000); onPresence = function(stanza) { var caps, contact, from, node, priority, ref, show, stamp, status, type, ver; type = (ref = stanza.getAttribute('type')) != null ? ref : 'available'; from = stanza.getAttribute('from'); X.conn.roster.unauthorize(from); X.conn.roster.subscribe(from); X.conn.roster.unsubscribe(from); console.error('got <presence type="error">', stanza); caps = stanza.getElementsByTagNameNS(Strophe.NS.CAPS, 'c')[0]; ver = caps != null ? caps.getAttribute('ver') : void 0; node = caps != null ? caps.getAttribute('node') : void 0; contact = getContact(from, node, ver); show = getText(stanza.getElementsByTagName('show')[0]); status = getText(stanza.getElementsByTagName('status')[0]); priority = getText(stanza.getElementsByTagName('priority')[0]); if (type === 'unavailable') { if ((type === 'available' || type === 'unavailable') && contact.get('type') !== 'self') { stamp = getStamp(stanza); contact.chat.collection.add({ id: stanza.getAttribute('id'), text: status != null ? status : "is now " + show onProfileUpdate = function(stanza) { from = stanza.getAttribute('from'); contact = getContact(from); getContactProfile(contact); onChatMessage = function(stanza) { var body, contact, from, html, stamp, text, type, xhtml; text = getText(stanza.getElementsByTagName('body')[0]); xhtml = stanza.getElementsByTagNameNS(Strophe.NS.XHTML_IM, 'html')[0]; from = stanza.getAttribute('from'); type = stanza.getAttribute('type'); stamp = getStamp(stanza); contact = getContact(from); if ((xhtml != null) && X.conn.roster.findItem(contact.get('bjid'))) { body = xhtml.getElementsByTagNameNS(Strophe.NS.XHTML, 'body')[0]; html = Strophe.createHtml(body).innerHTML; contact.chat.collection.add({ id: stanza.getAttribute('id'), to: stanza.getAttribute('to'), thread: getText(stanza.getElementsByTagName('thread')[0]), subject: getText(stanza.getElementsByTagName('subject')[0]), onChatState = function(stanza) { var contact, elements, from; from = stanza.getAttribute('from'); contact = getContact(from); elements = stanza.getElementsByTagNameNS(Strophe.NS.CHATSTATES, '*'); if (elements[0] != null) { contact.set('chatstate', elements[0].tagName.toLowerCase()); onWebRTC = function(stanza) { var contact, from, intent, payload, stamp; from = stanza.getAttribute('from'); contact = getContact(from); intent = stanza.getElementsByTagNameNS(Tram.NS.WEBRTC, 'intent')[0]; payload = stanza.getElementsByTagNameNS(Tram.NS.WEBRTC, 'payload')[0]; stamp = getStamp(stanza); switch (getText(intent)) { contact.set('callstate', 'incoming'); contact.chat.collection.add({ id: stanza.getAttribute('id'), contact.unset('callstate'); contact.w.onPayload(stanza); window.X = new Tram.XMPPInterface(); X.on('connecting', function() { return connData.unset('auth-errors'); X.on('authfail', function() { return connData.set('auth-errors', ['Invalid username or password.']); X.on('disconnected', function() { $('[data-step="login"]').removeClass('uk-hidden'); $('[data-step="main"]').addClass('uk-hidden'); X.on('connected attached', function() { $('[data-step="login"]').addClass('uk-hidden'); $('[data-step="main"]').removeClass('uk-hidden'); X.on('status', function(status) { case Strophe.Status.CONNECTING: return clientState.set('progress', 0); case Strophe.Status.CONNECTED: return clientState.set('progress', 100); return clientState.unset('progress'); $(window).on('beforeunload unload', function() { return X.disconnect('Window closed'); ConnectionData = (function(superClass) { extend(ConnectionData, superClass); function ConnectionData() { return ConnectionData.__super__.constructor.apply(this, arguments); ConnectionData.prototype.defaults = { ConnectionData.prototype.validate = function(attrs, options) { this.unset('username-errors'); this.unset('password-errors'); this.unset('auth-errors'); if (((ref = attrs.username) != null ? ref : '').trim() === '') { this.set('username-errors', ['This field is required.']); if (((ref1 = attrs.password) != null ? ref1 : '') === '') { this.set('password-errors', ['This field is required.']); return this.has('username-errors') || this.has('password-errors'); window.connData = new ConnectionData(); if (connData.isValid()) { return X.connect(connData.get('username').trim(), connData.get('password')); $form = $('[data-form="connect"]'); window.connRivet = rivets.bind($form.get(0), { $form.find('input').on('keydown', function(e) { if ((!this.required || this.value !== '') && e.keyCode === 13) { index = $form.find('input').index(this); $next = $form.find('input').eq(index + 1); if ($next.length !== 0) { return $form.find('button').trigger('click'); sendMessage = function() { var contact, msg, ref, ref1, text; if (text !== '' && clientState.has('contact')) { contact = clientState.get('contact'); }).c('body').t(text).up(); if (ref = Strophe.NS.CHATSTATES, indexOf.call((ref1 = contact.get('features')) != null ? ref1 : [], ref) >= 0) { xmlns: Strophe.NS.CHATSTATES contact.set('chatstate/self', 'active', { contact.chat.collection.add({ contact: contacts.findWhere({ return $('#msg').val(''); $('[data-send-button]').on('click', sendMessage); $('#msg').on('keypress', function(e) { return (ref = clientState.get('contact')) != null ? ref.set('chatstate/self', 'composing') : void 0; $('#msg').on('blur', function() { if (((ref = clientState.get('contact')) != null ? ref.get('chatstate/self') : void 0) === 'composing') { return (ref1 = clientState.get('contact')) != null ? ref1.set('chatstate/self', 'paused') : void 0; $('[data-add-button]').on('click', function() { jid = $('#new-contact').val().trim(); if (indexOf.call(jid, '@') < 0) { jid = jid + "@" + Tram.config.domain; $('#new-contact').val(''); return X.conn.roster.add(jid, null, [], function() { return X.conn.roster.subscribe(jid, 'I want to chat', null); $('#new-contact').on('keypress', function(e) { return $('[data-add-button]').trigger('click'); $('[data-unregister-button]').on('click', function() { window.setInterval(function() { return $('time[datetime]').each(function() { return $this.text(moment($this.attr('datetime')).fromNow()); //# sourceMappingURL=index.js.map