Browse Source

JsonProtocol

walkor 11 years ago
parent
commit
8979bb8825
1 changed files with 1 additions and 0 deletions
  1. 1 0
      applications/ChatDemo/Lib/Gateway.php

+ 1 - 0
applications/ChatDemo/Lib/Gateway.php

@@ -16,6 +16,7 @@ require_once ROOT_DIR . '/Lib/Store.php';
 require_once ROOT_DIR . '/Lib/Context.php';
 require_once ROOT_DIR . '/Lib/APLog.php';
 require_once ROOT_DIR . '/Protocols/GatewayProtocol.php';
+require_once ROOT_DIR . '/Protocols/JsonProtocol.php';
 
 class GateWay
 {