CN103001860A - Achieving system for converged communication Web instant messages - Google Patents

Achieving system for converged communication Web instant messages Download PDF

Info

Publication number
CN103001860A
CN103001860A CN2012105601903A CN201210560190A CN103001860A CN 103001860 A CN103001860 A CN 103001860A CN 2012105601903 A CN2012105601903 A CN 2012105601903A CN 201210560190 A CN201210560190 A CN 201210560190A CN 103001860 A CN103001860 A CN 103001860A
Authority
CN
China
Prior art keywords
web
server
instant message
instant
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2012105601903A
Other languages
Chinese (zh)
Inventor
钟贵华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN2012105601903A priority Critical patent/CN103001860A/en
Publication of CN103001860A publication Critical patent/CN103001860A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to an achieving system for converged communication Web instant messages. The achieving system comprises a Web browser, a Web server, a Web instant message gateway and an instant message server. The Web browser is used for sending user chat request, analyzing information returned by the server, and displaying the information to a user in a page mode. The Web server is used for receiving hyper text transfer protocol (HTTP) request of the user, calling corresponding services or applying an application programming interface (API), and maintaining HTTP sessions. The instant message gateway is used for providing services or an API interface for the Web server and establishing long connection with the instant message server to achieve an extensible messaging and presence protocol (XMPP) communication protocol and a BOSH (bidirectional-streams over synchronous HTTP) protocol. The instant message server is used for achieving the XMPP communication protocol with a client-side and maintaining long connection. The BOSH and a simulating heartbeat technology are combined, a multithreading technology is adopted, polling times of the client-side can be effectively reduced, flow consumption is lowered, real-time performance of the messages can be improved, and the HTTP 1.0 and the HTTP 1.1 are compatible simultaneously.

Description

A kind of converged communication Web instant message is realized system
Technical field
The present invention relates to the converged communication technical field, relate in particular to the implementation method of the Web instant message of converged communication the inside.
Background technology
The Web instant message is based on browser page and realizes the real-time text chat, client need not be installed, just can login with the good friend and keep in touch as long as can open the website, owing to only having used the technology such as JavaScript and HTML, easily realize chatting between cross-platform, the different browsers.At present popular Web instant message comprises sohu, QQ, MSN, Gtalk, Ali Wang Wang etc., generally adopts one kind of Ajax(to create the webpage development technology that interaction network page is used), the technology such as long connection.
Ajax is that the automatic regular polling mode is worked, regularly obtain data from server, in the situation that do not refresh more new data of full page, the shortcoming of this technology is to produce a large amount of connection requests, waste flow, reduction server handling ability, also bring simultaneously message delay etc., want to improve the message real-time, can only pass through poll frequency.
Based on the long server push technology that connects, can make server in real time the information of upgrading is transmitted back to browser, and need not send new request by browser.But long interconnection technique is subject to client and browser, do not support the piece transmission to connect upper carrying concurrent request with being connected such as smart mobile phone, HTTP1.0 browser, can not adopt long interconnection technique, because long interconnection technique need to be in keeping the process that connects, client regularly sends the idle data bag toward server, in order to make server keep connecting, if there is not for a long time packet to transmit, server can think that client leaves, and disconnects.And in mobile network, so-called long the connection can't pass the agency, and mobile gateway is very short for the maximum of the http request set of time that exceeds the time limit, and general tens seconds, does not also support simulative heartbeat and the piece transmission of http1.1.
Summary of the invention
Technical problem to be solved by this invention provides that a kind of message real-time is high, traffic consumes is low, the clients poll number of times is few, simultaneously can compatible HTTP1.0 and the converged communication Web instant message of HTTP1.1 realize system.
The technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of converged communication Web instant message is realized system, comprises Web browser, Web server, Web instant information gateway and server of instant message.
Described Web browser is used for sending user HTTP request to Web server, resolves the response message that sends from Web server, and response message is showed the user with page format.
After described Web server receives the user HTTP request of Web browser transmission, call respective service or use API according to solicited message, and HTTP request is pushed to the Web instant information gateway, safeguard http session, described Web server receives the response message that sends from the Web instant information gateway, and sends response message to Web browser.
Described Web instant information gateway provides service or api interface to Web server, sets up TCP length by XMPP communication protocol and server of instant message and is connected, and receives the response message of returning from server of instant message, and sends response data to Web server.
Described server of instant message response HTTP request sends response message to the Web instant information gateway, and described server of instant message provides the service of XMPP instant messaging to Web browser.
Further, described Web browser is the Web browser of supporting HTTP1.0 or the Web browser of supporting HTTP1.1.
Further, after Web browser and server of instant message connect, start the heartbeat timer, when Web browser heartbeat timer expiry, Web browser is by sending simulative heartbeat message to the Web instant information gateway.
Further, after the Web instant information gateway is received simulative heartbeat, close last HTTP and connect, by setting up new connection, keep HTTP to be connected with the Web browser of supporting HTTP1.0, be connected to keep with the server of instant message session is long, realize Web browser and server of instant message two-way communication.
Further, the Web instant information gateway sends to server of instant message with simulative heartbeat message, server of instant message returns empty bag to the browser of supporting HTTP1.1, supports the browser of HTTP1.1 to receive that the front HTTP of heartbeat packet backed off after random connects, and sends new HTTP request.
Further, the Web instant information gateway does not return the request of Web browser, keeps being connected with the HTTP of Web browser, when receiving the information data that server of instant message returns, encapsulate data in respond packet, be pushed to the Web browser of client by Web server, realize the BOSH agreement.
Further, after server of instant message is received logging request, authentication of users validity, when user rs authentication was invalid, connection was closed in server of instant message response user rs authentication failure; When user rs authentication was effective, server of instant message response user rs authentication success kept connecting.
Further, the service of XMPP instant messaging comprises user authority management, message route, deferred information storage transmission, good friend's business card and grouping management, good friend's presence, keyword filtration, file transfer, chatroom.
Further, described Web browser comprises address list, good friend and good friend's presence, chat window, historical record, input state with the information that page format represents to the user.
The invention has the beneficial effects as follows: the present invention combines BOSH(based on synchronous HTTP bidirectional flow) and the simulative heartbeat technology, adopt multithreading, can effectively reduce the clients poll number of times, reduce traffic consumes, can improve the message real-time again, simultaneously compatible HTTP1.0 and HTTP1.1.
Description of drawings
Fig. 1 is that Web instant message of the present invention is realized system construction drawing;
Fig. 2 is that Web instant message of the present invention is realized the System Working Principle flow chart.
Embodiment
Below in conjunction with accompanying drawing principle of the present invention and feature are described, institute gives an actual example and only is used for explaining the present invention, is not be used to limiting scope of the present invention.
Fig. 1 is that Web instant message of the present invention is realized system construction drawing, and as shown in Figure 1, converged communication Web instant message realization system comprises Web browser, Web server, Web instant information gateway and server of instant message.
Web browser is for the information that transmission user chat request, resolution server return, compatible HTTP1.0 and HTTP1.1.Support most of general browser, such as IE, Google's browser, apple browser, red fox etc.Be responsible for realizing BOSH agreement, simulative heartbeat message, when not new request triggers, regularly send simulative heartbeat message to server, be connected to keep with server session is long, realize browser and server two-way communication.
Web server receives user HTTP request, calls respective service or uses API, and the HTTP request is pushed to the Web instant information gateway, safeguards the http session.
The WEB instant information gateway provides service or api interface to the WEB server, sets up long the connection with server of instant message, realizes XMPP communication protocol.The Web instant information gateway need to be realized the BOSH agreement, the concrete scheme of realizing the BOSH agreement is the request that the Web instant information gateway does not return Web browser, keep being connected with the HTTP of Web browser, when receiving the data that server of instant message returns, encapsulate data in respond packet, be pushed to the Web browser of client by Web server.
After Web browser and server of instant message connect, start the heartbeat timer, when Web browser heartbeat timer expiry, Web browser is by sending simulative heartbeat message to the Web instant information gateway.For the Web browser of supporting HTTP1.0, after the Web instant information gateway is received simulative heartbeat, close last HTTP and connect, by setting up new connection, keep HTTP to be connected with the Web browser of supporting HTTP1.0, so server is always keeping the request of a client.For the browser of supporting HTTP1.1, the Web instant information gateway sends to server of instant message with simulative heartbeat message, server of instant message returns empty bag to the browser of supporting HTTP1.1, support the browser of HTTP1.1 to receive that the front HTTP of heartbeat packet backed off after random connects, and sends new HTTP request.The Web instant information gateway judges to connect whether interrupt, owing to not adopting the mechanism of poll, bandwidth consumption is few by this mechanism.
After Web browser 101 sent user HTTP request to Web server, Web server received the user HTTP request that Web browser sends, and called respective service or used API according to solicited message, again the HTTP request was pushed to the Web instant information gateway.The Web instant information gateway provides service or api interface to Web server, sets up TCP length by XMPP communication protocol and server of instant message and is connected.Server of instant message is the Core Feature body of converged communication system text chat, server of instant message provides the service of XMPP instant messaging to Web browser, and the service of XMPP instant messaging comprises user authority management, message route, deferred information storage transmission, good friend's business card and grouping management, good friend's presence, keyword filtration, file transfer, chatroom etc.
Server of instant message response HTTP request, send response data to the Web instant information gateway, Web server receives the response data that sends from the Web instant information gateway, and send response data to Web browser, Web browser resolve from Web server, send return information and the information of returning showed the user with page format, the content of webpage representation comprises address list, good friend and good friend's presence, chat window, historical record, input state etc.
Fig. 2 is that Web instant message of the present invention is realized the System Working Principle flow chart.As shown in the figure, comprise the steps:
Step 101: open any browser, obtain login page from Web server.
Step 102: input account number, login.
Step 103:Js (JavaScript) encapsulation BOSH agreement sends the http logging request to Web server.
Step 104:Web instant information gateway keeps http to connect, by XMPP agreement login server of instant message.
Step 105:Web instant information gateway and server of instant message XMPP protocol handshake are set up the long connection of TCP.
Step 106: server of instant message authentication of users validity, when user rs authentication was invalid, connection was closed in server of instant message response user rs authentication failure; When user rs authentication was effective, server of instant message response user rs authentication success kept connecting.
Step 107: after browser is received the user rs authentication success response, enter the chat page, represent chat window, good friend's presence, address list and application message or link.
Step 108: browser starts the heartbeat timer, is used for keeping http to be connected with the Web instant information gateway.
Step 109: when instant message server receive this browser client relevant data (as the good friend reach the standard grade, from good friend's message etc.), be pushed to this browser and keep connecting, browser refreshes demonstration.
Step 110: when browser heartbeat timer expiry, send simulative heartbeat message to the Web instant information gateway, the empty bag of http1.1 server push.
Step 1111: the Web browser of supporting HTTP1.0, after the Web instant information gateway is received simulative heartbeat, close last HTTP and connect, set up newly connection, so browser always keeps HTTP to be connected with the Web instant information gateway, can receive the server of instant message PUSH message.
Step 1112: support the browser of HTTP1.1 to receive that the front HTTP of heartbeat packet backed off after random connects, and sends new HTTP request.
The present invention combines BOSH(based on synchronous HTTP bidirectional flow) and the simulative heartbeat technology, adopt multithreading, can effectively reduce the clients poll number of times, reduce traffic consumes, can improve the message real-time again, simultaneously compatible HTTP1.0 and HTTP1.1.
The above only is preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1. a converged communication Web instant message is realized system, it is characterized in that: comprise Web browser, Web server, Web instant information gateway and server of instant message,
Described Web browser is used for sending user HTTP request to Web server, resolves the response message that sends from Web server, and response message is showed the user with page format;
After described Web server receives the user HTTP request of Web browser transmission, call respective service or use API according to solicited message, and HTTP request is pushed to the Web instant information gateway, safeguard http session, described Web server receives the response message that sends from the Web instant information gateway, and sends response message to Web browser;
Described Web instant information gateway provides service or api interface to Web server, sets up TCP length by XMPP communication protocol and server of instant message and is connected, and receives the response message of returning from server of instant message, and sends response data to Web server;
Described server of instant message response HTTP request sends response message to the Web instant information gateway, and described server of instant message provides the service of XMPP instant messaging to Web browser.
2. a kind of converged communication Web instant message according to claim 1 is realized system, it is characterized in that: described Web browser is the Web browser of supporting HTTP1.0 or the Web browser of supporting HTTP1.1.
3. a kind of converged communication Web instant message according to claim 1 and 2 is realized system, it is characterized in that: after Web browser and server of instant message connect, start the heartbeat timer, when Web browser heartbeat timer expiry, Web browser is by sending simulative heartbeat message to the Web instant information gateway.
4. a kind of converged communication Web instant message according to claim 3 is realized system, it is characterized in that: after the Web instant information gateway is received simulative heartbeat, closing last HTTP connects, by setting up new connection, keep HTTP to be connected with the Web browser of supporting HTTP1.0, be connected to keep with the server of instant message session is long, realize Web browser and server of instant message two-way communication.
5. a kind of converged communication Web instant message according to claim 3 is realized system, it is characterized in that: the Web instant information gateway sends to server of instant message with simulative heartbeat message, server of instant message returns empty bag to the browser of supporting HTTP1.1, support the browser of HTTP1.1 to receive that the front HTTP of heartbeat packet backed off after random connects, and sends new HTTP request.
6. a kind of converged communication Web instant message according to claim 1 and 2 is realized system, it is characterized in that: the Web instant information gateway does not return the request of Web browser, keep being connected with the HTTP of Web browser, when receiving the information data that server of instant message returns, encapsulate data in respond packet, be pushed to the Web browser of client by Web server, realize the BOSH agreement.
7. a kind of converged communication Web instant message according to claim 1 and 2 is realized system, it is characterized in that: after server of instant message was received logging request, authentication of users validity was when user rs authentication is invalid, connection is closed in server of instant message response user rs authentication failure; When user rs authentication was effective, server of instant message response user rs authentication success kept connecting.
8. a kind of converged communication Web instant message according to claim 1 and 2 is realized system, it is characterized in that: the service of XMPP instant messaging comprises user authority management, message route, deferred information storage transmission, good friend's business card and grouping management, good friend's presence, keyword filtration, file transfer, chatroom.
9. a kind of converged communication Web instant message according to claim 1 and 2 is realized system, and it is characterized in that: described Web browser comprises address list, good friend and good friend's presence, chat window, historical record, input state with the information that page format represents to the user.
CN2012105601903A 2012-12-20 2012-12-20 Achieving system for converged communication Web instant messages Pending CN103001860A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012105601903A CN103001860A (en) 2012-12-20 2012-12-20 Achieving system for converged communication Web instant messages

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012105601903A CN103001860A (en) 2012-12-20 2012-12-20 Achieving system for converged communication Web instant messages

Publications (1)

Publication Number Publication Date
CN103001860A true CN103001860A (en) 2013-03-27

Family

ID=47930016

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012105601903A Pending CN103001860A (en) 2012-12-20 2012-12-20 Achieving system for converged communication Web instant messages

Country Status (1)

Country Link
CN (1) CN103001860A (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103442028A (en) * 2013-07-24 2013-12-11 佳都新太科技股份有限公司 Mobile application data pushing method based on XMPP
CN103581290A (en) * 2013-08-29 2014-02-12 国家电网公司 Communication processing method for document conference server and terminals
CN103618664A (en) * 2013-12-04 2014-03-05 中国联合网络通信集团有限公司 State information sending method and device
CN104022945A (en) * 2014-06-27 2014-09-03 北京奇虎科技有限公司 Method and device for realizing instant communication in client end
CN104113465A (en) * 2013-04-16 2014-10-22 腾讯科技(深圳)有限公司 Method for realizing message handling in instant messaging open platform, and system for realizing message handling in instant messaging open platform
CN104427598A (en) * 2013-09-09 2015-03-18 中国移动通信集团公司 Heartbeat-free method and device for long-term online service
CN104579907A (en) * 2013-10-21 2015-04-29 中兴通讯股份有限公司 Fusion method and device for VMS and instant message system
CN104717133A (en) * 2015-03-16 2015-06-17 墨仕(厦门)电子商务有限公司 Distributed message push system and method
CN104980289A (en) * 2014-04-14 2015-10-14 阿里巴巴集团控股有限公司 Message pushing method, device and system
CN105099885A (en) * 2015-07-13 2015-11-25 小米科技有限责任公司 Information transmitting method and device
CN105678044A (en) * 2014-11-17 2016-06-15 中国移动通信集团公司 Electronic health record system business processing method and electronic health record system
US9559995B1 (en) 2015-10-19 2017-01-31 Meteors Information Systems Limited System and method for broadcasting contents from web-based browser to a recipient device using extensible messaging and presence protocol (XMPP)
US9634963B2 (en) 2013-04-16 2017-04-25 Tencent Technology (Shenzhen) Company Limited Method and system for handling message on instant messaging open platform
CN108833950A (en) * 2018-06-29 2018-11-16 武汉斗鱼网络科技有限公司 A kind of barrage message issuing method, server, system and storage medium
CN109067698A (en) * 2018-06-05 2018-12-21 中国平安人寿保险股份有限公司 A kind of variation and equipment of document of agreement
CN109218846A (en) * 2017-06-29 2019-01-15 中国电信股份有限公司 Optimize the methods, devices and systems of set box browser application long poll performance
CN109428924A (en) * 2017-08-29 2019-03-05 阿里巴巴集团控股有限公司 Presence maintaining method, access layer assembly, application system and the equipment of application
CN109547511A (en) * 2017-09-22 2019-03-29 中国移动通信集团浙江有限公司 A kind of real-time method for pushing of WEB message, server, client and system
CN109799986A (en) * 2018-12-29 2019-05-24 深圳市吉祥腾达科技有限公司 Based on the coding method for simulating http request interface realization coupling function between process
CN110365778A (en) * 2019-07-17 2019-10-22 腾讯科技(深圳)有限公司 A kind of method, apparatus of communication control, electronic equipment and storage medium
CN111176863A (en) * 2019-12-31 2020-05-19 浪潮软件股份有限公司 Message reminding system and method based on nodejs
CN111800316A (en) * 2020-07-16 2020-10-20 浙江百应科技有限公司 Method for solving server link closing of pipeline type http request
CN112000494A (en) * 2020-08-28 2020-11-27 北京焦点新干线信息技术有限公司 Instant data transmission method and system
CN112152915A (en) * 2019-06-28 2020-12-29 北京沃东天骏信息技术有限公司 Message forwarding network system and message forwarding method
CN113691531A (en) * 2021-08-24 2021-11-23 深圳市思迪信息技术股份有限公司 Data transmission method, system, equipment and storage medium based on WebSocket protocol
CN115190158A (en) * 2021-03-22 2022-10-14 北京小米移动软件有限公司 Information interaction method, information interaction device, information interaction system and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
倪庆峰: "基于集群技术的web即时通信系统", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *
邓海燕: "web即时通信代理的研究与实现", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *
邓海燕: "web即时通信代理的研究与实现", 《中国优秀硕士学位论文全文数据库(电子期刊)》, 31 October 2010 (2010-10-31) *

Cited By (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104113465A (en) * 2013-04-16 2014-10-22 腾讯科技(深圳)有限公司 Method for realizing message handling in instant messaging open platform, and system for realizing message handling in instant messaging open platform
US9634963B2 (en) 2013-04-16 2017-04-25 Tencent Technology (Shenzhen) Company Limited Method and system for handling message on instant messaging open platform
CN104113465B (en) * 2013-04-16 2015-10-21 腾讯科技(深圳)有限公司 Realize the method and system of Message Processing in instant messaging open platform
CN103442028A (en) * 2013-07-24 2013-12-11 佳都新太科技股份有限公司 Mobile application data pushing method based on XMPP
CN103581290B (en) * 2013-08-29 2016-08-10 国家电网公司 Document conference server and the communication processing method of terminal
CN103581290A (en) * 2013-08-29 2014-02-12 国家电网公司 Communication processing method for document conference server and terminals
CN104427598A (en) * 2013-09-09 2015-03-18 中国移动通信集团公司 Heartbeat-free method and device for long-term online service
CN104427598B (en) * 2013-09-09 2018-02-23 中国移动通信集团公司 Exempt from the method and apparatus of heartbeat in line service for a long time
CN104579907A (en) * 2013-10-21 2015-04-29 中兴通讯股份有限公司 Fusion method and device for VMS and instant message system
CN103618664A (en) * 2013-12-04 2014-03-05 中国联合网络通信集团有限公司 State information sending method and device
CN104980289A (en) * 2014-04-14 2015-10-14 阿里巴巴集团控股有限公司 Message pushing method, device and system
CN109922138A (en) * 2014-04-14 2019-06-21 阿里巴巴集团控股有限公司 Information push method, device and system
CN104980289B (en) * 2014-04-14 2019-03-19 阿里巴巴集团控股有限公司 Information push method, device and system
CN104022945A (en) * 2014-06-27 2014-09-03 北京奇虎科技有限公司 Method and device for realizing instant communication in client end
CN104022945B (en) * 2014-06-27 2017-05-10 北京奇虎科技有限公司 Method and device for realizing instant communication in client end
CN105678044A (en) * 2014-11-17 2016-06-15 中国移动通信集团公司 Electronic health record system business processing method and electronic health record system
CN104717133A (en) * 2015-03-16 2015-06-17 墨仕(厦门)电子商务有限公司 Distributed message push system and method
CN105099885A (en) * 2015-07-13 2015-11-25 小米科技有限责任公司 Information transmitting method and device
CN105099885B (en) * 2015-07-13 2018-06-12 小米科技有限责任公司 Method for sending information and device
US9559995B1 (en) 2015-10-19 2017-01-31 Meteors Information Systems Limited System and method for broadcasting contents from web-based browser to a recipient device using extensible messaging and presence protocol (XMPP)
CN109218846A (en) * 2017-06-29 2019-01-15 中国电信股份有限公司 Optimize the methods, devices and systems of set box browser application long poll performance
CN109428924A (en) * 2017-08-29 2019-03-05 阿里巴巴集团控股有限公司 Presence maintaining method, access layer assembly, application system and the equipment of application
CN109428924B (en) * 2017-08-29 2021-07-13 阿里巴巴集团控股有限公司 Application online state maintenance method, access layer assembly, application system and equipment
CN109547511A (en) * 2017-09-22 2019-03-29 中国移动通信集团浙江有限公司 A kind of real-time method for pushing of WEB message, server, client and system
CN109067698A (en) * 2018-06-05 2018-12-21 中国平安人寿保险股份有限公司 A kind of variation and equipment of document of agreement
CN108833950A (en) * 2018-06-29 2018-11-16 武汉斗鱼网络科技有限公司 A kind of barrage message issuing method, server, system and storage medium
CN108833950B (en) * 2018-06-29 2021-05-28 武汉斗鱼网络科技有限公司 Barrage message issuing method, server, system and storage medium
CN109799986A (en) * 2018-12-29 2019-05-24 深圳市吉祥腾达科技有限公司 Based on the coding method for simulating http request interface realization coupling function between process
CN112152915A (en) * 2019-06-28 2020-12-29 北京沃东天骏信息技术有限公司 Message forwarding network system and message forwarding method
CN110365778A (en) * 2019-07-17 2019-10-22 腾讯科技(深圳)有限公司 A kind of method, apparatus of communication control, electronic equipment and storage medium
CN110365778B (en) * 2019-07-17 2021-09-07 腾讯科技(深圳)有限公司 Communication control method and device, electronic equipment and storage medium
CN111176863A (en) * 2019-12-31 2020-05-19 浪潮软件股份有限公司 Message reminding system and method based on nodejs
CN111176863B (en) * 2019-12-31 2023-08-11 浪潮软件股份有限公司 Message reminding system and method based on nodejs
CN111800316A (en) * 2020-07-16 2020-10-20 浙江百应科技有限公司 Method for solving server link closing of pipeline type http request
CN111800316B (en) * 2020-07-16 2021-08-13 浙江百应科技有限公司 Method for solving server link closing of pipeline type http request
CN112000494A (en) * 2020-08-28 2020-11-27 北京焦点新干线信息技术有限公司 Instant data transmission method and system
CN115190158A (en) * 2021-03-22 2022-10-14 北京小米移动软件有限公司 Information interaction method, information interaction device, information interaction system and storage medium
CN113691531A (en) * 2021-08-24 2021-11-23 深圳市思迪信息技术股份有限公司 Data transmission method, system, equipment and storage medium based on WebSocket protocol

Similar Documents

Publication Publication Date Title
CN103001860A (en) Achieving system for converged communication Web instant messages
US9712632B2 (en) Method for receiving data, method for sending data, mobile terminal, and server
EP3300311B1 (en) Method and smart watch for interacting with a wechat platform
CN103248665B (en) A kind of mthods, systems and devices for sharing third-party application
CN102238284B (en) Instant messaging method for mobile phone
CN108989179B (en) Message processing method and device and storage medium
CN101599982A (en) Cellphone information browsing apparatus, system and implementation method
CN103139051A (en) Instant messaging communication method based on Websocket protocol
CN203206476U (en) Data content generating and sharing system based on dual-network
CN101299731A (en) Instant communication method and apparatus based on Web
CN108683653A (en) A kind of active message push system based on WebSocket
CN103096271A (en) Information pushing system and information pushing method
CN106686056A (en) Android client communication device and method allowing Android client communication device to connect and communicate with server
KR20080085864A (en) A method, system and device for transmitting ims instant messages
CN102790798A (en) Transparent proxy implementation method, device and system in content distribution network
CN101778053A (en) Inter-instant messenger communication method and device
CN102571575A (en) Session information creation method, device and system
CN104025543A (en) File Transfer System, Message Server, Terminal, And Method Using Http
CN107529229A (en) The method of data transfer, apparatus and system
CN105812460A (en) Mobile Internet message push technology for enterprise customers
CN105681167A (en) Children smartwatch and wechat client talkback method
CN101599921A (en) A kind of enterprise instant communication system and document transmission method thereof
US20130188559A1 (en) Method for Establishing a Communication Connection over the Internet Between Mobile Terminals, Computer Program, and Storage Medium
CN108965265A (en) A kind of chat method and system based on MQTT agreement
CN103973541A (en) Method and device for sending multimedia messages to group members

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130327