Built motion from commit 7db97eb.|0.0.116
[motion.git] / server / api / chat_application / chat_application.socket.js
index 8776f3a..252f009 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 _0xe5fc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\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","\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\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"];_0xe5fc[0];const ChatApplicationEvents=require(_0xe5fc[1]);var events=[_0xe5fc[2],_0xe5fc[3]];exports[_0xe5fc[4]]= function(_0xd267x3){for(var _0xd267x4=0,_0xd267x5=events[_0xe5fc[5]];_0xd267x4< _0xd267x5;_0xd267x4++){var _0xd267x6=events[_0xd267x4];var _0xd267x7=createListener(_0xe5fc[6]+ _0xd267x6,_0xd267x3);ChatApplicationEvents[_0xe5fc[7]](_0xd267x6,_0xd267x7);_0xd267x3[_0xe5fc[7]](_0xe5fc[8],removeListener(_0xd267x6,_0xd267x7))}};function createListener(_0xd267x6,_0xd267x3){return function(_0xd267x9){_0xd267x3[_0xe5fc[9]](_0xd267x6,_0xd267x9)}}function removeListener(_0xd267x6,_0xd267x7){return function(){ChatApplicationEvents[_0xe5fc[10]](_0xd267x6,_0xd267x7)}}
\ No newline at end of file