CN113572678A - Instant messaging method realized based on websocket - Google Patents

Instant messaging method realized based on websocket Download PDF

Info

Publication number
CN113572678A
CN113572678A CN202110736265.8A CN202110736265A CN113572678A CN 113572678 A CN113572678 A CN 113572678A CN 202110736265 A CN202110736265 A CN 202110736265A CN 113572678 A CN113572678 A CN 113572678A
Authority
CN
China
Prior art keywords
server
websocket
message
client
communication
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
CN202110736265.8A
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.)
Zhongqi Scc Beijing Finance Information Service Co ltd
Original Assignee
Zhongqi Scc Beijing Finance Information Service 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 Zhongqi Scc Beijing Finance Information Service Co ltd filed Critical Zhongqi Scc Beijing Finance Information Service Co ltd
Priority to CN202110736265.8A priority Critical patent/CN113572678A/en
Publication of CN113572678A publication Critical patent/CN113572678A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses an instant messaging method based on websocket, which comprises the following steps: building a websocket transfer server, building a transfer server basic frame, installing a transmission module through an npm packet manager, building communication by using the transmission module, and binding the transmission module with a server and a port; the client is connected with the server; the server is connected with the communication server, the transfer server establishes connection with the communication server through the node service, multipoint connection of a user to the communication server is changed into one point, and the websocket forwards a message receiving message to the client; when the webpage end is connected with the transfer server, the mobile end is connected with the communication server through the connection established with the communication server, and the communication server conducts data forwarding, storage and message synchronization in the middle, so that cross-platform data interaction is achieved. The invention solves the problem that multi-end cross-platform data can not realize instant communication, avoids transmitting invalid and repeated data, supports subprotocol expansion, compresses and encrypts data, has stronger information real-time property and realizes cross-platform instant communication.

Description

Instant messaging method realized based on websocket
Technical Field
The invention relates to the technical field of information processing, in particular to an instant messaging method based on websocket.
Background
Instant messaging is a terminal service that allows two or more people to communicate text messages, files, voice and video in real time using a network. The method is the most popular communication mode on the current network, and various instant communication software also comes out endlessly; service providers are also offering increasingly rich communication service features.
The currently widely adopted technology introduces a platform integrating a third party, wherein the third platform is based on an xmpp protocol, and the xmpp is based on xml, and defines three roles, namely a client, a server and a gateway. Communication can occur bi-directionally between any two of the three. The server simultaneously bears the functions of client information recording, connection management and information routing, the gateway bears the intercommunication and interconnection with the heterogeneous instant messaging system, and the basic network form is that a single client is connected to a single server through TCP/IP and xml is transmitted between the single client and the single server.
Because the application of XMPP has superior scalability, the extended XMPP can handle the user requirement by sending extended messages, the server data traffic of XMPP protocol with XMPP protocol exceeding 60% -70% is repeatedly forwarded, one server with data existing in large architecture is provided for multiple recipients, and the XMPP protocol is encoded into a single long xml file, so that the modified binary data cannot be provided.
Therefore, the file transfer protocol uses external http, and in the process of realizing instant messaging, the communication server cannot upload the transmission attachment, so that the file transfer is a fatal problem; the direct connection of the communication server causes invalid and repeated data forwarding of the xmpp protocol, consumes unnecessary bandwidth, and causes too fast power consumption of the mobile terminal, which makes it difficult to support more users to stably complete the task of information transmission.
Disclosure of Invention
The technical problem to be solved by the invention is to provide an instant messaging method based on websocket aiming at the defects related in the background technology, so that the resource consumption is greatly reduced, the problems that multi-end data cannot be shared and accessories cannot be transmitted are solved, and the cross-platform instant messaging is realized.
The technical problems of the invention are realized by adopting the following technical scheme:
an instant messaging method realized based on websocket comprises the following steps: building a websocket transfer server, connecting a client with a server, connecting the server with a communication server, receiving messages, adapting the messages, and finally realizing message roaming among multiple platforms;
the instant messaging method based on the websocket comprises the following steps:
s1: the method comprises the steps that a transfer server based on websocket is set up, the transfer server provides log management and communication protocol link and comprises a parameter configuration module, and parameters of a server side are configured through the parameter configuration module;
s2: building a basic frame of the transfer server, installing a transmission module through an npm packet manager, establishing websocket communication by using the transmission module, and binding the transmission module with the basic frame at a server side and a port after the transmission module is installed;
s3: establishing connection between a client and a transfer server, introducing a client module by a user, connecting a server address through the client module, and establishing connection between the client and the server;
s4: the relay server establishes connection with the communication server through the node service, multipoint connection of a user to the communication server is changed into one point, when the communication server forwards messages to the user, the messages forwarded to the user by the communication server are all sent to the websocket, and the messages are forwarded to the client by the websocket;
s5: when the webpage end is connected with the transfer server through the websocket, the mobile end is connected with the communication server and sends messages to the transfer server, and the communication server conducts data forwarding, storage and message synchronization, so that cross-platform data interaction is achieved.
Preferably, the client uses a websocket connection mode, the websocket supports binary transmission, the image and the accessory are transmitted and stored through the websocket, the client converts the data into a preset format, the data are sent to the node end in a streaming mode to be stored, the identification of the accessory is obtained and sent to the communication server, when the communication server converts the data to other users, the user performs matching conversion on the identification of the accessory, and the accessory stored by the node end is accessed through the converted path to be accessed.
Preferably, after the connection between the transit server based on the websocket and the client is established, when a user encounters a problem at a webpage end, information of a user browser is actively collected and sent to operation and maintenance personnel, the information is sent to the operation and maintenance personnel through a websocket protocol, and the problem is analyzed and solved according to the environment of the user.
Preferably, in step S1, the building a relay server and a basis for the relay server includes: and building a framework of the transit server based on nodeJs and express.
Preferably, in step S1, the server connects to the client via TCP, sets parameters via CSP, the relay server further includes a routing module, a view module and a websocket module, the routing module transmits an interactive message between the server and the relay server, the client, the view module displays a connection view status of the prime number relay server, and the websocket module receives and forwards information including the websocket relay server.
Preferably, the transit server further includes a sub-protocol extension including one or more of compression processing, transcoding processing, and encryption processing on the forwarded message.
Preferably, the transcoding process converts the message format, sends the converted message format to the client and transmits the converted message format to the user;
the encryption processing comprises the steps of carrying out Hash calculation on the message, obtaining a private key, sending the private key to a user with an appointed user identification, and identifying the private key to carry out message decryption;
the transfer server encrypts and then compresses the message, decrypts the message and then transcodes the message, and therefore the safety of information transmission is improved.
Preferably, the webpage end is connected with the node service through the websocket, the mobile end is connected with the communication server through the websocket, the communication server conducts data forwarding, storage and message synchronization in the middle, cross-platform data interaction is achieved, after the webpage end sends the message, the node end receives the message, forwards the message to the communication server, then the communication server conducts data forwarding and storage in the middle, and the data are synchronized to the client.
The websocket-based instant messaging method provided by the invention solves the problem that multi-terminal cross-platform data such as a PC terminal, a mobile terminal and a wap terminal cannot be instantly communicated, avoids invalid and repeated data forwarding of an xmpp protocol caused by direct connection of a communication server, prevents unnecessary bandwidth consumption, solves the problems that multi-terminal data cannot be shared and accessories cannot be transmitted, ensures message forwarding consistency, reduces power consumption and resource consumption of a client, supports sub-protocol expansion and data compression encryption, has stronger information instantaneity, greatly improves the transmission efficiency of messages, meets the requirements of different clients and different platforms on message transmission, realizes cross-platform instant messaging and enhances user experience.
Detailed Description
The technical solution of the present invention will be described in further detail below. It is understood that the embodiments described are only a few embodiments, not all embodiments, and that all other embodiments obtained by those skilled in the art without the use of inventive faculty are within the scope of the invention.
It will be understood that, although the terms first, second, third, etc. may be used herein to describe various elements, components and/or sections, these elements, components and/or sections should not be limited by these terms.
An instant messaging method realized based on websocket comprises the following steps:
an instant messaging method realized based on websocket comprises the following steps: building a websocket transfer server, connecting a client with a server, connecting the server with a communication server, receiving messages, adapting the messages, and finally realizing message roaming among multiple platforms;
the instant messaging method based on the websocket comprises the following steps:
s1: the method comprises the steps that a transfer server based on websocket is set up, the transfer server provides log management and communication protocol link and comprises a parameter configuration module, and parameters of a server side are configured through the parameter configuration module;
s2: building a basic frame of the transfer server, installing a transmission module through an npm packet manager, establishing websocket communication by using the transmission module, and binding the transmission module with the basic frame at a server side and a port after the transmission module is installed;
s3: establishing connection between a client and a transfer server, introducing a client module by a user, connecting a server address through the client module, and establishing connection between the client and the server;
s4: the relay server establishes connection with the communication server through the node service, multipoint connection of a user to the communication server is changed into one point, when the communication server forwards messages to the user, the messages forwarded to the user by the communication server are all sent to the websocket, and the messages are forwarded to the client by the websocket;
s5: when the webpage end is connected with the transfer server through the websocket, the mobile end is connected with the communication server and sends messages to the transfer server, and the communication server conducts data forwarding, storage and message synchronization, so that cross-platform data interaction is achieved.
In one embodiment, the client uses a websocket connection mode, the websocket supports binary transmission, pictures and attachments are transmitted and stored through the websocket, the client converts data into a preset format, the data are sent to the node end in a streaming mode to be stored, identification of the attachments is obtained and sent to the communication server, when the communication server converts the data to other users, the users perform matching conversion on the identification of the attachments, and the attachments stored by the node end are accessed through the converted path to be accessed.
Because the websocket protocol is in a full duplex mode, the real-time performance is higher. After connection is established, when data are exchanged between a middle station server and a client, the header of a data packet for protocol control is relatively small, under the condition that expansion is not included, the header of the content from the server to the client is only 2-10 bytes, full duplex communication is established by connecting a websocket through the client, the websocket is connected with a communication server to establish an instant communication server, the server established in the websocket mode is used as a middleware, connection between the communication server and multiple users is reduced, the communication server is only connected with a single user at a server end, a transit server is used as an intermediate processor, data interaction between the two parties is carried out, the problem that xmpp is repeatedly forwarded is reduced, meanwhile, the websocket can send a message to a specified user through the socket ID according to the socket ID generated by connection between the user and the websocket as an identifier, and the problem that resources are consumed is greatly reduced.
Since xmpp cannot transmit binary data, file transmission is a fatal problem. Based on the characteristics of the websocket, the method just makes up the deficiency, can process binary contents more easily compared with http requests, and can also compress buffer data by using a zlib library.
In one embodiment, after the connection between the transit server based on the websocket and the client is established, when a user encounters a problem at a webpage end, information of a user browser is actively collected and sent to operation and maintenance personnel, the information is sent to the operation and maintenance personnel through a websocket protocol, and the problem is analyzed and solved according to the environment of the user.
In one embodiment, in the step S1, building a transit server and a basis for the transit server includes: and building a framework of the transit server based on nodeJs and express.
Preferably, in step S1, the server connects to the client via TCP, sets parameters via CSP, the relay server further includes a routing module, a view module and a websocket module, the routing module transmits an interactive message between the server and the relay server, the client, the view module displays a connection view status of the prime number relay server, and the websocket module receives and forwards information including the websocket relay server.
In one embodiment, the websocket establishes a link with the communication server through the node service, and changes the N-point connection of the user to the communication server into one point, so that 60% -70% of the repeated flow of the XMPP protocol can be avoided, and the bandwidth can be more effectively utilized.
Preferably, the transit server further includes a sub-protocol extension including one or more of compression processing, transcoding processing, and encryption processing on the forwarded message.
Based on the characteristics of the websocket, binary contents can be processed more easily compared with http requests, and meanwhile, buffer data can be compressed by using a zlib library.
In one embodiment, the transcoding process converts the format of the message, sends the message to the client and transmits the message to the user;
the encryption processing comprises the steps of carrying out Hash calculation on the message, obtaining a private key, sending the private key to a user with an appointed user identification, and identifying the private key to carry out message decryption;
the transfer server encrypts and then compresses the message, decrypts the message and then transcodes the message, and therefore the safety of information transmission is improved.
The key is used to encrypt plaintext cipher, and in the symmetric encryption algorithm, the encryption and decryption keys are the same. The key is generated by the negotiation between the receiving party and the sending party, but cannot be directly transmitted on the network, otherwise, the key can be leaked, and the key is usually encrypted through an asymmetric encryption algorithm and then transmitted to the opposite party through the network, or the key is directly subjected to face-to-face trading.
In one embodiment, the webpage end is connected with the node service through the websocket, the mobile end is connected with the communication server through the websocket, the communication server conducts data forwarding, storage and message synchronization in the middle, cross-platform data interaction is achieved, after the webpage end sends the message, the node end receives the message, forwards the message to the communication server, then the communication server conducts data forwarding and storage in the middle, and the data are synchronized to the client.
In an actual application scene, a user has a requirement that multiple terminals are required to be simultaneously online, the invention realizes multi-equipment multi-terminal message roaming, and the same user can be simultaneously online at an APP terminal and a web terminal and synchronously share messages, so that all chat history records can be pulled.
The websocket-based instant messaging method provided by the invention solves the problem that multi-terminal cross-platform data such as a PC terminal, a mobile terminal and a wap terminal cannot be instantly communicated, avoids invalid and repeated data forwarding of an xmpp protocol caused by direct connection of a communication server, prevents unnecessary bandwidth consumption, solves the problems that multi-terminal data cannot be shared and accessories cannot be transmitted, ensures the consistency of message forwarding, reduces the power consumption and resource consumption of a client, supports sub-protocol expansion and data compression encryption, has stronger information real-time performance, greatly improves the transmission efficiency of messages, meets the requirements of different clients and different platforms on message transmission, and enhances the user experience.
The preferred embodiments of the present specification disclosed above are intended only to aid in the description of the specification. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the specification and its practical application, to thereby enable others skilled in the art to best understand the specification and its practical application. The specification is limited only by the claims and their full scope and equivalents.

Claims (8)

1. An instant messaging method realized based on websocket is characterized by comprising the following steps: building a websocket transfer server, connecting a client with a server, connecting the server with a communication server, receiving messages, adapting the messages, and finally realizing message roaming among multiple platforms;
the instant messaging method based on the websocket comprises the following steps:
s1: the method comprises the steps that a transfer server based on websocket is set up, the transfer server provides log management and communication protocol link and comprises a parameter configuration module, and parameters of a server side are configured through the parameter configuration module;
s2: building a basic frame of the transfer server, installing a transmission module through an npm packet manager, establishing websocket communication by using the transmission module, and binding the transmission module with the basic frame at a server side and a port after the transmission module is installed;
s3: establishing connection between a client and a transfer server, introducing a client module by a user, connecting a server address through the client module, and establishing connection between the client and the server;
s4: the relay server establishes connection with the communication server through the node service, multipoint connection of a user to the communication server is changed into one point, when the communication server forwards messages to the user, the messages forwarded to the user by the communication server are all sent to the websocket, and the messages are forwarded to the client by the websocket;
s5: when the webpage end is connected with the transfer server through the websocket, the mobile end is connected with the communication server and sends messages to the transfer server, and the communication server conducts data forwarding, storage and message synchronization, so that cross-platform data interaction is achieved.
2. The instant messaging method implemented based on the websocket of claim 1, wherein the client uses a websocket connection mode, the websocket supports binary transmission, the websocket transmits and stores pictures and attachments, the client converts data into a preset format, sends the data to the node end in a streaming form for storage, obtains an identifier of the attachment and sends the identifier of the attachment to the communication server, when the communication server transfers the data to other users, the users perform matching conversion on the identifier of the attachment, and access to the attachment stored in the node end through a converted path.
3. The websocket-based instant messaging method of claim 1, wherein after the connection between the relay server and the client is established, when a user encounters a problem at a webpage end, information of a user browser is actively collected and sent to operation and maintenance personnel, the information is sent to the operation and maintenance personnel through a websocket protocol, and the problem is analyzed and solved according to the environment of the user.
4. The websocket-based instant messaging method of claim 1, wherein in the step S1, building a transit server and a basis for the transit server comprises: and building a framework of the transit server based on nodeJs and express.
5. The instant messaging method implemented based on the websocket of claim 1, wherein in step S1, the server is connected to the client via TCP, and the parameters are set via CSP, the relay server further includes a routing module, a view module, and a websocket module, the routing module transmits the interactive messages between the server and the relay server, and between the server and the client, the view module displays the connection view status of the prime number relay server, and the websocket module receives and forwards the information of the websocket relay server.
6. The websocket-based instant messaging method of claim 1, wherein the relay server further comprises a subprotocol extension, which includes one or more of compression processing, transcoding processing, and encryption processing on the forwarded message.
7. The websocket-based instant messaging method of claim 6, wherein the transcoding process converts a message format, sends the message format to a client, and transmits the message format to a user;
the encryption processing comprises the steps of carrying out Hash calculation on the message, obtaining a private key, sending the private key to a user with an appointed user identification, and identifying the private key to carry out message decryption;
the transfer server encrypts and then compresses the message, decrypts the message and then transcodes the message, and therefore the safety of information transmission is improved.
8. The websocket-based instant messaging method of claim 1, wherein the web page is connected with a node service through the websocket, the web page is connected with the service, the mobile terminal is connected with the communication server through the websocket, the communication server performs data forwarding, storage and message synchronization among the web page and the communication server, cross-platform data interaction is achieved, after the web page sends a message, the node receives the message and forwards the message to the communication server, and then the communication server performs data forwarding and storage among the web page and the communication server, and synchronizes data to the client.
CN202110736265.8A 2021-06-30 2021-06-30 Instant messaging method realized based on websocket Pending CN113572678A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110736265.8A CN113572678A (en) 2021-06-30 2021-06-30 Instant messaging method realized based on websocket

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110736265.8A CN113572678A (en) 2021-06-30 2021-06-30 Instant messaging method realized based on websocket

Publications (1)

Publication Number Publication Date
CN113572678A true CN113572678A (en) 2021-10-29

Family

ID=78163157

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110736265.8A Pending CN113572678A (en) 2021-06-30 2021-06-30 Instant messaging method realized based on websocket

Country Status (1)

Country Link
CN (1) CN113572678A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114286039A (en) * 2021-12-29 2022-04-05 富盛科技股份有限公司 Audio and video call method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120284638A1 (en) * 2011-05-06 2012-11-08 Kibits Corp. System and method for social interaction, sharing and collaboration
CN103139051A (en) * 2013-03-22 2013-06-05 南京信通科技有限责任公司 Instant messaging communication method based on Websocket protocol
CN106330955A (en) * 2016-09-23 2017-01-11 奕甲智能技术(上海)有限公司 Instant messaging extension method and system
CN109561014A (en) * 2018-10-25 2019-04-02 江苏中威科技软件系统有限公司 A kind of web instant communication method and system
CN109714386A (en) * 2018-11-15 2019-05-03 贵阳语玩科技有限公司 It is a kind of that information real-time sharing in social software arrives at a station the method and device of outer link
CN111597483A (en) * 2020-05-22 2020-08-28 山东汇贸电子口岸有限公司 Method for automatically refreshing webpage during webpage development

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120284638A1 (en) * 2011-05-06 2012-11-08 Kibits Corp. System and method for social interaction, sharing and collaboration
CN103139051A (en) * 2013-03-22 2013-06-05 南京信通科技有限责任公司 Instant messaging communication method based on Websocket protocol
CN106330955A (en) * 2016-09-23 2017-01-11 奕甲智能技术(上海)有限公司 Instant messaging extension method and system
CN109561014A (en) * 2018-10-25 2019-04-02 江苏中威科技软件系统有限公司 A kind of web instant communication method and system
CN109714386A (en) * 2018-11-15 2019-05-03 贵阳语玩科技有限公司 It is a kind of that information real-time sharing in social software arrives at a station the method and device of outer link
CN111597483A (en) * 2020-05-22 2020-08-28 山东汇贸电子口岸有限公司 Method for automatically refreshing webpage during webpage development

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114286039A (en) * 2021-12-29 2022-04-05 富盛科技股份有限公司 Audio and video call method and system

Similar Documents

Publication Publication Date Title
CN102016820B (en) Real-time communications over data forwarding framework
EP1892887B1 (en) Communication method between communication devices and communication apparatus
CN110213652B (en) Audio and video data transmission method and device and storage medium
US7904521B2 (en) Method for transferring chat messages by establishing chat room data transfer channel
CN106850399B (en) Communication method based on WebRTC technology instant message
US7831715B2 (en) Communication system, communication method, and program
JP2004529410A5 (en)
CN111479121A (en) Live broadcasting method and system based on streaming media server
US9191406B2 (en) Message relaying apparatus, communication establishing method, and computer program product
CN103108037B (en) A kind of communication means, Web server and Web communication system
US20070099637A1 (en) Voice instant messaging between mobile and computing devices
CN109327493A (en) A kind of remote medical monitoring system based on cloud and monitoring method
CN108306986B (en) Multi-type media data network address conversion traversing method, terminal and system
CN112422583A (en) Method and system for fusion and intercommunication of multi-protocol video application
WO2007140721A1 (en) A method and system for data transmission based on peer to peer
AU2010101495A4 (en) Method of P2P video communication implemented on web page
CN104821909A (en) Peer-to-peer data transmission method and system
WO2016177121A1 (en) File transmission method and device, and application server
CN113162989A (en) MQTT-Websocket-based message transceiving method
Xue et al. A WebRTC-based video conferencing system with screen sharing
CN110798651A (en) Video conference method, device, equipment and storage medium
CN113572678A (en) Instant messaging method realized based on websocket
US20120072505A1 (en) SYSTEM AND METHOD FOR CONFERENCE MESSAGING BETWEEN UPnP ENABLED TELEPHONY DEVICES AND WAN DEVICES
CN112751842A (en) High-performance instant messaging method
CN111866559A (en) Wireless screen projection protocol system and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination