Built motion from commit b7ac9c5.|0.0.123
[motion.git] / server / api / voice_voicemail / voice_voicemail.socket.js
index 41e7a38..045ba56 100644 (file)
@@ -1,39 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var VoiceVoicemail = require('../../models').VoiceVoicemail;
-var VoiceVoicemailMessages = require('../../models').VoiceVoicemailMessages;
-
-exports.register = function(socket) {
-  VoiceVoicemail.afterCreate(function(doc) {
-    onSave(socket, doc);
-  });
-  VoiceVoicemail.afterDestroy(function(doc) {
-    onRemove(socket, doc);
-  });
-  VoiceVoicemailMessages.afterCreate(function(doc) {
-    onMessageSave(socket, doc);
-  });
-  VoiceVoicemailMessages.afterDestroy(function(doc) {
-    onMessageRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  socket.emit('voice_voicemail:save', doc);
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('voice_voicemail:remove', doc);
-}
-
-function onMessageSave(socket, doc, cb) {
-  socket.emit('voice_voicemail_messages:save', doc);
-}
-
-function onMessageRemove(socket, doc, cb) {
-  socket.emit('voice_voicemail_messages:remove', doc);
-}
+var _0x7857=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7857[0];const VoiceVoicemailEvents=require(_0x7857[1]);var events=[_0x7857[2],_0x7857[3]];exports[_0x7857[4]]= function(_0x19fdx3){for(var _0x19fdx4=0,_0x19fdx5=events[_0x7857[5]];_0x19fdx4< _0x19fdx5;_0x19fdx4++){var _0x19fdx6=events[_0x19fdx4];var _0x19fdx7=createListener(_0x7857[6]+ _0x19fdx6,_0x19fdx3);VoiceVoicemailEvents[_0x7857[7]](_0x19fdx6,_0x19fdx7);_0x19fdx3[_0x7857[7]](_0x7857[8],removeListener(_0x19fdx6,_0x19fdx7))}};function createListener(_0x19fdx6,_0x19fdx3){return function(_0x19fdx9){_0x19fdx3[_0x7857[9]](_0x19fdx6,_0x19fdx9)}}function removeListener(_0x19fdx6,_0x19fdx7){return function(){VoiceVoicemailEvents[_0x7857[10]](_0x19fdx6,_0x19fdx7)}}
\ No newline at end of file