Browse Source

JsonProtocol

walkor 11 năm trước cách đây
mục cha
commit
8979bb8825
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 {