Built motion from commit 7db97eb.|0.0.116
[motion.git] / server / api / voice_voicemail / voice_voicemail.socket.js
index 41e7a38..67ac795 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 _0xc383=["\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"];_0xc383[0];const VoiceVoicemailEvents=require(_0xc383[1]);var events=[_0xc383[2],_0xc383[3]];exports[_0xc383[4]]= function(_0x9d39x3){for(var _0x9d39x4=0,_0x9d39x5=events[_0xc383[5]];_0x9d39x4< _0x9d39x5;_0x9d39x4++){var _0x9d39x6=events[_0x9d39x4];var _0x9d39x7=createListener(_0xc383[6]+ _0x9d39x6,_0x9d39x3);VoiceVoicemailEvents[_0xc383[7]](_0x9d39x6,_0x9d39x7);_0x9d39x3[_0xc383[7]](_0xc383[8],removeListener(_0x9d39x6,_0x9d39x7))}};function createListener(_0x9d39x6,_0x9d39x3){return function(_0x9d39x9){_0x9d39x3[_0xc383[9]](_0x9d39x6,_0x9d39x9)}}function removeListener(_0x9d39x6,_0x9d39x7){return function(){VoiceVoicemailEvents[_0xc383[10]](_0x9d39x6,_0x9d39x7)}}
\ No newline at end of file