CN113645129B - Data processing method and data processing device of instant messaging client - Google Patents

Data processing method and data processing device of instant messaging client Download PDF

Info

Publication number
CN113645129B
CN113645129B CN202110974614.XA CN202110974614A CN113645129B CN 113645129 B CN113645129 B CN 113645129B CN 202110974614 A CN202110974614 A CN 202110974614A CN 113645129 B CN113645129 B CN 113645129B
Authority
CN
China
Prior art keywords
data
updating
chat window
list
processed
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.)
Active
Application number
CN202110974614.XA
Other languages
Chinese (zh)
Other versions
CN113645129A (en
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 Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet 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 Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202110974614.XA priority Critical patent/CN113645129B/en
Publication of CN113645129A publication Critical patent/CN113645129A/en
Application granted granted Critical
Publication of CN113645129B publication Critical patent/CN113645129B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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]
    • H04L51/043Real-time or near real-time messaging, e.g. instant messaging [IM] using or handling presence information
    • 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/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/08Annexed information, e.g. attachments
    • 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/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/10Multimedia information

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present disclosure relates to a data processing method and a data processing device for an instant messaging client, where the instant messaging client logs in a user account, and the data processing method includes: receiving data to be processed related to the user account, wherein the data to be processed comprises communication type information and behavior information of the data to be processed; determining a matched communication type matched with the communication type information in a plurality of preset communication types according to the communication type information; according to the behavior information, determining update items involved in the behavior of the data to be processed under the matched communication type; under the condition that the updated items have data for updating the list updated items in the chat window list area of the client, determining a matched list updated item matched with the list updated items in a plurality of preset list updated items in the chat window list area, wherein the matched list updated items correspond to the matched communication types; and executing data updating of the matching list updating item.

Description

Data processing method and data processing device of instant messaging client
Technical Field
The present disclosure relates to the field of instant messaging technologies, and in particular, to a data processing method and a data processing device for an instant messaging client.
Background
Instant messaging is a function capable of sending and receiving internet messages and the like in real time, and has become an indispensable part of people's work and life with the popularization of computers, the internet, mobile terminals and the like. Accordingly, there is an increasing demand for functions of the instant messaging client. The current instant messaging clients are two clients based on PC and mobile terminal. Both clients basically can realize the functions of chat and the like normally required by people. However, when other functions are to be extended to the existing instant messaging client, the amount of data to be processed is large, which causes a whole body to be pulled, resulting in a very large workload of a developer.
Disclosure of Invention
The present disclosure provides a data processing method, a data processing apparatus, an electronic device, a computer readable storage medium and a computer program product for an instant messaging client, so as to solve at least the problems in the related art.
According to a first aspect of embodiments of the present disclosure, there is provided a data processing method of an instant messaging client, where the instant messaging client logs in a user account, the data processing method including: receiving data to be processed related to the user account, wherein the data to be processed comprises communication type information and behavior information of the data to be processed; determining a matched communication type matched with the communication type information in a plurality of preset communication types according to the communication type information; according to the behavior information, determining update items involved in the behavior of the data to be processed under the matched communication type; under the condition that the updated items have data for updating the list updated items in the chat window list area of the client, determining a matched list updated item matched with the list updated items in a plurality of preset list updated items in the chat window list area, wherein the matched list updated items correspond to the matched communication types; and executing data updating of the matching list updating item.
Optionally, the data processing method further includes: under the condition that data in the update items update chat window update items in a chat window area of the client, determining matched chat window update items which are matched with the chat window update items in a plurality of preset chat window update items in the chat window area and correspond to the matched communication types;
and executing the data updating of the matched chat window updating item.
Optionally, the step of performing the data update of the matched chat window update item further comprises: and in a state that the client is not in a state of activating a chat window of a communication object related to the data to be processed, not executing data update of the matched chat window update item.
Optionally, the plurality of preset communication types includes: private chat class, group chat class, and subscription number class.
Optionally, the plurality of preset list update items in the chat window list area corresponding to the private chat class include: adding list index, altering list index, deleting list index, updating header, updating level, adding mask identification, adding unread, clearing unread, and updating the rendering of the latest message.
Optionally, the plurality of preset chat window update items in the chat window area corresponding to the private chat class include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, deleting a message, updating a rating, updating a head portrait, updating a remark, and updating a nickname.
Optionally, the plurality of preset list update items in the chat window list area corresponding to the group chat includes: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, updating the rendering of the latest message, updating the person @ my rendering, and updating the rendering of group advertisement.
Optionally, the plurality of preset chat window update items in the chat window area corresponding to the group chat class include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, updating group announcements, deleting a message, updating a rating, updating an avatar, updating a remark, updating a nickname, and updating an achievement.
Optionally, the plurality of preset list update items in the chat window list area corresponding to the subscription number class include: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, and updating the rendering of the latest message.
Optionally, the plurality of preset chat window updating items in the chat window area corresponding to the subscription number class include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card type messages, adding plain text messages, adding system prompt messages, updating head images, updating notes, and updating nicknames.
Optionally, the data processing method further includes, before receiving the data to be processed related to the user account: and establishing long connection with the sending end of the data to be processed.
Optionally, the step of receiving data to be processed related to the user account further comprises: and receiving historical data related to the user account before long connection is established as the data to be processed.
Optionally, the step of receiving data to be processed related to the user account further comprises: and combining the context data with the data to be processed as the data to be processed after acquiring the context data under the condition that the received data to be processed needs the context data.
Optionally, the data to be processed related to the user account includes the following two data: the data sent by other instant messaging clients logged in with the user account and the data sent by the instant messaging clients logged in with other user accounts to the user account.
According to a second aspect of the embodiments of the present disclosure, there is provided a data processing apparatus of an instant messaging client, the instant messaging client having a user account logged in, the data processing apparatus comprising: a receiving unit configured to: receiving data to be processed related to the user account, wherein the data to be processed comprises communication type information and behavior information of the data to be processed; a first determination unit configured to: determining a matched communication type matched with the communication type information in a plurality of preset communication types according to the communication type information; a second determination unit configured to: according to the behavior information, determining update items involved in the behavior of the data to be processed under the matched communication type; a third determination unit configured to: under the condition that the updated items have data for updating the list updated items in the chat window list area of the client, determining a matched list updated item matched with the list updated items in a plurality of preset list updated items in the chat window list area, wherein the matched list updated items correspond to the matched communication types; an execution unit configured to: and executing data updating of the matching list updating item.
Optionally, the third determining unit is further configured to: in the case that the update item has a chat window update item in which data is updated in a chat window area of the client, determining a matching chat window update item corresponding to the matching communication type and matching the chat window update item in a plurality of preset chat window update items in the chat window area, the execution unit is further configured to: and executing the data updating of the matched chat window updating item.
Optionally, the execution unit is further configured to: and in a state that the client is not in a state of activating a chat window of a communication object related to the data to be processed, not executing data update of the matched chat window update item.
Optionally, the plurality of preset communication types includes: private chat class, group chat class, and subscription number class.
Optionally, the plurality of preset list update items in the chat window list area corresponding to the private chat class include: adding list index, altering list index, deleting list index, updating header, updating level, adding mask identification, adding unread, clearing unread, and updating the rendering of the latest message.
Optionally, the plurality of preset chat window update items in the chat window area corresponding to the private chat class include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, deleting a message, updating a rating, updating a head portrait, updating a remark, and updating a nickname.
Optionally, the plurality of preset list update items in the chat window list area corresponding to the group chat includes: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, updating the rendering of the latest message, updating the person @ my rendering, and updating the rendering of group advertisement.
Optionally, the plurality of preset chat window update items in the chat window area corresponding to the group chat class include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, updating group announcements, deleting a message, updating a rating, updating an avatar, updating a remark, updating a nickname, and updating an achievement.
Optionally, the plurality of preset list update items in the chat window list area corresponding to the subscription number class include: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, and updating the rendering of the latest message.
Optionally, the plurality of preset chat window updating items in the chat window area corresponding to the subscription number class include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card type messages, adding plain text messages, adding system prompt messages, updating head images, updating notes, and updating nicknames.
Optionally, the data processing apparatus further comprises a connection unit configured to: and before the receiving unit receives the data to be processed related to the user account, establishing long connection with a transmitting end of the data to be processed.
Optionally, the receiving unit is further configured to: and receiving historical data related to the user account before long connection is established as the data to be processed.
Optionally, the receiving unit is further configured to: and combining the context data with the data to be processed as the data to be processed after acquiring the context data under the condition that the received data to be processed needs the context data.
Optionally, the data to be processed related to the user account includes the following two data: the data sent by other instant messaging clients logged in with the user account and the data sent by the instant messaging clients logged in with other user accounts to the user account.
According to a third aspect of embodiments of the present disclosure, there is provided an electronic device, comprising: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the data processing method as described above.
According to a fourth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the data processing method as described above.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer program product comprising computer instructions which, when executed by a processor, implement a data processing method as described above.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
according to the data processing method and the data processing device of the instant messaging client, functions of the instant messaging client can be conveniently expanded, data real-time synchronization among the instant messaging clients of different user terminals can be achieved, and data consistency among the instant messaging clients of the same user account can be ensured under the condition that the same user terminal opens the instant messaging clients of the same user account.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
Fig. 1 is an implementation scenario diagram illustrating a data processing method of an instant messaging client according to an exemplary embodiment of the present disclosure.
Fig. 2 is a flowchart illustrating a data processing method of an instant messaging client according to an exemplary embodiment of the present disclosure.
Fig. 3 is a schematic diagram illustrating a plurality of preset communication types and a corresponding plurality of preset list update items and a plurality of preset chat window update items in a data processing method of an instant communication client according to an exemplary embodiment of the present disclosure.
Fig. 4 is a schematic diagram of a plurality of web page clients opened for the same user account at the same user terminal according to an exemplary embodiment of the present disclosure.
Fig. 5 is a block diagram illustrating a data processing apparatus of an instant messaging client according to an exemplary embodiment of the present disclosure.
Fig. 6 is a block diagram illustrating an electronic device according to an exemplary embodiment of the present disclosure.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The embodiments described in the examples below are not representative of all embodiments consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
It should be noted that, in this disclosure, "at least one of the items" refers to a case where three types of juxtaposition including "any one of the items", "a combination of any of the items", "an entirety of the items" are included. For example, "including at least one of a and B" includes three cases side by side as follows: (1) comprises A; (2) comprising B; (3) includes A and B. For example, "at least one of the first and second steps is executed", that is, three cases are juxtaposed as follows: (1) performing step one; (2) executing the second step; (3) executing the first step and the second step.
At present, when other functions are required to be expanded for the existing instant messaging client, the amount of data to be processed is large, so that the whole body can be pulled, and the workload of a developer is very large.
Therefore, the present disclosure provides a data processing method and a data processing device for an instant messaging client, which can facilitate the expansion of the functions of the instant messaging client, and can realize the real-time synchronization of data between the instant messaging clients of different user terminals, and can also ensure that the data between the instant messaging clients of the same user account is consistent when the same user terminal opens the instant messaging clients of the same user account.
Fig. 1 is an implementation scenario diagram illustrating a data processing method of an instant messaging client according to an exemplary embodiment of the present disclosure. Here, the instant communication client may include: a web client, a client mounted on a mobile terminal, a client mounted on a Personal Computer (PC), and the like. As shown in fig. 1, the implementation scenario includes a server 100, user terminals 110 and 120. Wherein both the user terminals 110, 120 and the server 100 can be used to implement the data processing method of the instant messaging client of the present disclosure, they can implement the data processing method through either a web client or a corresponding client installed thereon. In addition, the server 100 may also serve instant communication clients among the user terminals 110, 120 as instant communication servers, such as storing data of the clients, authenticating user account numbers, transmitting data to the clients, and the like. The user terminals are not limited to the number and types shown in the figures, including mobile terminals such as smartphones, tablet computers, personal computers, etc., but may also include any other electronic devices capable of instant messaging. In the case where the server 100 functions as an instant messaging server, the server 100 may be a single server, a server cluster formed by a plurality of servers, or a cloud computing platform or a virtualization center.
According to an exemplary embodiment of the present disclosure, the server 100 may transmit data as an instant communication server with the instant communication clients in the user terminals 110 and 120, so as to implement instant communication between a plurality of instant communication clients logged in with different user accounts and logged in with the same user account. The invention is not limited thereto. The even-though communication can also be achieved by a related-art method.
In the case where the server 100 performs data transmission as an instant messaging server, a bidirectional channel may be established between the server 100 and the instant messaging clients of the user terminals 110 and 120 based on WebSocket protocol, so as to implement long connection between the server 100 and the instant messaging clients of the user terminals 110 and 120.
Next, a data processing method and apparatus of an instant communication client according to an exemplary embodiment of the present disclosure will be described with reference to fig. 2 to 5.
Fig. 2 is a flowchart illustrating a data processing method of an instant messaging client according to an exemplary embodiment of the present disclosure. Here, as described above, the instant messaging client may be a client mounted on a mobile terminal such as a smart phone or a tablet PC, a client mounted on a Personal Computer (PC), or a web client such as a mobile terminal or a personal computer, which is not limited in this disclosure. The user can start to use the instant messaging client by logging in the user account of the user on the instant messaging client, and can log in the webpage client to perform instant messaging by performing preset operation in the webpage browsing process. After logging in the user account, the instant messaging client can receive the data related to the user account for data processing. Here, the instant communication client logs in with a user account.
As shown in fig. 2, at step S210, pending data relating to a logged-in user account is received. Here, the data to be processed is data received by the instant messaging client and not yet processed according to information contained in the data. In the present disclosure, data to be processed includes communication type information and behavior information of the data to be processed. Wherein the communication type information indicates a communication type between the logged-in user account and the user account to which the data is transmitted. As one example, depending on the relationship between the user account to which data is sent and the logged-in user account, the communication types may include: private chat class, group chat class, subscription number class, etc. However, the communication types are not limited thereto and may be classified according to other principles. In addition, the behavior information of the data to be processed indicates the behavior of the data to be processed performed by the instant messaging client receiving the data to be processed. For example, the actions taken by the instant messaging client receiving the data to be processed may include: creating group chat, adding picture information, setting no disturbance and the like.
According to an exemplary embodiment of the present disclosure, the data to be processed related to the logged-in user account may include the following two types of data: the data sent by other instant messaging clients logged in with the user account and the data sent by the instant messaging clients logged in with other user accounts to the user account. That is, in the case where the same user account is respectively logged in a plurality of instant messaging clients of the same user terminal or different user terminals, data transmitted by the same user account through any one instant messaging client may be transmitted to other instant messaging clients (i.e., belonging to data to be processed related to the logged-in user account) having the user account. In addition, the data sent from the other user account to the logged-in user account may also belong to the data to be processed related to the logged-in user account. Here, the data transmitted by the instant communication client may include not only chat data but also client setting data. For example, in the case that a friend of the logged-in user account has a friend with a modified avatar, data of the modified avatar of the user account of the friend may be sent to the instant messaging client of the logged-in user account, which belongs to data to be processed related to the logged-in user account. In addition, when the same user account modifies the head portrait through any one instant messaging client, the data for modifying the head portrait can be sent from the any one instant messaging client to other instant messaging clients logged in with the same user account, and also belongs to the data to be processed related to the logged-in user account. Therefore, the real-time synchronization of the data among the instant messaging clients of different user terminals can be realized, and the data among the instant messaging clients of the same user account can be ensured to be consistent under the condition that the same user terminal opens a plurality of instant messaging clients of the same user account. It will be appreciated that the pending data related to the logged-in user account of the present disclosure is not limited thereto, and may include any other data related to the logged-in user account.
Furthermore, according to an exemplary embodiment of the present disclosure, before receiving the data to be processed related to the logged-in user account in step S210, it may further include: and establishing long connection with a transmitting end of the data to be processed. According to an exemplary embodiment of the present disclosure, in the case of implementing instant communication by data transmission through an instant communication server, a transmitting end of data to be processed may be the instant communication server, that is, an instant communication client having a user account logged in receives data related to the logged-in user account from the instant communication server. At this time, as described above, the instant messaging client and the instant messaging server may be made to make a long connection based on the Websocket protocol. Here, long connection means that after connection is established, the connection state is kept unchanged until log-out or network failure occurs. In the long connection state, both connected parties can perform bidirectional data transmission.
It is understood that the sending end of the data to be processed is not limited to the instant messaging server, but may be any instant messaging client capable of making long connections.
By establishing long connection with the sending end of the data to be processed, the data can be received in real time after the long connection is established, and the function of instant messaging is realized.
According to an exemplary embodiment of the present disclosure, the step of receiving the pending data related to the logged-in user account at step S210 may further include: and receiving historical data related to the logged-in user account before establishing the long connection as data to be processed. That is, historical data related to the logged-in user account before the long connection is established may be received as data to be processed. For example, when a user logs in a user account (establishes a long connection with an instant communication server) for the first time at an instant communication client of a certain user terminal, data generated at the time of logging in other instant communication clients before the user account may be received as data to be processed, and the data to be processed may be further processed as described later.
Therefore, the data integrity of the same user account when logging in each instant messaging client can be ensured.
According to an exemplary embodiment of the present disclosure, the step of receiving the pending data related to the logged-in user account at step S210 may further include: in the case that the received data to be processed requires the context data, after the context data is acquired, the context data is combined with the data to be processed as the data to be processed. Here, the context data refers to related data required in the data processing of the data to be processed. For example, in the case where a friend that does not exist in the chat window list sends a message to a logged-in user account, when receiving data to be processed related to the message sent by the friend, since the friend does not exist in the current chat window list, personal information (such as a head portrait, a nickname, a remark, etc.) of the friend needs to be acquired to add the friend to the chat window list when processing the data to be processed, where the personal information of the friend is context data of the data to be processed. The context data may be acquired by various methods of the related art. After the context data is acquired, the context data may be combined with the data to be processed by various methods of the related art, thereby performing data processing as the data to be processed (new data to be processed).
Then, in step S220, a matching communication type that matches the communication type information from among a plurality of preset communication types is determined according to the communication type information of the data to be processed. That is, it is determined which one of a plurality of preset communication types the communication type of the data to be processed is, and the communication type is taken as the matching communication type.
According to an exemplary embodiment of the present disclosure, the plurality of preset communication types may include: private chat class, group chat class, and subscription number class. It will be appreciated that the present invention is not limited thereto, and a plurality of preset communication types different from the above may be preset according to other principles, and the number of preset communication types may be increased as needed, so as to extend the functions of the instant messaging client.
Fig. 3 is a schematic diagram illustrating a plurality of preset communication types and a corresponding plurality of preset list update items and a plurality of preset chat window update items in a data processing method of an instant communication client according to an exemplary embodiment of the present disclosure.
As shown in fig. 3, the plurality of preset communication types includes: private chat class, group chat class, and subscription number class. The plurality of preset communication types are obtained by classifying the communication types of the data to be processed in advance according to the relation between the user account sending the data to the logged-in user account and the user account.
Then, in step S230, according to the behavior information of the data to be processed, update items involved in the behavior of the data to be processed under the matching communication type are determined. Here, the update items involved in the behavior of the data to be processed in matching the communication type are data update units that are required to be embodied (rendered) in a predetermined area of the instant communication client, which are generated by the behavior of the data to be processed. For example, in the case that the behavior of the data to be processed is newly added picture information and the matching communication type is group chat, the related update items may include: changing list index (i.e., changing list item position) in chat window list area, adding unread number in chat window list area, updating up-to-date rendering of one message in chat window list area, adding picture message in chat window area. However, the present invention is not limited thereto, and the required update items may be designed as needed.
Then, in step S240, in the case that there is a list update item in which data update is located in the chat window list area of the client among the update items determined in step S230, a matching list update item corresponding to the matching communication type, which matches the list update item among a plurality of preset list update items in the chat window list area, is determined. For example, in the case where the behavior of the data to be processed is the newly added picture information and the matching communication type is the group chat, it is known that there is a list update item of which data update is located in the chat window list area of the client (i.e., an item of which data update is performed in the chat window list area, rendering of one message for changing the list index, adding unread and updating the latest one message) among the update items thereof as described above, and then a matching list update item matching the list update item (i.e., changing the list index, adding unread and updating rendering of the latest one message) among a plurality of preset list update items in the chat window list area corresponding to the group chat is determined.
As shown in fig. 3, according to an exemplary embodiment of the present disclosure, a plurality of preset list update items in a chat window list area corresponding to a private chat class may include: adding list index, altering list index, deleting list index, updating header, updating level, adding mask identification, adding unread, clearing unread, and updating the rendering of the latest message. It can be appreciated that the present invention is not limited thereto, and the preset list update item may be added as needed, thereby expanding the functions of the instant messaging client.
As shown in fig. 3, according to an exemplary embodiment of the present disclosure, a plurality of preset list update items in a chat window list area corresponding to a group chat may include: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, updating the rendering of the latest message, updating the person @ my rendering, and updating the rendering of group advertisement. It can be appreciated that the present invention is not limited thereto, and the preset list update item may be added as needed, thereby expanding the functions of the instant messaging client.
In this manner, it can be determined that a matching list update item that matches the list update item (i.e., change list index, add unread, and update render of the latest message) among a plurality of preset list update items of the chat window list area corresponding to the group chat class has a change list index, add unread, and update render of the latest message.
As shown in fig. 3, according to an exemplary embodiment of the present disclosure, a plurality of preset list update items in a chat window list area corresponding to a subscription number class may include: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, and updating the rendering of the latest message. It can be appreciated that the present invention is not limited thereto, and the preset list update item may be added as needed, thereby expanding the functions of the instant messaging client.
Then, in step S250, data update of the matching list update item is performed. As described above, in the case where the determined matching list update item has the change list index, the unread addition, and the update of the rendering of the latest one message, the change list index, the unread addition, and the update of the data of the rendering of the latest one message are sequentially performed. Here, the execution order is not particularly limited, and may be set as necessary.
According to an exemplary embodiment of the present disclosure, the data processing method of the instant communication client may further include: under the condition that data in the update items update chat window update items in a chat window area of the client, determining matching chat window update items which are matched with the chat window update items in a plurality of preset chat window update items in the chat window area and correspond to the matching communication types, and executing data update of the matching chat window update items. For example, in the case where the behavior of the data to be processed is newly added picture information and the matching communication type is group chat, it is known that there is a chat window update item (i.e., an item for data update in the chat window area, which is an added picture message) of the chat window area of the client whose data update is performed among the update items as described above, and then a matching chat window update item (i.e., an added picture message) that matches the chat window update item among a plurality of preset chat window update items in the chat window area corresponding to the group chat is determined.
As shown in fig. 3, according to an exemplary embodiment of the present disclosure, a plurality of preset chat window update items in a chat window area corresponding to a private chat class may include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, deleting a message, updating a rating, updating a head portrait, updating a remark, and updating a nickname. It can be appreciated that the present invention is not limited thereto, and the preset chat window update item can be added as needed, thereby expanding the functions of the instant messaging client.
As shown in fig. 3, according to an exemplary embodiment of the present disclosure, a plurality of preset chat window update items in a chat window area corresponding to a group chat may include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, updating group announcements, deleting a message, updating a rating, updating an avatar, updating a remark, updating a nickname, and updating an achievement. It can be appreciated that the present invention is not limited thereto, and the preset chat window update item can be added as needed, thereby expanding the functions of the instant messaging client. Here, the card type message refers to a message link shared in the form of a card.
As shown in fig. 3, since an add picture message is included in a plurality of preset chat window update items in the chat window area corresponding to the group chat, there is an add picture message in a matching chat window update item that matches the chat window update item (i.e., the add picture message). And then performs data update of the add picture message.
As shown in fig. 3, according to an exemplary embodiment of the present disclosure, a plurality of preset chat window update items in a chat window area corresponding to a subscription number class may include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card type messages, adding plain text messages, adding system prompt messages, updating head images, updating notes, and updating nicknames. It can be appreciated that the present invention is not limited thereto, and the preset chat window update item can be added as needed, thereby expanding the functions of the instant messaging client.
According to an exemplary embodiment of the present disclosure, the step of performing the data update that matches the chat window update item may further include: in a state where the client is not in a state of activating a chat window of a communication object related to data to be processed, data update matching the chat window update item is not performed. That is, in the case where the client does not currently display a chat window with the user account that transmits the data to be processed, the data update of the matching chat window update item is not performed in the chat window area, but the data update of the matching list update item is performed in the chat window list area. It should be noted that the data update of the matching chat window update item is performed when the user operates the instant messaging client to activate the chat window.
Fig. 4 is a schematic diagram of a plurality of web page clients opened for the same user account at the same user terminal according to an exemplary embodiment of the present disclosure. As shown in fig. 4, the upper diagram shows a schematic view of a browser window a of a web client logged in to the same user account at the same user terminal, and the lower diagram shows a schematic view of a browser window b of a web client logged in to the same user account at the same user terminal. The left frame of the browser window a is a chat window list area, and the right frame of the browser window a is a chat window area. Browser window a is in a state of activating a chat window with user a, and browser window B is in a state of activating a chat window with user B. According to the chat window list area on the left side of the browser window a and the browser window B, the latest messages respectively chatting with the user A, the user B and the user C in the two webpage clients are the same, so that the data consistency among the instant messaging clients aiming at the same user account is ensured under the condition that the same user terminal starts the instant messaging clients aiming at the same user account.
According to the data processing method of the instant messaging client according to the exemplary embodiment of the disclosure, functions of the instant messaging client can be conveniently expanded, data real-time synchronization between the instant messaging clients of different user terminals can be achieved, and data consistency between the instant messaging clients of the same user account can be ensured under the condition that the same user terminal opens the instant messaging clients of the same user account.
In addition, by adopting the data processing method of the exemplary embodiment of the present disclosure, the code robustness and maintainability of the instant communication client can be ensured.
Fig. 5 is a block diagram illustrating a data processing apparatus of an instant messaging client according to an exemplary embodiment of the present disclosure. The data processing apparatus described herein may be implemented by executing the data processing method of the instant messaging client shown in fig. 2. The instant messaging client logs in with a user account.
As shown in fig. 5, the data processing apparatus 500 of the instant communication client includes: a receiving unit 510, a first determining unit 520, a second determining unit 530, a third determining unit 540, and an executing unit 550.
Wherein the receiving unit 510 is configured to: and receiving data to be processed related to the logged-in user account, wherein the data to be processed comprises communication type information and behavior information of the data to be processed.
According to an exemplary embodiment of the present disclosure, the data to be processed related to the logged-in user account may include the following two types of data: the data sent by other instant messaging clients logged in with the user account and the data sent by the instant messaging clients logged in with other user accounts to the user account.
According to an exemplary embodiment of the present disclosure, the data processing apparatus 500 further includes a connection unit configured to establish a long connection with a transmitting end of the data to be processed before the receiving unit 510 receives the data to be processed related to the logged-in user account.
According to an exemplary embodiment of the present disclosure, the receiving unit 510 is further configured to receive, as the data to be processed, historical data related to the logged-in user account before the long connection is established.
According to an exemplary embodiment of the present disclosure, the receiving unit 510 is further configured to, in case that the received data to be processed requires context data, combine the context data with the data to be processed as the data to be processed after acquiring the context data.
The first determining unit 520 is configured to determine a matching communication type that matches the communication type information among a plurality of preset communication types according to the communication type information of the data to be processed.
According to an exemplary embodiment of the present disclosure, the plurality of preset communication types may include: private chat class, group chat class, and subscription number class.
The second determining unit 530 is configured to determine, based on behavior information of the data to be processed, update items involved in the behavior of the data to be processed under the matching communication type.
The third determining unit 540 is configured to determine, in a case where there is a list update item of the chat window list area where data update is located at the client among the update items, a matching list update item corresponding to the matching communication type, which matches the list update item among a plurality of preset list update items of the chat window list area.
According to an exemplary embodiment of the present disclosure, the plurality of preset list update items in the chat window list area corresponding to the private chat class may include: adding list index, altering list index, deleting list index, updating header, updating level, adding mask identification, adding unread, clearing unread, and updating the rendering of the latest message.
According to an exemplary embodiment of the present disclosure, the plurality of preset list update items in the chat window list area corresponding to the group chat class may include: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, updating the rendering of the latest message, updating the person @ my rendering, and updating the rendering of group advertisement.
According to an exemplary embodiment of the present disclosure, the plurality of preset list update items in the chat window list area corresponding to the subscription number class may include: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, and updating the rendering of the latest message.
The execution unit 550 is configured to execute data updating of the matching list update item.
According to an exemplary embodiment of the present disclosure, the third determining unit 540 may be further configured to determine a matching chat window update item corresponding to the matching communication type, which matches the chat window update item among a plurality of preset chat window update items of the chat window area, in a case where there is data to update the chat window update item of the chat window area located at the client among the update items.
According to an exemplary embodiment of the present disclosure, the plurality of preset chat window update items in the chat window area corresponding to the private chat class may include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, deleting a message, updating a rating, updating a head portrait, updating a remark, and updating a nickname.
According to an exemplary embodiment of the present disclosure, the plurality of preset chat window update items in the chat window area corresponding to the group chat class may include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, updating group announcements, deleting a message, updating a rating, updating an avatar, updating a remark, updating a nickname, and updating an achievement.
According to an exemplary embodiment of the present disclosure, the plurality of preset chat window update items in the chat window area corresponding to the subscription number class may include: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card type messages, adding plain text messages, adding system prompt messages, updating head images, updating notes, and updating nicknames.
The execution unit 550 may be further configured to perform a data update that matches the chat window update item.
According to an exemplary embodiment of the present disclosure, the execution unit 550 may be further configured to not perform data update matching the chat window update item in a state that the client is not in a state of activating the chat window of the communication object related to the data to be processed.
According to the data processing device of the instant messaging client according to the exemplary embodiment of the disclosure, functions of the instant messaging client can be conveniently expanded, data real-time synchronization between the instant messaging clients of different user terminals can be realized, and data consistency between the instant messaging clients of the same user account can be ensured under the condition that the same user terminal opens the instant messaging clients of the same user account.
It should be appreciated that the data processing apparatus of the instant messaging client according to the exemplary embodiment of the present disclosure may perform the method described above with reference to fig. 2 to 4, and will not be described herein again in order to avoid repetition.
Fig. 6 shows a block diagram of an electronic device according to an exemplary embodiment of the present disclosure.
The electronic device 600 includes at least one memory 610 having stored therein a set of computer-executable instructions that, when executed by the at least one processor, perform a data processing method for an instant messaging client in accordance with an exemplary embodiment of the present disclosure.
By way of example, the electronic device 600 may be a PC computer, tablet device, personal digital assistant, smart phone, or other device capable of executing the above-described set of instructions. Here, the electronic device 600 is not necessarily a single electronic device, but may be any apparatus or a collection of circuits capable of executing the above-described instructions (or instruction sets) individually or in combination. The electronic device 600 may also be part of an integrated control system or system manager, or may be configured as a portable electronic device that interfaces with either locally or remotely (e.g., via wireless transmission).
In electronic device 600, processor 620 may include a Central Processing Unit (CPU), a Graphics Processor (GPU), a programmable logic device, a special purpose processor system, a microcontroller, or a microprocessor. By way of example, and not limitation, processor 620 may also include an analog processor, a digital processor, a microprocessor, a multi-core processor, a processor array, a network processor, and the like.
Processor 620 may execute instructions or code stored in memory, wherein memory 610 may also store data. The instructions and data may also be transmitted and received over a network via a network interface device, which may employ any known transmission protocol.
The memory 610 may be integrated with the processor 620, for example, RAM or flash memory disposed within an integrated circuit microprocessor or the like. In addition, the memory 610 may include a stand-alone device, such as an external disk drive, a storage array, or any other storage device usable by a database system. The memory 610 and the processor 620 may be operatively coupled or may communicate with each other, such as through an I/O port, network connection, etc., such that the processor 620 is able to read files stored in the memory 610.
In addition, the electronic device 600 may also include a video display (such as a liquid crystal display) and a user interaction interface (such as a keyboard, mouse, touch input device, etc.). All components of the electronic device may be connected to each other via a bus and/or a network.
According to an exemplary embodiment of the present disclosure, there may also be provided a computer-readable storage medium, wherein instructions in the computer-readable storage medium, when executed by at least one processor, cause the at least one processor to perform the data processing method of the instant messaging client of the exemplary embodiment of the present disclosure. Examples of the computer readable storage medium herein include: read-only memory (ROM), random-access programmable read-only memory (PROM), electrically erasable programmable read-only memory (EEPROM), random-access memory (RAM), dynamic random-access memory (DRAM), static random-access memory (SRAM), flash memory, nonvolatile memory, CD-ROM, CD-R, CD + R, CD-RW, CD+RW, DVD-ROM, DVD-R, DVD + R, DVD-RW, DVD+RW, DVD-RAM, BD-ROM, BD-R, BD-R LTH, BD-RE, blu-ray or optical disk storage, hard Disk Drives (HDD), solid State Disks (SSD), card memory (such as multimedia cards, secure Digital (SD) cards or ultra-fast digital (XD) cards), magnetic tape, floppy disks, magneto-optical data storage, hard disks, solid state disks, and any other means configured to store computer programs and any associated data, data files and data structures in a non-transitory manner and to provide the computer programs and any associated data, data files and data structures to a processor or computer to enable the processor or computer to execute the programs. The computer programs in the computer readable storage media described above can be run in an environment deployed in a computer device, such as a client, host, proxy device, server, etc., and further, in one example, the computer programs and any associated data, data files, and data structures are distributed across networked computer systems such that the computer programs and any associated data, data files, and data structures are stored, accessed, and executed in a distributed fashion by one or more processors or computers.
According to an exemplary embodiment of the present disclosure, a computer program product is provided, comprising computer instructions which, when executed by a processor, implement a data processing method of an instant messaging client of an exemplary embodiment of the present disclosure.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any adaptations, uses, or adaptations of the disclosure following the general principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (30)

1. The data processing method of the instant messaging client is characterized in that the instant messaging client logs in a user account, and the data processing method comprises the following steps:
Receiving data to be processed related to the user account, wherein the data to be processed comprises communication type information and behavior information of the data to be processed;
determining a matched communication type matched with the communication type information in a plurality of preset communication types according to the communication type information;
according to the behavior information, determining update items involved in the behavior of the data to be processed under the matched communication type;
under the condition that the data in the update items update the list update items in the chat window list area of the client, determining a matching list update item which is matched with the list update items in a plurality of preset list update items in the chat window list area and corresponds to the matching communication type, wherein the number of the preset communication types and the preset list update items are increased as required, so that the function of the instant messaging client is expanded;
and executing data updating of the matching list updating item.
2. The data processing method according to claim 1, characterized in that the data processing method further comprises:
under the condition that data in the update items update chat window update items in a chat window area of the client, determining matched chat window update items which are matched with the chat window update items in a plurality of preset chat window update items in the chat window area and correspond to the matched communication types;
And executing the data updating of the matched chat window updating item.
3. The data processing method of claim 2, wherein the step of performing the data update of the matched chat window update item further comprises: and in a state that the client is not in a state of activating a chat window of a communication object related to the data to be processed, not executing data update of the matched chat window update item.
4. The data processing method according to claim 1 or 2, wherein the plurality of preset communication types include: private chat class, group chat class, and subscription number class.
5. The data processing method of claim 4, wherein the plurality of preset list update items in the chat window list area corresponding to the private chat class comprises: adding list index, altering list index, deleting list index, updating header, updating level, adding mask identification, adding unread, clearing unread, and updating the rendering of the latest message.
6. The data processing method according to claim 4, wherein the plurality of preset chat window update items in the chat window area corresponding to the private chat class includes: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, deleting a message, updating a rating, updating a head portrait, updating a remark, and updating a nickname.
7. The data processing method according to claim 4, wherein the plurality of preset list update items in the chat window list area corresponding to the group chat class includes: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, updating the rendering of the latest message, updating the person @ my rendering, and updating the rendering of group advertisement.
8. The data processing method according to claim 4, wherein the plurality of preset chat window update items in the chat window area corresponding to the group chat class includes: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, updating group announcements, deleting a message, updating a rating, updating an avatar, updating a remark, updating a nickname, and updating an achievement.
9. The data processing method according to claim 4, wherein the plurality of preset list update items in the chat window list area corresponding to the subscription number class includes: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, and updating the rendering of the latest message.
10. The data processing method according to claim 4, wherein the plurality of preset chat window update items in the chat window area corresponding to the subscription number class includes: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card type messages, adding plain text messages, adding system prompt messages, updating head images, updating notes, and updating nicknames.
11. The data processing method according to claim 1, further comprising, before receiving the data to be processed related to the user account:
and establishing long connection with the sending end of the data to be processed.
12. The data processing method of claim 11, wherein the step of receiving data to be processed associated with the user account further comprises:
and receiving historical data related to the user account before long connection is established as the data to be processed.
13. The data processing method of claim 1, wherein the step of receiving data to be processed associated with the user account further comprises:
and combining the context data with the data to be processed as the data to be processed after acquiring the context data under the condition that the received data to be processed needs the context data.
14. The data processing method according to claim 1, wherein the data to be processed related to the user account includes two data of: the data sent by other instant messaging clients logged in with the user account and the data sent by the instant messaging clients logged in with other user accounts to the user account.
15. A data processing apparatus of an instant messaging client, wherein the instant messaging client logs in with a user account, the data processing apparatus comprising:
a receiving unit configured to: receiving data to be processed related to the user account, wherein the data to be processed comprises communication type information and behavior information of the data to be processed;
a first determination unit configured to: determining a matched communication type matched with the communication type information in a plurality of preset communication types according to the communication type information;
a second determination unit configured to: according to the behavior information, determining update items involved in the behavior of the data to be processed under the matched communication type;
a third determination unit configured to: under the condition that the data in the update items update the list update items in the chat window list area of the client, determining a matching list update item which is matched with the list update items in a plurality of preset list update items in the chat window list area and corresponds to the matching communication type, wherein the number of the preset communication types and the preset list update items are increased as required, so that the function of the instant messaging client is expanded;
An execution unit configured to: and executing data updating of the matching list updating item.
16. The data processing apparatus of claim 15, wherein,
the third determination unit is further configured to: under the condition that data in the updating items update the chat window updating items in the chat window area of the client, determining matching chat window updating items which are matched with the chat window updating items in a plurality of preset chat window updating items in the chat window area and correspond to the matching communication type,
the execution unit is further configured to: and executing the data updating of the matched chat window updating item.
17. The data processing apparatus of claim 16, wherein the execution unit is further configured to: and in a state that the client is not in a state of activating a chat window of a communication object related to the data to be processed, not executing data update of the matched chat window update item.
18. The data processing apparatus according to claim 15 or 16, wherein the plurality of preset communication types includes: private chat class, group chat class, and subscription number class.
19. The data processing apparatus of claim 18, wherein the plurality of preset list update items in the chat window list area corresponding to the private chat class comprises: adding list index, altering list index, deleting list index, updating header, updating level, adding mask identification, adding unread, clearing unread, and updating the rendering of the latest message.
20. The data processing apparatus of claim 18, wherein the plurality of preset chat window update items in the chat window area corresponding to the private chat class comprises: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, deleting a message, updating a rating, updating a head portrait, updating a remark, and updating a nickname.
21. The data processing apparatus of claim 18, wherein the plurality of preset list update items in the chat window list area corresponding to the group chat class comprises: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, updating the rendering of the latest message, updating the person @ my rendering, and updating the rendering of group advertisement.
22. The data processing apparatus of claim 18, wherein the plurality of preset chat window update items in the chat window area corresponding to the group chat class comprises: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card messages, adding plain text messages, adding system hint messages, updating group announcements, deleting a message, updating a rating, updating an avatar, updating a remark, updating a nickname, and updating an achievement.
23. The data processing apparatus of claim 18, wherein the plurality of preset list update items in the chat window list area corresponding to the subscription number class comprises: adding list index, altering list index, deleting list index, updating head, updating title, updating level, adding no-disturb flag, adding unread, clearing unread, and updating the rendering of the latest message.
24. The data processing apparatus of claim 18, wherein the plurality of preset chat window update items in the chat window area corresponding to the subscription number class comprises: adding picture messages, adding video messages, adding audio messages, adding attachments, adding card type messages, adding plain text messages, adding system prompt messages, updating head images, updating notes, and updating nicknames.
25. The data processing apparatus according to claim 15, further comprising a connection unit configured to: and before the receiving unit receives the data to be processed related to the user account, establishing long connection with a transmitting end of the data to be processed.
26. The data processing apparatus of claim 25, wherein the receiving unit is further configured to:
and receiving historical data related to the user account before long connection is established as the data to be processed.
27. The data processing apparatus of claim 15, wherein the receiving unit is further configured to:
and combining the context data with the data to be processed as the data to be processed after acquiring the context data under the condition that the received data to be processed needs the context data.
28. The data processing apparatus according to claim 15, wherein the data to be processed relating to the user account includes two data of: the data sent by other instant messaging clients logged in with the user account and the data sent by the instant messaging clients logged in with other user accounts to the user account.
29. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the data processing method of any one of claims 1 to 14.
30. A computer readable storage medium, characterized in that instructions in the computer readable storage medium, when executed by a processor of an electronic device, cause the electronic device to perform the data processing method of any of claims 1 to 14.
CN202110974614.XA 2021-08-24 2021-08-24 Data processing method and data processing device of instant messaging client Active CN113645129B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110974614.XA CN113645129B (en) 2021-08-24 2021-08-24 Data processing method and data processing device of instant messaging client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110974614.XA CN113645129B (en) 2021-08-24 2021-08-24 Data processing method and data processing device of instant messaging client

Publications (2)

Publication Number Publication Date
CN113645129A CN113645129A (en) 2021-11-12
CN113645129B true CN113645129B (en) 2023-07-04

Family

ID=78423594

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110974614.XA Active CN113645129B (en) 2021-08-24 2021-08-24 Data processing method and data processing device of instant messaging client

Country Status (1)

Country Link
CN (1) CN113645129B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338581B (en) * 2022-01-10 2023-09-29 土巴兔集团股份有限公司 Multi-account communication management method and related device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899501A (en) * 2015-06-24 2015-09-09 小米科技有限责任公司 Dialog list display method and device and terminal
WO2017101726A1 (en) * 2015-12-18 2017-06-22 阿里巴巴集团控股有限公司 Method and device for message display
CN110417845A (en) * 2018-11-30 2019-11-05 腾讯科技(深圳)有限公司 A kind of method of data synchronization, device and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102185875A (en) * 2011-01-30 2011-09-14 北京开心人信息技术有限公司 Synchronous information updating method and system
US8375400B2 (en) * 2011-02-11 2013-02-12 Research In Motion Limited Communication device and method for coherent updating of collated message listings
US9489657B2 (en) * 2012-02-21 2016-11-08 Microsoft Technology Licensing, Llc Aggregation and visualization of multiple chat room information
CN104753985B (en) * 2013-12-30 2018-12-28 腾讯科技(深圳)有限公司 Session list display methods and device
WO2016046824A1 (en) * 2014-09-22 2016-03-31 Melzer Roy S Interactive user interface based on analysis of chat messages content
CN106302138B (en) * 2016-10-31 2019-08-02 宇龙计算机通信科技(深圳)有限公司 A kind of method of data synchronization based on more instant communication clients, apparatus and system
CN108449194A (en) * 2018-02-07 2018-08-24 链家网(北京)科技有限公司 A kind of method and device that user is reminded in group chat
CN109936621B (en) * 2019-01-28 2022-08-26 平安科技(深圳)有限公司 Information security multi-page message pushing method, device, equipment and storage medium
CN110391974A (en) * 2019-08-01 2019-10-29 北京云中融信网络科技有限公司 A kind of message synchronization method, server-side, terminal and system
CN111711558B (en) * 2020-05-28 2023-06-09 腾讯科技(深圳)有限公司 Message control method and device
CN112134784A (en) * 2020-09-03 2020-12-25 北京达佳互联信息技术有限公司 Message display method, device, terminal, server, system and storage medium
CN113179206B (en) * 2021-04-09 2022-11-22 北京达佳互联信息技术有限公司 Session display method, session acquisition method, device, equipment, system and medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899501A (en) * 2015-06-24 2015-09-09 小米科技有限责任公司 Dialog list display method and device and terminal
WO2017101726A1 (en) * 2015-12-18 2017-06-22 阿里巴巴集团控股有限公司 Method and device for message display
CN110417845A (en) * 2018-11-30 2019-11-05 腾讯科技(深圳)有限公司 A kind of method of data synchronization, device and storage medium

Also Published As

Publication number Publication date
CN113645129A (en) 2021-11-12

Similar Documents

Publication Publication Date Title
US10740277B2 (en) Method and system for embedded personalized communication
JP5894080B2 (en) Communication channel between web application and process outside browser
US11196835B2 (en) Displaying context in group chats using member tagging
US9448781B2 (en) Application installer transmission system, server, and program
JP7397094B2 (en) Resource configuration method, resource configuration device, computer equipment, and computer program
CN111481939B (en) Game account control method, device, medium and electronic equipment
US20170134364A1 (en) Note update method and device
CN111130986B (en) Message sending method, device, equipment and storage medium
KR20200024317A (en) Improved messaging system
CN113645129B (en) Data processing method and data processing device of instant messaging client
US10387516B2 (en) Selecting content with an external link for presentation based on user interaction with external content
JP7369229B2 (en) How to change the skin of the mini program page, devices and electronic devices
CN112395259A (en) File operating system, operating method, computer equipment and medium
US11005797B2 (en) Method, system and server for removing alerts
WO2008006115A9 (en) A method and system for embedded personalized communication
US10812437B1 (en) Ranking items using a unified model
CN112822089B (en) Method and device for adding friends
CN113365088B (en) Data processing method, data processing apparatus, electronic device, storage medium, and program product
US20230004261A1 (en) Data processing method, terminal device and server device
CN112449057B (en) Message prompting method and device, storage medium and electronic device
CN114500438B (en) File sharing method and device, electronic equipment and storage medium
US20170208028A1 (en) Splitting message channels
CN114021055A (en) Friend information acquisition method, device, equipment and storage medium
CN113342965B (en) Intention prediction and feedback method, device, computer equipment and readable storage medium
CN117093627A (en) Information mining method, device, electronic equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant