diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8e08f1d..0000000 --- a/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -*.class - -*.dex - -*.bak - -*.apk - -.fatjar -bin/ -build/ -classes/ \ No newline at end of file diff --git a/3.7.5.VERSION b/3.8.0.VERSION similarity index 100% rename from 3.7.5.VERSION rename to 3.8.0.VERSION diff --git a/README.md b/README.md index 75b6a92..687a0cd 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,18 @@ CIM是基于mina或者netty框架下的推送系统,我们平常使用第三 1.android sdk 优化,使用protobuf-lite版本替代较为臃肿的protobut-java版本 + + +------------------------------------------------------------------------------------------- +版本:3.8.0/时间:2020-01-17 + +1.服务端sdk将websocket的服务端口和原生socket的端口分离,可以禁用其中一个或者同时启用 + +2.web端的sdk简化流程不再需要心跳响应,修改了连接成功回调方法名称和创建连接方法名 + +3.andoid sdk修改几个广播action的名称以及回调方法名称,详见cim-client-android工程 + +4.所有sdk均使用maven构建,idea工具开发,发现多处代码单词拼写错误,使用阿里语法检测组件优化了部分代码 + +5.同步修改了文档 diff --git a/cim-boot-server/.gitignore b/cim-boot-server/.gitignore new file mode 100644 index 0000000..07827cc --- /dev/null +++ b/cim-boot-server/.gitignore @@ -0,0 +1,2 @@ +target/ +.idea/ \ No newline at end of file diff --git a/cim-boot-server/cim-boot-server.iml b/cim-boot-server/cim-boot-server.iml index d0a6f16..7e7cb66 100644 --- a/cim-boot-server/cim-boot-server.iml +++ b/cim-boot-server/cim-boot-server.iml @@ -25,55 +25,56 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + @@ -81,7 +82,7 @@ - + diff --git a/cim-boot-server/cim-boot-server.ipr b/cim-boot-server/cim-boot-server.ipr index c892419..dac790d 100644 --- a/cim-boot-server/cim-boot-server.ipr +++ b/cim-boot-server/cim-boot-server.ipr @@ -15,6 +15,7 @@ + @@ -110,92 +111,92 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -286,26 +287,26 @@ - + - + - + - + - + - + - + - + @@ -319,26 +320,26 @@ - + - + - + - + - + - + - + - + @@ -352,290 +353,301 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + diff --git a/cim-boot-server/cim-boot-server.iws b/cim-boot-server/cim-boot-server.iws index 09b3fb1..ced7a89 100644 --- a/cim-boot-server/cim-boot-server.iws +++ b/cim-boot-server/cim-boot-server.iws @@ -1,8 +1,10 @@ + + - - - - CIMWebBridge - cim-server-sdk-mina-3.7.0.jar - cim.server.port - memorySessionService - Logger - - - CIMPushManager - - - C:\Users\Administrator\Documents\cim\cim-boot-server\src\main\resources - - + + + - + @@ -55,23 +48,12 @@ + - - - @@ -92,6 +74,18 @@ + +