CN114760259A - Offline message sending method and device, electronic equipment and readable storage medium - Google Patents

Offline message sending method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN114760259A
CN114760259A CN202210452497.5A CN202210452497A CN114760259A CN 114760259 A CN114760259 A CN 114760259A CN 202210452497 A CN202210452497 A CN 202210452497A CN 114760259 A CN114760259 A CN 114760259A
Authority
CN
China
Prior art keywords
message
sent
target
receiving end
offline
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.)
Granted
Application number
CN202210452497.5A
Other languages
Chinese (zh)
Other versions
CN114760259B (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.)
Shenzhen Xiaopai Technology Co ltd
Original Assignee
Shenzhen Xiaopai 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 Shenzhen Xiaopai Technology Co ltd filed Critical Shenzhen Xiaopai Technology Co ltd
Priority to CN202210452497.5A priority Critical patent/CN114760259B/en
Publication of CN114760259A publication Critical patent/CN114760259A/en
Application granted granted Critical
Publication of CN114760259B publication Critical patent/CN114760259B/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/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/18Commands or executable codes

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses an offline message sending method, an offline message sending device, electronic equipment and a readable storage medium, which are applied to message middleware, wherein the message middleware is in communication connection with a message sending end, and the offline message sending method comprises the following steps: receiving a request message sent by a message receiving terminal, and establishing a message channel between the message receiving terminal and the message sending terminal under a target theme according to the request message; if the message receiving end is detected to be in an off-line state, acquiring a target message sent to the message receiving end by the message sending end through a message channel; if the message receiving end is detected to be changed from the off-line state to the on-line state, filtering the target message to obtain the filtered target message; and determining whether the filtered target message is sent to a message receiving end or not by judging whether the filtered target message has a message to be sent or not. The method and the device solve the technical problem that the confidentiality of the withdrawn offline message sent by the message sending end is low in the prior art.

Description

Offline message sending method and device, electronic equipment and readable storage medium
Technical Field
The present application relates to the field of data processing technologies, and in particular, to an offline message sending method, an offline message sending device, an electronic device, and a readable storage medium.
Background
With the continuous development of technology, an internet-based Message transmission mode is becoming the mainstream of the era, wherein, in order to deal with practical scenarios such as low bandwidth and unstable network environment, an MQTT (Message Queuing Telemetry Transport) with characteristics of openness, simplicity, specification, and the like will come to have a wider application prospect, at present, the MQTT has a set of mechanism for stable Message transmission, which can ensure Message communication between a client and a Message server, and when the client is in an offline state, the server can store a certain amount of offline messages for the client to reconnect and then receive related messages in time, however, if an operator sending the offline messages needs to withdraw or cancel sending the offline messages stored in the Message server due to operational errors and the like, a withdrawal type Message needs to be sent to a Message receiving end under normal circumstances, and then the offline message is withdrawn from the service layer, but at this time, the offline message is already sent to the message receiving end, which causes that the offline message is not withdrawn in real time, i.e. post-processed, and further causes that the offline message is easy to leak, so the confidentiality of the withdrawal after the offline message of the current message sending end is low.
Disclosure of Invention
The application mainly aims to provide an offline message sending method, an offline message sending device, electronic equipment and a readable storage medium, and aims to solve the technical problem that confidentiality of withdrawal of an offline message sent by a message sending end is low in the prior art.
In order to achieve the above object, the present application provides an offline message sending method, which is applied to a message middleware, where the message middleware is in communication connection with a message sending end, and the offline message sending method includes:
receiving a request message sent by a message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target theme according to the request message;
if the message receiving end is detected to be in an off-line state, acquiring a target message sent to the message receiving end by the message sending end through the message channel;
if the message receiving end is detected to be converted from the offline state to the online state, filtering the target message to obtain a filtered target message;
and determining whether the filtered target message is sent to the message receiving end or not by judging whether the filtered target message has a message to be sent or not.
Optionally, the filtered target message includes a message to be sent and a message to be withdrawn, and the step of filtering the target message to obtain the filtered target message includes:
judging whether the first attribute to be filtered of the target message is consistent with the rule attribute of a preset first filtering rule or not;
if the message is consistent with the target message to be withdrawn, taking the filtered target message as the message to be withdrawn;
and if the target message is inconsistent with the message to be sent, taking the filtered target message as the message to be sent.
Optionally, the filtered target message includes a message to be sent and a message to be withdrawn, and the step of filtering the target message to obtain the filtered target message includes:
acquiring a preset number of second filtering rules in a preset filtering chain;
detecting whether a target filtering attribute exists in second attributes to be filtered of the target message or not according to the rule attributes of the second filtering rules;
if yes, generating a filtering termination command, and taking the filtered target message as the message to be withdrawn;
and if the target message does not exist, taking the filtered target message as the message to be sent.
Optionally, the step of determining whether to send the filtered target message to the message receiving end by judging whether the filtered target message has a message to be sent includes:
judging whether the filtered target message has a message to be sent;
if the message to be sent exists, the message to be sent is sent to the message receiving end;
and if the target message does not exist, deleting the filtered target message.
Optionally, the step of sending the message to be sent to the message receiving end includes:
acquiring the message level type between the message sending end and the message receiving end;
if the message level type is a first type message level, continuously sending the filtered message to be sent to the message receiving end;
if the message level type is a second type message level, judging whether the filtered message to be sent is repeated;
if so, integrating the filtered messages to be sent and sending the integrated messages to the message receiving end;
and if not, sending the filtered message to be sent to the message receiving end.
Optionally, the step of acquiring, through the message channel, the target message sent by the message sending end to the message receiving end if it is detected that the message receiving end is in an offline state includes:
if the message receiving end is detected to be in an off-line state, detecting whether the target message exists in the message channel;
and if so, acquiring the target message and storing the target message to a message queue to be sent.
Optionally, the step of receiving a request message sent by a message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target topic according to the request message includes:
receiving a communication request message sent by the message receiving terminal, and connecting the message receiving terminal according to the communication request message;
and receiving a target theme subscription message sent by the message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target theme according to the target theme subscription message.
In order to achieve the above object, the present application further provides an offline message sending apparatus, which is applied to a message middleware, where the message middleware is in communication connection with a message sending end, and the offline message sending apparatus includes:
the message communication module is used for receiving a request message sent by a message receiving end and establishing a message channel between the message receiving end and the message sending end under a target theme according to the request message;
a message obtaining module, configured to obtain, through the message channel, a target message sent by the message sending end to the message receiving end if it is detected that the message receiving end is in an offline state;
the message filtering module is used for filtering the target message to obtain a filtered target message if the message receiving end is detected to be converted from the offline state to the online state;
and the message processing module is used for determining whether the filtered target message is sent to the message receiving end by judging whether the filtered target message has a message to be sent.
Optionally, the filtered target message includes a message to be sent and a message to be withdrawn, and the message filtering module is further configured to:
judging whether the first attribute to be filtered of the target message is consistent with the rule attribute of a preset first filtering rule or not;
if the message is consistent with the target message to be withdrawn, taking the filtered target message as the message to be withdrawn;
and if the target message is inconsistent with the message to be sent, taking the filtered target message as the message to be sent.
Optionally, the filtered target message includes a message to be sent and a message to be withdrawn, and the message filtering module is further configured to:
acquiring a preset number of second filtering rules in a preset filtering chain;
detecting whether a target filtering attribute exists in second attributes to be filtered of the target message or not according to the rule attribute of each second filtering rule;
if yes, generating a filtering termination command, and taking the filtered target message as the message to be withdrawn;
and if the target message does not exist, taking the filtered target message as the message to be sent.
Optionally, the message processing module is further configured to:
judging whether the filtered target message has a message to be sent;
if the message to be sent exists, the message to be sent is sent to the message receiving end;
and if not, deleting the filtered target message.
Optionally, the message processing module is further configured to:
acquiring the message level type between the message sending end and the message receiving end;
if the message level type is a first type message level, continuously sending the filtered message to be sent to the message receiving end;
if the message level type is a second type message level, judging whether the filtered message to be sent is repeated;
if so, integrating the filtered messages to be sent and sending the integrated messages to the message receiving end;
and if not, sending the filtered message to be sent to the message receiving end.
Optionally, the message obtaining module is further configured to:
if the message receiving end is detected to be in an off-line state, detecting whether the target message exists in the message channel or not;
and if so, acquiring the target message and storing the target message to a message queue to be sent.
Optionally, the message communication module is further configured to:
receiving a communication request message sent by the message receiving terminal, and connecting the message receiving terminal according to the communication request message;
and receiving a target topic subscription message sent by the message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target topic according to the target topic subscription message.
The present application further provides an electronic device, the electronic device including: a memory, a processor and a program of the offline message sending method stored on the memory and executable on the processor, the program of the offline message sending method being executable by the processor to implement the steps of the offline message sending method as described above.
The present application also provides a computer-readable storage medium having stored thereon a program for implementing an offline message sending method, which when executed by a processor implements the steps of the offline message sending method as described above.
The present application also provides a computer program product comprising a computer program which, when executed by a processor, performs the steps of the offline message sending method as described above.
The application provides an offline message sending method, an offline message sending device, electronic equipment and a readable storage medium, which are applied to a message middleware, wherein the message middleware is in communication connection with a message sending end, namely, receives a request message sent by a message receiving end, and establishes a message channel of the message receiving end and the message sending end under a target theme according to the request message so that the message sending end and the message receiving end can perform message interaction under the target theme through the message channel of the message middleware; further, if the message receiving end is detected to be in an off-line state, acquiring a target message sent to the message receiving end by the message sending end through the message channel, namely acquiring an off-line message; if the message receiving end is detected to be converted from the offline state to the online state, filtering the target message to obtain a filtered target message; and determining whether to send the filtered target message to the message receiving end by judging whether the filtered target message has a message to be sent. Because the filtering rule preset in the message filter by an operator can further filter the offline message in the message middleware, the purpose of controlling whether the offline message is sent to the message receiving end or not through the message middleware is realized, and further, if the filtered message does not have the message to be sent, the filtered message can be controlled in the message middleware, so that the offline message is withdrawn before reaching the message receiving end, instead of sending a withdrawal type message to the message receiving end, and then the offline withdrawal is finished from the business level, that is, the technical defect that the offline message is easy to leak due to the adoption of a post-processing mode in the prior art is overcome, and the withdrawal confidentiality of the offline message sent by the message sending end is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application.
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
Fig. 1 is a flowchart illustrating a first embodiment of an offline message sending method according to the present application;
FIG. 2 is a schematic diagram illustrating the filtering operation in the one-to-many subscription mode according to the present application;
FIG. 3 is a diagram illustrating the processing of message middleware of the present application;
fig. 4 is a flowchart illustrating a second embodiment of an offline message sending method according to the present application;
FIG. 5 is a schematic diagram of a pre-filter chain according to the present application;
fig. 6 is a schematic device structure diagram of a hardware operating environment related to an offline message sending method in an embodiment of the present application.
The objectives, features, and advantages of the present application will be further described with reference to the accompanying drawings.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
First, it should be understood that for MQTT, MQTT message middleware (Broker) is used to support message communication between a message sender (Publisher) and a message receiver (Subscriber), and the interaction flow between the three is as follows: when the message middleware is in communication connection with both a message sender and a message receiver, the message sender sends a message to the message middleware, the message middleware further sends the message to the message receiver, after the message receiver consumes the message, a response message is fed back to the message middleware, and finally the message middleware removes the message, wherein if the message receiver is offline in the message interaction process, the message middleware clears the conversation between the message receiver and the message sender, can still maintain a certain amount of offline messages for the message receiver depending on the unique client identification of the message receiver and the setting to meet the configuration requirement of the message sender, and further completes the pushing of the message after the message receiver is reconnected, but if in the message interaction process, an operator wants to withdraw a certain offline message stored in the message middleware, only the corresponding withdrawal type message can be sent, and at this time, the offline message is already received by the message receiver when the message receiver reconnects, that is, the confidentiality of withdrawal of the offline message is not high, so a message sending method for improving the confidentiality of withdrawal after sending the offline message at the message sending end is needed.
An embodiment of the present application provides an offline message sending method, which, in a first embodiment of the offline message sending method of the present application, is applied to a message middleware, where the message middleware is in communication connection with a message sending end, and with reference to fig. 1, the offline message sending method includes:
step S10, receiving a request message sent by a message receiving terminal, and establishing a message channel between the message receiving terminal and the message sending terminal under a target theme according to the request message;
in this embodiment, it should be noted that the message sender is a publisher of a message, and may specifically be one or more, the message receiver is a subscriber of a message, and specifically be one or more, the message middleware is configured to implement functions of answering, storing, and retransmitting a message, and specifically may be any one of ActiveMQ, RabbitMQ, Kafka, and rocktmq, where the storage function of the message middleware is configured to maintain a mapping relationship between Topic (message subject) and a message Queue (Queue), the message Queue is a logical area in the message middleware where a message is actually stored, for a many-to-many message subscription mode, messages sent by different message senders are sequentially stored in the message Queue according to a sending order, if different message receivers want to consume related messages in the message Queue, the message senders need to subscribe a subject before receiving the message, and after subscribing the subject, the message receiver can receive all messages under the theme.
Additionally, it should be noted that the target topic is used to characterize a message topic class to which the target message belongs, the topic type of the message topic may specifically be "payment", "bank card", and "name", and the request message is used to establish a message channel for a message receiving end corresponding to the request message, and the message channel is used to characterize a message interaction channel between the message receiving end and the message sending end under a certain topic, for example, assuming that the message sending end is a and the message receiving ends are B, C and D, where both B and C send the request message to the message middleware, the message middleware does not establish the message interaction channel for D, and establishes different message interaction channels for B and C.
As an example, step S10 includes: receiving a request message sent by at least one message receiving terminal, and establishing a message channel of each message receiving terminal and the message sending terminal under a target message theme according to the request message.
The step of receiving a request message sent by a message receiving terminal and establishing a message channel between the message receiving terminal and the message sending terminal under a target theme according to the request message comprises the following steps:
step A10, receiving the communication request message sent by the message receiving terminal, and connecting the message receiving terminal according to the communication request message;
step a20, receiving a target topic subscription message sent by the message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target topic according to the target topic subscription message.
In this embodiment, it should be noted that the communication request information is used to request connection to the message middleware, and the target topic subscription message is used to subscribe a message topic, so as to subsequently receive a message sent by a message sending end under the message topic.
As an example, the steps a10 to a20 include: connecting the message receiving end according to the communication request message sent by the message receiving end; and receiving a target topic subscription message sent by the message receiving terminal, and establishing a message channel between the message receiving terminal and the message sending terminal under a target topic according to the target topic subscription message, wherein the number of the target topic subscription messages can be one or more.
Step S20, if the message receiving end is detected to be in an off-line state, the target message sent by the message sending end to the message receiving end is obtained through the message channel;
in this embodiment, it should be noted that, after the message receiving end is in communication connection with the message middleware, the message middleware may monitor the connection state of the message receiving end in real time, and when the message middleware monitors that the message receiving end is in an offline state, if the message sending end still sends a message to the target topic, the sent offline messages are all stored by the message middleware, so that the target message is an offline message.
As an example, step S20 includes: and if the message receiving ends are monitored to be in an off-line state, acquiring the target message sent to the message receiving ends by the message sending end through the message channels corresponding to the message receiving ends.
Wherein, if it is detected that the message receiving end is in an offline state, the step of acquiring the target message sent by the message sending end to the message receiving end through the message channel includes:
step B10, if it is detected that the message receiving end is in an off-line state, detecting whether the target message exists in the message channel;
and step B20, if yes, acquiring the target message, and storing the target message to a message queue to be sent.
As an example, the steps B10 to B20 include: if all the message receiving ends are detected to be in an off-line state, whether the message sending end sends off-line messages to the message channel is detected; if the message sending end is detected to send an offline message to the message channel, acquiring the offline message, and storing the offline message to a message queue to be sent under the target theme, wherein the message queue to be sent is a queue for storing the offline message in each session stored in a message middleware; if the message sending end is not detected to send the offline message to the message channel, the connection state of each message receiving end is monitored continuously.
Step S30, if the message receiving end is detected to be changed from the off-line state to the on-line state, filtering the target message to obtain the filtered target message;
in this embodiment, it should be noted that the filtering manner may be a manner of controlling whether an offline message is sent to a message receiving end, where the filtered target message includes an offline message that needs to be sent to the message receiving end or an offline message that does not need to be sent to the message receiving end, and in an implementation manner, referring to fig. 2, fig. 2 is a work diagram illustrating filtering in a one-to-many subscription mode, where an offline message filter is used to control whether the offline message is sent to the message receiving end, when a message middleware delivers a message sent by a message sender to a message receiver, the message receiver sends a response message to the message middleware, so that the message middleware deletes a consumed message corresponding to the response message from a message queue to be sent, and if the message middleware does not receive the response message sent by the message receiver, after the message middleware comes online again, and the message middleware sends the filtered offline message.
As an example, step S30 includes: when the message receiving end is detected to be online again, filtering the offline message to obtain an offline message which needs to be sent to the message receiving end, an offline message which does not need to be sent to the message receiving end or an offline message which needs to be sent to the message receiving end and a message set of the offline message which does not need to be sent to the message receiving end, wherein the message set is generated when a plurality of offline messages are available, and when one offline message is available, the offline message is not the offline message which needs to be sent to the message receiving end, and is the offline message which does not need to be sent to the message receiving end.
The step of filtering the target message to obtain the filtered target message comprises:
step C10, judging whether the first attribute to be filtered of the target message is consistent with the rule attribute of the preset first filtering rule;
step C20, if yes, using the filtered target message as the message to be withdrawn;
and step C30, if not, taking the filtered target message as the message to be sent.
In this embodiment, it should be noted that the preset first filtering rule is a single filtering rule, and the first filtering rule may be preset by a user and may be a specific message topic or a message keyword, and in an implementable manner, the preset first filtering rule may be set in the message filter, for example, if an operator wants to withdraw all contents related to a "bank card", the "bank card" may be used as the filtering rule, when the message filter detects that an offline message exists in the message queue to be sent, the message filter takes the offline message as a message to be withdrawn, if the operator only withdraws the offline message with the tail number of "0004", and when the message filter detects the offline message with the tail number of "0004" in the message queue to be sent, the offline message is taken as the message to be withdrawn.
In addition, it should be noted that the message to be revoked is used for characterizing the confidential messages that the operator needs to revoke or cancel the sending, the message to be sent is used for representing the non-confidential message which needs to be normally sent to the message receiving end by an operator, in one possible implementation, referring to fig. 3, fig. 3 is a schematic diagram illustrating a message middleware process, wherein, the filtering rule 1 and the filtering rule 2 are both first filtering rules, when the message receiving end, the first attribute to be filtered is used for representing the message body of the offline message, the rule attribute of the first filter rule is used for characterizing the specific content of the first filter rule, for example, assuming that the rule attribute of the first filtering rule is "42004", and the first to-be-filtered attribute includes "42004", "42003", and "check-up", the message filter treats only "42004" as the to-be-revoked message.
As an example, the step C10 to the step C30 include: judging whether the message body of the offline message is consistent with the specific content of the first filtering rule or not; if the message body of the offline message is consistent with the specific content of the first filtering rule, taking the filtered offline message as a confidential message needing to be withdrawn or cancelled; and if the message body of the offline message is not consistent with the specific content of the first filtering rule, taking the filtered offline message as an insecure message which needs to be normally sent to the message receiving end.
Step S40, determining whether to send the filtered target message to the message receiving end by judging whether the filtered target message has a message to be sent.
As an example, step S40 includes: and determining whether to send the filtered offline message to the message receiving end by judging whether the filtered offline message contains the message to be sent, wherein the message to be sent is the offline message to be sent to the message receiving end.
The step of determining whether to send the filtered target message to the message receiving end by judging whether the filtered target message has a message to be sent includes:
step D10, judging whether the filtered target message has a message to be sent;
step D20, if yes, sending the message to be sent to the message receiving end;
and D30, if not, deleting the filtered target message.
As an example, the steps D10 to D30 include: judging whether the filtered off-line messages have messages to be sent or not; if the filtered off-line message has a message to be sent, sending the message to be sent to the message receiving end; and if the filtered off-line message has no message to be sent, taking the filtered off-line message as the off-line message which is not needed to be sent to the message receiving end, and directly deleting the off-line message.
Wherein the step of sending the message to be sent to the message receiving end comprises:
step E10, obtaining the message level type between the message sending end and the message receiving end;
step E20, if the message level type is the first type message level, continuously sending the filtered message to be sent to the message receiving end;
step E30, if the message level type is the second type message level, judging whether the filtered message to be sent is repeated;
step E40, if yes, integrating the filtered messages to be sent and sending the integrated messages to the message receiving end;
and E50, if not, sending the filtered message to be sent to the message receiving end.
In this embodiment, it should be noted that, under the mechanism constructed by MQTT, three different levels of QoS (Quality of message) are provided, that is, three different types of message levels, that is, QoS0 "at most once", QoS1 "at least once", and QoS2 "only once", where "at most once" is specifically that when a Publisher (message Publisher) sends a message to a Subscriber (message Subscriber) through a Broker (message middleware), the message middleware does not do any processing, and "at least once" is specifically that when a Publisher (message Publisher) sends a message to a Subscriber (message Subscriber) through a Broker (message middleware), the message middleware copies the message to be sent to the message Subscriber, "once" is specifically that when the Publisher (message Publisher) sends a message to a Subscriber (message middleware) through a Broker (message middleware), the message middleware ensures that a message is sent to the message subscriber.
Additionally, it should be noted that the message level types include an "at least once" message level and an "guaranteed once" message level, the first type message level is an "at least once" message level, and the second type message level is an "guaranteed once" message level.
As an example, the steps E10 to E50 include: acquiring the message level type between the message sending end and the message receiving end from the fixed head of the offline message; if the message level type is the 'at least one time' message level, continuously sending the filtered message to be sent to the message receiving end; if the message level type is a 'one-time guaranteed' message level, inquiring the number of the offline messages in the message queue to be sent; if the number of the off-line messages is multiple, one of the multiple same off-line messages is sent to the message receiving end; and if the number of the offline messages is one, directly sending the offline messages to the message receiving end.
The embodiment of the application provides an offline message sending method, which is applied to a message middleware, wherein the message middleware is in communication connection with a message sending end, namely, receives a request message sent by a message receiving end, and establishes a message channel of the message receiving end and the message sending end under a target theme according to the request message, so that the message sending end and the message receiving end can perform message interaction under the target theme through the message channel of the message middleware; if the message receiving end is detected to be in an off-line state, acquiring a target message sent to the message receiving end by the message sending end through the message channel, namely acquiring an off-line message; if the message receiving end is detected to be converted from the offline state to the online state, filtering the target message to obtain a filtered target message; and determining whether to send the filtered target message to the message receiving end by judging whether the filtered target message has a message to be sent. Because the operator is preset with a filtering rule in the message filter, the offline message in the message middleware can be further filtered, the purpose of controlling whether the offline message is sent to the message receiving end or not through the message middleware is realized, and further, if the filtered message does not have the message to be sent, the filtered message can be controlled in the message middleware, so that the offline message is withdrawn before reaching the message receiving end, instead of sending a withdrawal type message to the message receiving end, and then the offline withdrawal is finished from the business level, that is, the technical defect that the offline message is easy to leak because a post-processing mode is adopted in the prior art is overcome, and the confidentiality of the withdrawal of the offline message is improved.
Example two
Further, referring to fig. 4, in another embodiment of the present application, the same or similar contents as those in the first embodiment may refer to the above description, and are not repeated herein. On this basis, the preset filtering rule includes a filtering chain, the filtered target message includes a message to be sent and a message to be withdrawn, and the step of filtering the target message to obtain the filtered target message includes:
step F10, acquiring a preset number of second filtering rules in a preset filtering chain;
step F20, detecting whether a target filtering attribute exists in the second attributes to be filtered of the target message according to the rule attributes of each second filtering rule;
step F30, if yes, generating a filtering termination command, and using the filtered target message as the message to be withdrawn;
step F40, if not, taking the filtered target message as the message to be sent.
In this embodiment, it should be noted that the preset filter chain includes a plurality of second filter rules, where the second filter rule is a single filter rule in the filter chain, and may specifically be the first filter rule or another filter rule set by a user, and the target filter rule is used to characterize specific contents of the offline message that the operator wants to withdraw.
Additionally, it should be noted that the preset filter chain may be disposed in the message filter, when the preset filter chain is included in the message filter, a plurality of second filter rules in the filter chain may be simultaneously validated, meanwhile, the message filter will sequentially execute filtering according to the serial numbers of different second filtering rules on the filtering chain, and the filter chain is transitive, for example, assuming that the filter chain includes second filter rules a, b, and c, and a, b, and c are sequentially arranged in the message filter, when the target message enters a filtering chain of a preset message filter, filtering by a second filtering rule a to obtain the target message after the first filtering, and then filtering the target message after the first filtering by a second filtering rule b to obtain a target message after the second filtering, and repeating the steps to obtain a final filtered target message.
In an implementation manner, referring to fig. 5, fig. 5 is a schematic diagram illustrating a preset filter chain, where after an offline message enters the schematic diagram of the preset filter chain, the second filter rule may be selected to be executed in sequence, or the execution of the preset filter chain may be terminated in advance, that is, after the second filter rule of the preset filter chain passes through, and at the same time, the message may be directly transmitted to the next filter rule without modifying the processing result of the preset filter chain.
As an example, steps F10 to F40 include: acquiring a preset number of second filtering rules in a preset filtering chain; comparing the message body of the offline message with the specific content of each second filtering rule, and detecting whether the specific content of each second filtering rule has the message body of the offline message; if the specific content of each second filtering rule has a message body of the offline message, generating a filtering termination command, and taking the filtered target message as the message to be withdrawn; and if the specific content of each second filtering rule does not have a message body of the offline message, taking the filtered target message as the message to be sent.
The embodiment of the application provides an offline message filtering method, namely, acquiring a preset number of second filtering rules in a preset filtering chain; detecting whether a target filtering attribute exists in second attributes to be filtered of the target message or not according to the rule attributes of the second filtering rules; if yes, generating a filtering termination command, and taking the filtered target message as the message to be withdrawn; and if the target message does not exist, taking the filtered target message as the message to be sent. Compared with a mode of filtering the offline message only through a single filtering rule, the method can comprehensively filter the offline message sent by the operator through managing the filtering chains of a plurality of filtering rules, and further can withdraw the offline message at one time through the preset filtering chain when the operator needs to withdraw different message bodies of the sent offline message, so that the flexibility of filtering the offline message is improved.
EXAMPLE III
The embodiment of the present application further provides an offline message sending apparatus, which is applied to a message middleware, where the message middleware is in communication connection with a message sending end, and the offline message sending apparatus includes:
the message communication module is used for receiving a request message sent by a message receiving end and establishing a message channel between the message receiving end and the message sending end under a target theme according to the request message;
a message obtaining module, configured to obtain, through the message channel, a target message sent by the message sending end to the message receiving end if it is detected that the message receiving end is in an offline state;
the message filtering module is used for filtering the target message to obtain a filtered target message if the message receiving end is detected to be converted from the offline state to the online state;
and the message processing module is used for determining whether the filtered target message is sent to the message receiving end by judging whether the filtered target message has a message to be sent.
Optionally, the filtered target message includes a message to be sent and a message to be withdrawn, and the message filtering module is further configured to:
judging whether a first attribute to be filtered of the target message is consistent with a rule attribute of a preset first filtering rule or not;
if the message is consistent with the target message to be withdrawn, taking the filtered target message as the message to be withdrawn;
and if the target message is inconsistent with the message to be sent, taking the filtered target message as the message to be sent.
Optionally, the preset filtering rule includes a filtering chain, the filtered target message includes a message to be sent and a message to be withdrawn, and the message filtering module is further configured to:
acquiring a preset number of second filtering rules in a preset filtering chain;
detecting whether a target filtering attribute exists in second attributes to be filtered of the target message or not according to the rule attributes of the second filtering rules;
if yes, generating a filtering termination command, and taking the filtered target message as the message to be withdrawn;
and if the target message does not exist, taking the filtered target message as the message to be sent.
Optionally, the message processing module is further configured to:
judging whether the filtered target message has a message to be sent;
if the message to be sent exists, the message to be sent is sent to the message receiving end;
and if the target message does not exist, deleting the filtered target message.
Optionally, the message processing module is further configured to:
acquiring a message level type between the message sending end and the message receiving end;
if the message level type is a first type message level, continuously sending the filtered message to be sent to the message receiving end;
if the message level type is a second type message level, judging whether the filtered message to be sent is repeated;
if so, integrating the filtered messages to be sent and sending the integrated messages to the message receiving end;
if not, the filtered message to be sent is sent to the message receiving end.
Optionally, the message acquiring module is further configured to:
if the message receiving end is detected to be in an off-line state, detecting whether the target message exists in the message channel;
and if so, acquiring the target message and storing the target message to a message queue to be sent.
Optionally, the message communication module is further configured to:
receiving a communication request message sent by the message receiving terminal, and connecting the message receiving terminal according to the communication request message;
and receiving a target theme subscription message sent by the message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target theme according to the target theme subscription message.
The off-line message sending device provided by the invention adopts the off-line message sending method in the embodiment, and solves the technical problem of low confidentiality of the sent off-line message of the message sending end after being withdrawn. Compared with the prior art, the beneficial effects of the offline message sending device provided by the embodiment of the present invention are the same as the beneficial effects of the offline message sending method provided by the above embodiment, and other technical features of the offline message sending device are the same as those disclosed in the method of the above embodiment, which are not described herein again.
Example four
An embodiment of the present invention provides an electronic device, including: at least one processor; and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor to enable the at least one processor to execute the offline message sending method according to the first embodiment.
Referring now to FIG. 6, shown is a schematic diagram of an electronic device suitable for use in implementing embodiments of the present disclosure. The electronic devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., car navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 6, the electronic device may include a processing means (e.g., a central processing unit, a graphic processor, etc.) that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) or a program loaded from a storage means into a Random Access Memory (RAM). In the RAM, various programs and data necessary for the operation of the electronic apparatus are also stored. The processing device, the ROM, and the RAM are connected to each other by a bus. An input/output (I/O) interface is also connected to the bus.
Generally, the following systems may be connected to the I/O interface: input devices including, for example, touch screens, touch pads, keyboards, mice, image sensors, microphones, accelerometers, gyroscopes, and the like; output devices including, for example, Liquid Crystal Displays (LCDs), speakers, vibrators, and the like; storage devices including, for example, magnetic tape, hard disk, etc.; and a communication device. The communication means may allow the electronic device to communicate wirelessly or by wire with other devices to exchange data. While the figures illustrate an electronic device with various systems, it is to be understood that not all illustrated systems are required to be implemented or provided. More or fewer systems may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means, or installed from a storage means, or installed from a ROM. The computer program, when executed by a processing device, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
The electronic device provided by the invention adopts the off-line message sending method in the embodiment, and solves the technical problem of low confidentiality of the withdrawal of the off-line message sent by the message sending end. Compared with the prior art, the beneficial effects of the electronic device provided by the embodiment of the present invention are the same as the beneficial effects of the offline message sending method provided by the above embodiment, and other technical features in the electronic device are the same as those disclosed in the above embodiment method, which are not described herein again.
It should be understood that portions of the present disclosure may be implemented in hardware, software, firmware, or a combination thereof. In the foregoing description of embodiments, the particular features, structures, materials, or characteristics may be combined in any suitable manner in any one or more embodiments or examples.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
EXAMPLE five
The present embodiment provides a computer-readable storage medium having computer-readable program instructions stored thereon for executing the offline message sending method in the first embodiment.
Embodiments of the present invention provide a computer readable storage medium, such as a USB flash drive, but are not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, or device, or any combination thereof. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present embodiment, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, or device. Program code embodied on a computer readable storage medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer-readable storage medium may be embodied in an electronic device; or may be separate and not incorporated into the electronic device.
The computer readable storage medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a request message sent by a message receiving end, and establishing a message channel of the message receiving end and the message sending end under a target theme according to the request message; if the message receiving end is detected to be in an off-line state, acquiring a target message sent to the message receiving end by the message sending end through the message channel; if the message receiving end is detected to be converted from the offline state to the online state, filtering the target message to obtain a filtered target message; and determining whether the filtered target message is sent to the message receiving end or not by judging whether the filtered target message has a message to be sent or not.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present disclosure may be implemented by software or hardware. Wherein the names of the modules do not in some cases constitute a limitation of the unit itself.
The computer-readable storage medium provided by the invention stores the computer-readable program instruction for executing the offline message sending method, and solves the technical problem of low confidentiality of the offline message sent by the message sending end and withdrawn after the offline message is sent. Compared with the prior art, the beneficial effects of the computer-readable storage medium provided by the embodiment of the present invention are the same as the beneficial effects of the offline message sending method provided by the above embodiment, and are not described herein again.
EXAMPLE six
The present application also provides a computer program product comprising a computer program which, when executed by a processor, implements the steps of the offline message sending method as described above.
The computer program product solves the technical problem of low confidentiality of withdrawal after the offline message of the message sending end is sent. Compared with the prior art, the beneficial effects of the computer program product provided by the embodiment of the present invention are the same as those of the offline message sending method provided by the above embodiment, and are not described herein again.
The above description is only a preferred embodiment of the present application, and not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings, or which are directly or indirectly applied to other related technical fields, are included in the scope of the present application.

Claims (10)

1. An offline message sending method is applied to a message middleware, wherein the message middleware is in communication connection with a message sending end, and the offline message sending method includes:
receiving a request message sent by a message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target theme according to the request message;
if the message receiving end is detected to be in an off-line state, acquiring a target message sent to the message receiving end by the message sending end through the message channel;
if the message receiving end is detected to be changed from the off-line state to the on-line state, filtering the target message to obtain a filtered target message;
and determining whether the filtered target message is sent to the message receiving end or not by judging whether the filtered target message has a message to be sent or not.
2. The offline message sending method as claimed in claim 1, wherein said filtered target message comprises a message to be sent and a message to be withdrawn,
the step of filtering the target message to obtain a filtered target message includes:
judging whether the first attribute to be filtered of the target message is consistent with the rule attribute of a preset first filtering rule or not;
if the message is consistent with the target message to be withdrawn, taking the filtered target message as the message to be withdrawn;
and if the target message is inconsistent with the message to be sent, taking the filtered target message as the message to be sent.
3. The offline message sending method as claimed in claim 1, wherein said filtered target message comprises a message to be sent and a message to be withdrawn,
the step of filtering the target message to obtain a filtered target message includes:
acquiring a preset number of second filtering rules in a preset filtering chain;
detecting whether a target filtering attribute exists in second attributes to be filtered of the target message or not according to the rule attributes of the second filtering rules;
if yes, generating a filtering termination command, and taking the filtered target message as the message to be withdrawn;
and if the target message does not exist, taking the filtered target message as the message to be sent.
4. The offline message sending method as claimed in claim 1, wherein said step of determining whether to send the filtered target message to the message receiving end by determining whether there is a message to be sent in the filtered target message comprises:
judging whether the filtered target message has a message to be sent;
if the message to be sent exists, the message to be sent is sent to the message receiving end;
and if not, deleting the filtered target message.
5. The offline message sending method as claimed in claim 4, wherein said step of sending said message to be sent to said message receiving end comprises:
acquiring the message level type between the message sending end and the message receiving end;
if the message level type is a first type message level, continuously sending the filtered message to be sent to the message receiving end;
if the message level type is a second type message level, judging whether the filtered message to be sent is repeated;
if so, integrating the filtered messages to be sent and sending the integrated messages to the message receiving end;
and if not, sending the filtered message to be sent to the message receiving end.
6. The offline message sending method according to claim 1, wherein said step of acquiring, via the message channel, the target message sent by the message sending end to the message receiving end if it is detected that the message receiving end is in an offline state includes:
if the message receiving end is detected to be in an off-line state, detecting whether the target message exists in the message channel;
and if so, acquiring the target message and storing the target message to a message queue to be sent.
7. The offline message sending method according to claim 1, wherein said step of receiving a request message sent by a message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target topic according to the request message comprises:
receiving a communication request message sent by the message receiving terminal, and connecting the message receiving terminal according to the communication request message;
and receiving a target theme subscription message sent by the message receiving end, and establishing a message channel between the message receiving end and the message sending end under a target theme according to the target theme subscription message.
8. An offline message sending apparatus, which is applied to message middleware, where the message middleware is communicatively connected to a message sending end, the offline message sending apparatus includes:
the message communication module is used for receiving a request message sent by a message receiving end and establishing a message channel between the message receiving end and the message sending end under a target theme according to the request message;
a message obtaining module, configured to obtain, through the message channel, a target message sent by the message sending end to the message receiving end if it is detected that the message receiving end is in an offline state;
the message filtering module is used for filtering the target message to obtain a filtered target message if the message receiving end is detected to be converted from the offline state to the online state;
and the message processing module is used for determining whether the filtered target message is sent to the message receiving end by judging whether the filtered target message has a message to be sent.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the steps of the offline message sending method of any one of claims 1 to 7.
10. A computer-readable storage medium, having stored thereon a program for implementing an offline message transmitting method, the program being executable by a processor to implement the steps of the offline message transmitting method according to any one of claims 1 to 7.
CN202210452497.5A 2022-04-27 2022-04-27 Offline message sending method and device, electronic equipment and readable storage medium Active CN114760259B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210452497.5A CN114760259B (en) 2022-04-27 2022-04-27 Offline message sending method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210452497.5A CN114760259B (en) 2022-04-27 2022-04-27 Offline message sending method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN114760259A true CN114760259A (en) 2022-07-15
CN114760259B CN114760259B (en) 2024-01-16

Family

ID=82332973

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210452497.5A Active CN114760259B (en) 2022-04-27 2022-04-27 Offline message sending method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN114760259B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070282963A1 (en) * 2006-06-02 2007-12-06 Alibaba.Com Corporation Instant Messaging Using Browser
WO2012102831A1 (en) * 2011-01-27 2012-08-02 Ebuddy Holding B.V. Method to establish a message exchange between mobile devices over a data connection
US20140053227A1 (en) * 2012-08-14 2014-02-20 Adi Ruppin System and Method for Secure Synchronization of Data Across Multiple Computing Devices
WO2015093959A1 (en) * 2013-12-20 2015-06-25 Ubiqu B.V. Methods, an online object, a web-based message exchange server, a mobile device, a target offline object, a network and a computer program product
WO2018112756A1 (en) * 2016-12-20 2018-06-28 华为技术有限公司 User offline method and system, and network device
CN110086636A (en) * 2019-04-17 2019-08-02 平安科技(深圳)有限公司 A kind of message distributing method based on mqtt, server and storage medium
CN110516144A (en) * 2019-07-05 2019-11-29 中国平安财产保险股份有限公司 A kind of method and device, computer equipment and storage medium for preventing message from accidentally sending out
CN111294317A (en) * 2018-12-07 2020-06-16 北京新媒传信科技有限公司 Method and device for RCS to support multi-protocol access and electronic equipment
WO2020140614A1 (en) * 2019-01-04 2020-07-09 平安科技(深圳)有限公司 Offline message distribution method, server and storage medium
CN111654453A (en) * 2020-04-23 2020-09-11 平安国际智慧城市科技股份有限公司 Form data offline caching method and device, terminal and storage medium
CN112163239A (en) * 2020-09-29 2021-01-01 维沃移动通信有限公司 Privacy information protection method and device and electronic equipment
CN112737928A (en) * 2021-01-08 2021-04-30 金现代信息产业股份有限公司 Instant communication message sending method and device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070282963A1 (en) * 2006-06-02 2007-12-06 Alibaba.Com Corporation Instant Messaging Using Browser
WO2012102831A1 (en) * 2011-01-27 2012-08-02 Ebuddy Holding B.V. Method to establish a message exchange between mobile devices over a data connection
US20140053227A1 (en) * 2012-08-14 2014-02-20 Adi Ruppin System and Method for Secure Synchronization of Data Across Multiple Computing Devices
WO2015093959A1 (en) * 2013-12-20 2015-06-25 Ubiqu B.V. Methods, an online object, a web-based message exchange server, a mobile device, a target offline object, a network and a computer program product
WO2018112756A1 (en) * 2016-12-20 2018-06-28 华为技术有限公司 User offline method and system, and network device
CN111294317A (en) * 2018-12-07 2020-06-16 北京新媒传信科技有限公司 Method and device for RCS to support multi-protocol access and electronic equipment
WO2020140614A1 (en) * 2019-01-04 2020-07-09 平安科技(深圳)有限公司 Offline message distribution method, server and storage medium
CN110086636A (en) * 2019-04-17 2019-08-02 平安科技(深圳)有限公司 A kind of message distributing method based on mqtt, server and storage medium
CN110516144A (en) * 2019-07-05 2019-11-29 中国平安财产保险股份有限公司 A kind of method and device, computer equipment and storage medium for preventing message from accidentally sending out
CN111654453A (en) * 2020-04-23 2020-09-11 平安国际智慧城市科技股份有限公司 Form data offline caching method and device, terminal and storage medium
CN112163239A (en) * 2020-09-29 2021-01-01 维沃移动通信有限公司 Privacy information protection method and device and electronic equipment
CN112737928A (en) * 2021-01-08 2021-04-30 金现代信息产业股份有限公司 Instant communication message sending method and device

Also Published As

Publication number Publication date
CN114760259B (en) 2024-01-16

Similar Documents

Publication Publication Date Title
CN109582310B (en) Data processing method and device, electronic equipment and computer readable storage medium
CN110166791B (en) Connection establishing method, device, equipment and storage medium
CN110781373B (en) List updating method and device, readable medium and electronic equipment
CN110430292B (en) Method and device for inviting login of network platform, electronic equipment and readable medium
CN111246228B (en) Method, device, medium and electronic equipment for updating gift resources of live broadcast room
CN111314433A (en) Message transmission method and device and electronic equipment
CN110618768B (en) Information presentation method and device
CN110768861B (en) Method, device, medium and electronic equipment for obtaining overtime threshold
US20230385080A1 (en) Method and apparatus for presenting information on lock screen interface, terminal, and storage medium
CN112256372B (en) Information processing method and device and electronic equipment
CN111460432B (en) On-line document authority control method, device, equipment and computer readable medium
CN103975301A (en) Event service for local client applications through local server
CN111147885B (en) Live broadcast room interaction method and device, readable medium and electronic equipment
CN114760259B (en) Offline message sending method and device, electronic equipment and readable storage medium
CN111225255A (en) Target video push playing method and device, electronic equipment and storage medium
CN115022106B (en) Group information processing method, device, equipment and medium
CN115600964A (en) Voice approval method and device and related equipment
CN112257039B (en) Identity attribute adding method and device and electronic equipment
CN113079085B (en) Business service interaction method, business service interaction device, business service interaction equipment and storage medium
EP4109903A1 (en) Live broadcast stream pushing method and apparatus, and electronic device
CN111797160B (en) Method, system and electronic device for sharing intelligent contract
CN115086408B (en) Data processing method, system, device, electronic equipment and storage medium
CN111343468A (en) Message processing method and device and electronic equipment
CN111193717A (en) FTP black and white list control method and device and electronic equipment
CN112068917B (en) Interface presentation method, device, electronic equipment and computer readable 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