Built motion from commit 79c4046.|0.0.100
[motion.git] / server / api / chat_application / chat_application.socket.js
index 8776f3a..1457e78 100644 (file)
@@ -1,24 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var ChatApplication = require('../../models').ChatApplication;
-
-exports.register = function(socket) {
-  ChatApplication.afterCreate(function (doc) {
-    onSave(socket, doc);
-  });
-  ChatApplication.afterDestroy(function (doc) {
-    onRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  socket.emit('chat_application:save', doc);
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('chat_application:remove', doc);
-}
+var _0xe96f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65"];_0xe96f[0];var ChatApplication=require(_0xe96f[2])[_0xe96f[1]];exports[_0xe96f[3]]=function(_0xbf95x2){ChatApplication[_0xe96f[4]](function(_0xbf95x3){onSave(_0xbf95x2,_0xbf95x3)});ChatApplication[_0xe96f[5]](function(_0xbf95x3){onRemove(_0xbf95x2,_0xbf95x3)})};function onSave(_0xbf95x2,_0xbf95x3,_0xbf95x5){_0xbf95x2[_0xe96f[7]](_0xe96f[6],_0xbf95x3)}function onRemove(_0xbf95x2,_0xbf95x3,_0xbf95x5){_0xbf95x2[_0xe96f[7]](_0xe96f[8],_0xbf95x3)}
\ No newline at end of file