WO2015055073A1 - Procédé, dispositif et système de rappel de message - Google Patents

Procédé, dispositif et système de rappel de message Download PDF

Info

Publication number
WO2015055073A1
WO2015055073A1 PCT/CN2014/087279 CN2014087279W WO2015055073A1 WO 2015055073 A1 WO2015055073 A1 WO 2015055073A1 CN 2014087279 W CN2014087279 W CN 2014087279W WO 2015055073 A1 WO2015055073 A1 WO 2015055073A1
Authority
WO
WIPO (PCT)
Prior art keywords
plug
message
client
operation interface
information
Prior art date
Application number
PCT/CN2014/087279
Other languages
English (en)
Chinese (zh)
Inventor
曾溪泉
任寰
Original Assignee
北京奇虎科技有限公司
奇智软件(北京)有限公司
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 北京奇虎科技有限公司, 奇智软件(北京)有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2015055073A1 publication Critical patent/WO2015055073A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • 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/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Definitions

  • the present application relates to the field of Internet technologies, and in particular, to a method and apparatus for message reminding, and a system.
  • the reminding mechanism for the webpage application or the webpage content is integrated directly into the application in the form of a plug-in or directly in the form of a function item; when the terminal device receives the reminder message of the webpage application or the webpage change
  • the alert message and data are sent directly to the plugin through the application programming interface (API), and processed by the plugin.
  • the above plugins include a microblog plugin, an email reminder plugin, and the like.
  • the Weibo plug-in directly displays information on the number of new Weibos, the number of new concerns, the number of new comments, and the like on the terminal device to remind the user according to the reminder message from the server.
  • the message reminder in the prior art is performed for each plug-in or one of the function items in the application.
  • the message reminding method has no scalability on the platform, which leads to upgrade complicated problems, such as need for each
  • the message reminding methods of the plug-in are all modified and upgraded to meet the requirements and lack of program scalability.
  • the present application has been made in order to provide a method and system for a message reminder that overcomes the above problems or at least partially solves the above problems, and a corresponding message reminder.
  • a method for message reminding which includes: a plug-in registers a message reminding event and an operation interface with a client; and when the client receives a notification message of a registered message reminding event sent by the server When the client sends a message to the plugin to return a message reminding event, and the plugin displays the message reminder according to the returned information; when the client receives the plugin sent When the request is manipulated, the client invokes the registered operation interface and responds to the operation request.
  • an apparatus for message reminding comprising: a registration module adapted to cause a plug-in to register a message reminding event and an operation interface; and a message reminding module adapted to receive a registration sent by the server When the message reminds the notification message of the event, the return information of the message reminding event is sent to the plug-in, and the plug-in displays the message reminding information according to the returned information; the calling module is adapted to call the registered operation interface when receiving the operation request sent by the plug-in, Respond to an operation request.
  • a system for message reminding including: the device for reminding the message of the present application, further comprising: a plug-in module and a server.
  • a computer program comprising computer readable code that, when executed on a computer, performs the aforementioned message alerting method.
  • a method and apparatus and system for message reminding of the present application by providing a client between the server and the plug-in, the client uniformly sends a reminder message from the server to each plug-in for processing, and the client gives Each plug-in provides a common operation interface to facilitate communication between the plug-in and the server, thereby solving the problem that the prior art message reminding method has no scalability on the platform, thereby causing the upgrade complicated problem, and obtaining a program extension for further improving the message reminding manner.
  • sexual benefits by providing a client between the server and the plug-in, the client uniformly sends a reminder message from the server to each plug-in for processing, and the client gives Each plug-in provides a common operation interface to facilitate communication between the plug-in and the server, thereby solving the problem that the prior art message reminding method has no scalability on the platform, thereby causing the upgrade complicated problem, and obtaining a program extension for further improving the message reminding manner.
  • FIG. 1 shows a flow chart of a method for message reminding according to a first embodiment of the present application
  • FIG. 2 is a flow chart showing a method of message reminding according to a second embodiment of the present application
  • FIG. 3 shows a flow chart of inter-process communication according to a second embodiment of the present application
  • FIG. 4 is a block diagram showing the structure of a message reminder according to a third embodiment of the present application.
  • FIG. 5 is a block diagram showing the structure of a message reminder according to a fourth embodiment of the present application.
  • FIG. 6 is a detailed structural diagram of a device for message reminding according to a fourth embodiment of the present application.
  • FIG. 7 is a system structural diagram showing a message reminder according to a fifth embodiment of the present application.
  • Figure 8 shows schematically a block diagram of an electronic device for performing the method according to the invention
  • Fig. 9 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • FIG. 1 is a flowchart of a method for message reminding according to a first embodiment of the present application. As shown in FIG. 1, the method includes:
  • Step S101 The plug-in registers a message reminding event and an operation interface with the client.
  • a plug-in refers to an application that is installed in a main program of a terminal device and has a certain supplementary function, including but not limited to: various plug-ins of a browser, a chat software client plug-in, and a virtual machine desktop.
  • Plugins, email alert plugins, and other plugins with message alerting are a program that provides local services to customers when installed in a terminal device.
  • the terminal device may include: an electronic computer, a tablet computer, a mobile phone, and other devices capable of networking.
  • the above client is operated by a call of a main program, which is called a caller of the client, and includes but is not limited to: a browser, a chat software client, a virtual machine desktop client, or a mail client, that is, the above The software has the right to call the client.
  • a caller of the client includes but is not limited to: a browser, a chat software client, a virtual machine desktop client, or a mail client, that is, the above
  • the software has the right to call the client.
  • Step S102 When the client receives the notification message of the registered message reminding event sent by the server, the client sends a return message of the message reminding event to the plug-in, and the plug-in displays the message reminding information according to the returned information.
  • the server sends a notification message to the terminal device to notify that the message reminder event is triggered; when the client installed by the terminal device receives the notification message, The client determines whether it is a notification message of the registered message reminding event according to the registered message reminding event; if yes, it indicates that the registered message reminding event is triggered, and the client sends the return information of the message reminding event from the server.
  • Step S103 When the client receives the operation request sent by the plug-in, the client invokes the registered operation interface and responds to the operation request.
  • the plugin When the plugin needs to call the interface to communicate with the server, the plugin does not need to call its own interface, but sends an operation request to the client, and the client calls the operation interface provided by the client registered by the client, and then performs the operation with the server. Communicate and complete user-based plugin-based operations.
  • the client uniformly sends a reminder message from the server to each plug-in for processing, and the client provides the plug-in for each plug-in.
  • the universal operation interface facilitates communication between the plug-in and the server, thereby solving the problem that the prior art message reminding method lacks scalability on the platform, which leads to a complicated upgrade problem.
  • you need to upgrade the message reminder function you do not need to upgrade for each plug-in, only the client can be upgraded.
  • the client-based message reminding method has little influence on the program architecture, and the program modification can be performed only on the client side, and it is not necessary to change the program of each plug-in.
  • the startup client can have three startup modes, which are step S211, step S212, and step S213, respectively.
  • Step S211 when the plug-in is started, the client is started;
  • Step S212 When the caller of the client starts, start the client;
  • Step S213 the plug-in queries the handle of the client's message window; when the plug-in does not query the handle of the client's message window, the client is started.
  • the client can be started before the plug-in works, so that the plug-in can process the message reminder through the client.
  • the above three startup modes mainly describe the timing of starting the client.
  • the application is not limited to the above three startup modes, and other startup modes may be set according to requirements.
  • step S212 or step S213 the method in this embodiment further includes:
  • Step S221 The client broadcasts a registration request to each plug-in, so that each plug-in responds to the registration request and performs registration of the message reminding event and the operation interface.
  • the plug-in can register the message reminding event and the operation interface by broadcasting, so as to prevent the plug-in from being missed by the client.
  • the plug-in of the present application registers the message reminder event and the operation interface with the client not only based on the above broadcast mode.
  • Step S201 The plug-in registers a message reminding event and an operation interface with the client.
  • the message reminding events include but are not limited to: receiving new reminders, modifying the account list, setting changes, and adding new accounts;
  • the operation interfaces include but are not limited to: opening the uniform resource locator operation interface, the automatic login form operation interface, and the automatic login unified Resource locator operation interface, pop-up window operation interface.
  • Step S202 When the client receives the notification message of the registered message reminding event sent by the server, the client sends a return message of the message reminding event to the plug-in, and the plug-in displays the message reminding information according to the returned information.
  • the return information when the message reminding event includes receiving a new reminder, includes: an account identifier and an account information; when the message reminding event includes the account list being modified, the return information includes: an account identifier, an account information, and a number of new messages;
  • the account information includes at least one of the following: a display name, an avatar file, and signature information;
  • Step S203 When the client receives the operation request sent by the plug-in, the client invokes the registered operation interface and responds to the operation request.
  • the step includes: when the client receives the open uniform resource locator operation request sent by the plug-in, the client invokes the registered open resource locator operation interface. And opening a Uniform Resource Locator (URL, Uniform Resource Locator) in response to opening the Uniform Resource Locator operation request;
  • a Uniform Resource Locator URL, Uniform Resource Locator
  • the step specifically includes: when the client receives the automatic login form operation request sent by the plug-in, the client invokes the registered automatic login form operation interface and opens a new window, and loads a new window. Blank hypertext markup language information, fill in the form content into the hypertext markup language information and submit in response to the automatic login form operation request;
  • the step specifically includes: when the client receives the automatic login uniform resource locator operation request sent by the plug-in, the client invokes the registered automatic login uniform resource locator operation.
  • the interface automatically logs in to the uniform resource locator in response to the automatic login of the uniform resource locator operation request;
  • the step specifically includes: when the client receives the pop-up window request sent by the plug-in, the client invokes the registered pop-up operation interface and pops up the window in response to the pop-up request.
  • the second embodiment of the present application can receive the return information of such a message reminding event by the client when the new reminder, the account list is modified, the setting change, the new account is triggered, and the message reminding event is triggered. And send the return information to the appropriate plugin that registered for this type of message reminder event.
  • the system integration is improved, and the scalability of the program is further improved.
  • the message reminder program structure for receiving reminders such as new reminders, account list changes, setting changes, adding new accounts, etc., has little influence.
  • Example 1 the plugin includes an email reminder plugin
  • the email reminder plugin registers a message reminder event that receives a new reminder on the client, such as registering an OnMailReceived event, when the client detects an OnMailReceived event sent by the server.
  • the client sends the return information of the OnMailReceived event, such as the account ID AccountID and the account information AccountData, and the account number Count to the email reminder plugin; the email reminder plugin receives the new reminder message according to the return information of the OnMailReceived event.
  • Remind events to display such as display name, avatar file, signature information, etc.;
  • Example 2 the plugin includes a browser microblogging plugin
  • the browser's Weibo plugin is used to register the account list with the modified message reminder event, such as registering the OnSinaAccountChanged event.
  • the client detects the notification message of the OnSinaAccountChanged event sent by the server, the client will return the OnSinaAccountChanged event, such as an account.
  • the identifier, the account information, the number of new messages, and the number of accounts are sent to the browser microblog plug-in; the browser microblog plugin displays the message reminder event whose account list is modified according to the return information of the OnSinaAccountChanged event, and the account list is modified.
  • Account information of the account such as display name, avatar file, signature information, etc., and the number of new messages;
  • Example 3 the plugin includes a virtual machine desktop plugin
  • the guest plug-in of the virtual machine desktop registers the message reminder event of the setting change on the client, for example, registering the OnRenrenSettingChanged event.
  • the client detects the notification message of the OnRenrenSettingChanged event sent by the server, the client returns the information of the OnRenrenSettingChanged event - setting change
  • the information is sent to the plugin of the virtual machine desktop; the plugin is set according to the return information of the OnRenrenSettingChanged event, for example, the reminder only in the reminder message type list RemainType, the person plugin is set to only remind the fresh Things to show the corresponding news of the new things;
  • Example 4 the plugin includes the browser everyone plugin
  • the browser's everyone plug-in registers with the client to add a new account's message reminder event, such as registering the OnRenrenAccountAdded event.
  • a new account's message reminder event such as registering the OnRenrenAccountAdded event.
  • the client detects the notification message of the OnRenrenAccountAdded event sent by the server, the client will return the OnRenrenAccountAdded event, such as a new account.
  • the account ID and account information are sent to the browser plug-in; the guest plug-in displays the message reminder event of adding a new account according to the return information of the OnRenrenAccountAdded event, such as display name, avatar file, signature information and the like.
  • browser plug-ins can register to receive new reminders, account list changes, settings changes, add new accounts and other message reminders.
  • the events, the specific embodiments of the present application are not listed, but the application is not limited thereto.
  • the client uniformly provides an operation interface for opening a uniform resource locator operation interface, an automatic login form operation interface, an automatic login uniform resource locator operation interface, and a pop-up window operation interface.
  • the plug-in can save the corresponding interface.
  • the message reminder program framework for opening the interface of the uniform resource locator operation interface, the automatic login form operation interface, the automatic login uniform resource locator operation interface, and the pop-up window operation interface has little influence.
  • Example 1 after the plugin registers with the client to open the URL operation interface, the request for opening the URL is opened by calling the XML node OpenURL response plugin.
  • the OpenURL node includes: an action name OpenURL, a session identifier SessionID, and URL information, and may further include: account information and cookie information.
  • the client invokes the registered open URL operation interface, performs an action in the open URL operation interface, and feeds back the return value of the open URL operation to the caller of the client, such as a browser; wherein, the URL operation
  • the return value includes the FrameID of the URL, and the client returns the return value of the URL operation according to the caller's window handle feedback.
  • Example 2 After the plugin registers the automatic login form operation interface with the client, it responds to the plugin's automatic login form request by calling the XML node AutoLoginWebForm.
  • the AutoLoginWebForm node includes: an action name AutoLoginWebForm, a session identifier SessionID, an account name, and may also include: a form content, such as a special character of a CDATA field.
  • the client invokes the automatic login form operation interface, performs an action in the automatic login form operation interface, and feeds back the return value of the automatic login form operation to the caller of the client, such as a virtual machine desktop client;
  • the return value of the automatic login form operation includes the FrameID, and the client returns the return value of the automatic login form operation according to the caller's window handle.
  • Example 3 After the plugin registers the automatic login URL operation interface with the client, it responds to the plugin's automatic login URL request by calling the XML node AutoLoginURL.
  • AutoLoginURL node The method includes: an action name AutoLoginURL, a session identifier SessionID, and URL information, and may further include: a script code (JS) that needs to be executed in the URL.DocumentComplete event.
  • JS script code
  • the client invokes an automatic login URL operation interface, performs an action in the automatic login URL operation interface, and feeds back the return value of the automatic login URL operation to the caller of the client, such as a chat software client;
  • the return value of the automatic login form operation includes the FrameID where the URL is located, and the client returns the return value of the automatic login URL operation according to the caller's window handle.
  • Example 4 After the plug-in registers the automatic pop-up operation interface with the client, it responds to the plug-in automatic pop-up request by calling the XML node PopupWindow.
  • the PopupWindow node includes: an action name PopupWindow, a session identifier SessionID, and may also include: plug-in type data, such as information indicating the identity of the plug-in: mail, microblog, everyone, and the like.
  • the client invokes an automatic popup window operation interface, performs an action in the automatic popup window operation interface, and pops up the window in response to the plugin request.
  • the method of the second embodiment of the present application wherein the client has a sharing interface, the method further includes:
  • Step S204 When the plug-in issues the sharing information, the plug-in invokes the sharing interface, and distributes the sharing information to the network through the sharing interface;
  • the sharing information includes but is not limited to: text, a picture, a uniform resource locator, and an initialization file.
  • the initialization file includes: text, picture, title, sharing setting information, prompt information, and sharing success return information, which is file data containing more rich content.
  • the client can share the network information providing interface for the user, integrate the interface of the network sharing operation of the different plug-ins, and provide the interface of the network sharing operation through the client, thereby improving the program scalability of the sharing operation function. Moreover, the program architecture of network sharing operations has little impact.
  • the micro-blog plug-in can publish the micro-blog and other sharing information according to the user's network sharing operation, and the plug-in can publish the sharing information such as “new things” according to the user's network sharing operation.
  • the microblogging plugin Take the microblogging plugin as an example.
  • the microblogging plugin does not need to use the interface of its own plugin. It only needs to register the sharing interface on the client.
  • the microblogging plugin sends a request, and the client calls the client.
  • the sharing interface enables the user to complete the network sharing operation through the sharing interface of the client.
  • the "test1.ini” initialization file is parsed and sent to the network side through the client to complete the user's network sharing operation.
  • step 204 specifically includes: when the plugin issues the sharing information, the plugin invokes the sharing interface, and opens a new popup window overlying the sharing information input window of the plugin; when the popup window receives the sharing information input by the user When sharing, the shared information is posted to the network according to the type of plug-in.
  • the pop-up window of the client replaces the original sharing information input window of the plug-in, so that the pop-up window is suspended on the sharing information input window, thereby facilitating the user to input the result of the network sharing operation into the sharing interface of the client, instead of Enter the original interface to the plugin.
  • the client finds the handle of the plug-in sharing information input window, and the pop-up window is overlaid on the sharing information input window according to the handle.
  • the method of the second embodiment of the present application further includes:
  • Step S205 The plug-in cancels the message reminding event to the client, and is used to cancel the function of the client sending the return information of the message reminding event to the plug-in;
  • Step S206 The plug-in cancels the operation interface to the client, and is used to cancel the function of the client to invoke the operation interface.
  • the plug-in can be caused to cancel the message reminding event and the operation interface according to the operation of the user, and provide the user with various options.
  • FIG. 3 shows a flow chart of inter-process communication according to the second embodiment of the present application, as shown in FIG. 3, wherein the interaction between the plug-in and the client is through inter-process communication (IPC, Inter-Process). Communication) processing; in the process of inter-process communication, the plug-in is the sender and the client is the receiver, or the plug-in is the receiver and the client is the sender.
  • the steps of the inter-process communication include:
  • Step S231 the sender establishes a memory mapping file
  • Step S232 The sender writes the sending data to the memory mapping file.
  • Step S233 The sender sends a read message to the receiver.
  • Step S234 When the receiving party receives the read message, the receiver reads the sending data from the memory mapping file.
  • Step S235 The receiver sends a read completion message to the sender.
  • Step S236 When the sender receives the read completion message, the sender releases the memory map file.
  • the method of the second embodiment enables the client and the plug-in to directly access the shared data through the shared memory in the framework of the inter-process communication, thereby improving the communication efficiency between the plug-in and the client, and saving the system operation under the client-based message reminding mode. Resources, improve the speed of operation. The problem of waste of resources and low running speed caused by the client separately establishing a separate data storage area relative to the plug-in is avoided.
  • FIG. 4 is a structural diagram of a device for alerting a message according to a third embodiment of the present application. As shown in FIG. 4, it includes:
  • the registration module 100 is adapted to cause the plugin to register a message reminding event and an operation interface
  • the message reminding module 200 is adapted to send a return message of the message reminding event to the plug-in when receiving the notification message of the registered message reminding event sent by the server, and the plug-in displays the message reminding information according to the returned information;
  • the calling module 300 is adapted to invoke the registered operation interface to respond to the operation request when receiving the operation request sent by the plug-in.
  • the apparatus for message reminding provided by the third embodiment of the present application is the apparatus for implementing the message reminding method provided by the first embodiment of the present application, and the specific principle thereof is the same as the method for prompting the message provided by the first application of the present application. Therefore, it will not be repeated.
  • the device for message reminding provided by the third embodiment of the present application uniformly sends a reminder message from the server to each plug-in for processing, and provides a common operation interface for each plug-in to facilitate communication between the plug-in and the server, thereby solving the existing
  • the technical message reminder lacks scalability on the platform, which leads to the upgrade of complex problems.
  • the message reminder function needs to be upgraded, it is not necessary to upgrade for each plug-in, and only the client of the device can be upgraded.
  • the client-based message reminding method has little influence on the program architecture, and the program modification can be performed only on the client side of the device, and it is not necessary to change the program for each plug-in.
  • FIG. 5 is a structural diagram of a device for alerting a message according to a fourth embodiment of the present application. As shown in FIG. 5, it includes:
  • the registration module 100 is adapted to enable the plugin to register a message reminding event and an operation interface; the message reminding module 200. Suitable to send a return message of a message reminding event to the plug-in when receiving the notification message of the registered message reminding event sent by the server, the plug-in displaying the message reminding information according to the returned information; the calling module 300 is adapted to receive the plug-in When an operation request is sent, the registered operation interface is called to respond to the operation request.
  • the device of the fourth embodiment of the present application further includes: a startup module 400, specifically adapted to: start when the plug-in is started; or, when the caller starts, start; or, the plug-in queries a handle of the message window; The plugin starts when it does not query the handle of the message window.
  • a startup module 400 specifically adapted to: start when the plug-in is started; or, when the caller starts, start; or, the plug-in queries a handle of the message window; The plugin starts when it does not query the handle of the message window.
  • the apparatus of Embodiment 4 of the present application further includes: a broadcast module 500, configured to broadcast a registration request to each plug-in, so that each plug-in responds to the registration request and performs registration of the message reminding event and the operation interface.
  • a broadcast module 500 configured to broadcast a registration request to each plug-in, so that each plug-in responds to the registration request and performs registration of the message reminding event and the operation interface.
  • the device of the fourth embodiment of the present application further includes: a logout module 600, configured to: enable the plug-in to cancel the message reminding event, cancel the function of sending the return information of the message reminding event to the plug-in; and enable the plug-in to log out of the operation interface, Used to cancel the function of calling the operation interface.
  • a logout module 600 configured to: enable the plug-in to cancel the message reminding event, cancel the function of sending the return information of the message reminding event to the plug-in; and enable the plug-in to log out of the operation interface, Used to cancel the function of calling the operation interface.
  • the message reminding event includes but is not limited to: receiving a new reminder, modifying the account list, setting changes, and adding a new account.
  • the return information sent by the message reminding module 200 to the plug-in includes: an account identifier and account information; and when the message reminding event includes the account list being modified, the message reminding module 200 sends the return information to the plug-in.
  • the method includes: an account identifier, an account information, and a quantity of a new message; when the message reminding event includes a setting change, the return information sent by the message reminding module 200 to the plug-in includes: setting change information; when the message reminding event includes adding a new account, the message reminding
  • the return information sent by the module 200 to the plugin includes: an account ID and account information of the new account.
  • the operation interface comprises at least one of: opening a uniform resource locator operation interface, an automatic login form operation interface, an automatic login uniform resource locator operation interface, and a pop-up window operation interface;
  • the calling module 300 is specifically adapted to: when receiving the open uniform resource locator operation request sent by the plug-in, invoke the registered open unified resource locator operation interface and open the unified resource. a locator in response to opening a uniform resource locator operation request; when the operation interface includes an automatic login form operation interface, the calling module 300 has Suitable for: when receiving the automatic login form operation request sent by the plugin, call the registered automatic login form operation interface and open a new window, load a blank hypertext markup language information, fill the form content to the hypertext markup The language information is submitted and responded to the automatic login form operation request.
  • the calling module 300 is specifically adapted to: when receiving the automatic login uniform resource locator operation request sent by the plug-in Invoking the registered automatic login uniform resource locator operation interface and automatically logging in the uniform resource locator in response to the automatic login uniform resource locator operation request; when the operation interface includes a pop-up window operation interface, the calling module 300 is specifically adapted to: When receiving a pop-up request sent by the plug-in, the registered pop-up operation interface is called and a pop-up window is responded to in response to the pop-up request.
  • the device of Embodiment 4 of the present application further includes:
  • the sharing interface calling module 700 is adapted to enable the plug-in to invoke the sharing interface when the plug-in issues the sharing information, and distribute the sharing information to the network through the sharing interface;
  • the sharing information includes at least one of the following: a text, a picture, a uniform resource locator, and an initialization file. .
  • FIG. 6 is a detailed structural diagram of a device for alerting a message according to a fourth embodiment of the present application.
  • the sharing interface calling module 700 includes:
  • the pop-up window module 701 is adapted to enable the plug-in to invoke the sharing interface when the plug-in issues the sharing information, and open a new pop-up window overlying the sharing information input window of the plug-in;
  • the sharing publishing module 702 is adapted to receive when the pop-up window is received.
  • the device of Embodiment 4 of the present application further includes:
  • the inter-process communication module 800 is adapted to enable interaction between the plug-in and the device to be processed by inter-process communication; in the process of inter-process communication, the plug-in is a sender and the device is a receiver, or the plug-in is a receiver and the device is sent As shown in FIG. 6, the inter-process communication module 800 includes: a memory mapped file creating module 801, configured to enable a sender to establish a memory mapped file; and a memory mapped file writing module 802 adapted to cause the sender to write the transmitted data.
  • the read message sending module 803 is adapted to enable the sender to send the read message to the receiver;
  • the memory mapped file reading module 804 is adapted to cause the receiver to map from the memory when the receiving party receives the read message.
  • the reading completion message sending module 805 is adapted to enable the receiving party to send the reading completion message to the sender;
  • the memory mapping file releasing module 806 is adapted to enable the sending party to receive the reading completion message The sender releases the memory Shoot the file.
  • the apparatus for message reminding provided by the fourth embodiment of the present application is an apparatus for implementing the method for message reminding provided by the second embodiment of the present application, and the specific principle thereof is the same as the method for the method of message reminding provided by the second method of the present application. Therefore, it will not be repeated.
  • the device of the fourth embodiment of the present application can uniformly receive the return information of the message reminding event when the new reminder, the account list is modified, the setting change, the new account is triggered, and the message is returned, and the information is returned. Send to the appropriate plugin that registered this type of message reminder event.
  • the client of the device of the fourth embodiment of the present law unifies the message reminding event, the system integration degree is improved, and the scalability of the program is further improved.
  • the message reminder program structure for receiving reminders, such as new reminders, account list changes, setting changes, adding new accounts, etc. has little influence.
  • the apparatus of the fourth embodiment of the present application uniformly provides an operation interface for opening a uniform resource locator operation interface, an automatic login form operation interface, an automatic login uniform resource locator operation interface, a pop-up window operation interface, etc.
  • the system when the system is upgraded, only the client of the device in the fourth embodiment of the present application upgrades the corresponding interface, and no interface upgrade is required for each plug-in.
  • the message reminder program framework for opening the interface of the uniform resource locator operation interface, the automatic login form operation interface, the automatic login uniform resource locator operation interface, and the pop-up window operation interface has little influence.
  • FIG. 7 is a structural diagram of a system for message reminding according to the fifth embodiment of the present application.
  • the method includes:
  • the device 903 further includes: a plug-in module 901 and a server 902.
  • the plug-in module 901 is connected to the server 902 by the device for reminding the message of the third embodiment of the present application or the device for reminding the message of the fourth embodiment of the present application.
  • the message reminder device 903 includes a registration module 100, a message reminder module 200, and a call module 300.
  • a message alerting system provided by the fifth embodiment of the present application which mainly applies the message reminding device shown in FIG. 4, FIG. 5 or FIG. 6, the specific principle of the message alerting device and the device of the third embodiment of the present application or The specific principles of the apparatus of the fourth embodiment are the same, and therefore will not be described again.
  • the message reminding system uses a message reminding device to uniformly send a reminder message from the server to each plug-in module for processing, and to each plug-in module.
  • a universal operation interface is provided to facilitate communication between the plug-in module and the server, thereby solving the problem that the prior art message reminding method lacks scalability on the platform, thereby causing a complicated upgrade problem.
  • the message reminding function needs to be upgraded, it is not necessary to upgrade for each plug-in module, and only the client of the message reminding device of the fifth embodiment of the present application can be upgraded.
  • the message reminding method based on the client has little influence on the program architecture, and the program modification can be performed only on the client of the message reminding device, and it is not necessary to change the program of each plug-in module.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined. Unless otherwise stated, this manual (including Each feature disclosed in the claims, the abstract and the drawings may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present application can be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of the message alerting in accordance with embodiments of the present application.
  • the application can also be implemented as a device or device program (e.g., a computer program and a computer program product) adapted to perform some or all of the methods described herein.
  • Such a program implementing the present application may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 8 illustrates a server, such as an application server, that can implement message reminders in accordance with the present application.
  • the server conventionally includes a processor 810 and a computer program product or computer readable medium in the form of a memory 820.
  • the memory 820 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • the memory 820 has a memory space 830 of program code 831 adapted to perform any of the method steps described above.
  • storage space 830 suitable for program code may include various program code 831 that are respectively adapted to implement various steps in the above methods.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG.
  • the storage unit may have a storage section, a storage space, and the like arranged similarly to the storage 820 in the server of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 831', code that can be read by, for example, a processor such as 810, which The code, when run by the server, causes the server to perform the various steps in the methods described above.
  • "an embodiment," or "an embodiment," or "one or more embodiments" as used herein means that the particular features, structures, or characteristics described in connection with the embodiments are included in at least one embodiment of the present application.
  • phrase "in one embodiment" is not necessarily referring to the same embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

La présente invention concerne un procédé, un appareil et un système de rappel de message. Le procédé comprend les opérations suivantes : un module d'extension enregistre un événement de rappel de message et une interface d'opération au niveau d'un client ; lorsque le client reçoit un message de notification de l'événement de rappel de message enregistré envoyé par un serveur, le client envoie des informations renvoyées de l'événement de rappel de message au module d'extension, et le module d'extension affiche les informations de rappel de message conformément aux informations renvoyées ; et lorsque le client reçoit une requête d'opération envoyée par le module d'extension, le client appelle l'interface d'opération enregistrée pour répondre à la requête d'opération. Le procédé, l'appareil et le système de rappel de message décrits dans la présente invention permettent de résoudre le problème de la complexité de mise à niveau due au fait qu'un mode de rappel de message dans l'état antérieur de la technique n'a pas d'extensibilité sur une plateforme, et d'obtenir l'effet bénéfique d'amélioration supplémentaire de l'extensibilité de programme du mode de rappel de message.
PCT/CN2014/087279 2013-10-18 2014-09-24 Procédé, dispositif et système de rappel de message WO2015055073A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310492698.9 2013-10-18
CN201310492698.9A CN103516595B (zh) 2013-10-18 2013-10-18 一种消息提醒的方法和装置、以及系统

Publications (1)

Publication Number Publication Date
WO2015055073A1 true WO2015055073A1 (fr) 2015-04-23

Family

ID=49898667

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/087279 WO2015055073A1 (fr) 2013-10-18 2014-09-24 Procédé, dispositif et système de rappel de message

Country Status (2)

Country Link
CN (1) CN103516595B (fr)
WO (1) WO2015055073A1 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124529A (zh) * 2019-11-21 2020-05-08 杭州米络星科技(集团)有限公司 一种基于浏览器ppapi插件技术的视频投屏方法
CN111857985A (zh) * 2020-06-08 2020-10-30 远光软件股份有限公司 浏览器插件的调用方法、装置、存储介质及终端
CN113076294A (zh) * 2021-04-16 2021-07-06 北京沃东天骏信息技术有限公司 一种信息分享方法和装置
CN113760569A (zh) * 2021-01-06 2021-12-07 北京沃东天骏信息技术有限公司 一种多账号管理方法和系统
CN115297162A (zh) * 2022-06-27 2022-11-04 青岛海尔科技有限公司 消息的发送方法和装置、存储介质及电子装置

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516595B (zh) * 2013-10-18 2016-11-09 北京奇虎科技有限公司 一种消息提醒的方法和装置、以及系统
CN104462313B (zh) * 2014-11-28 2018-04-13 北京奇虎科技有限公司 一种数据处理中的监控方法和装置
CN105991410B (zh) * 2015-02-12 2020-06-30 北京创新方舟科技有限公司 一种获取消息的方法和系统
CN105262717A (zh) * 2015-08-31 2016-01-20 福建天晴数码有限公司 一种网络服务安全管理方法及装置
CN108345621B (zh) * 2017-01-24 2022-03-08 腾讯科技(深圳)有限公司 一种数据对账方法、系统及数据系统
CN112269655B (zh) * 2020-10-15 2023-01-13 北京百度网讯科技有限公司 内存映射文件清理方法、装置、电子设备及存储介质
CN113094188A (zh) * 2021-03-30 2021-07-09 网易(杭州)网络有限公司 系统消息的处理方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100293491A1 (en) * 2009-05-12 2010-11-18 Ricoh Company, Ltd. Information Processing Apparatus, System, And Program
CN103164239A (zh) * 2012-12-11 2013-06-19 广东电网公司电力科学研究院 基于微网可视化平台的插件实现方法
CN103176789A (zh) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 一种实现开放平台功能扩展的方法及系统
CN103268319A (zh) * 2013-04-17 2013-08-28 北京航空航天大学 一种基于网页的云浏览器
CN103516595A (zh) * 2013-10-18 2014-01-15 北京奇虎科技有限公司 一种消息提醒的方法和装置、以及系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9083663B2 (en) * 2006-02-04 2015-07-14 Docsof, Llc Reminder system
CN101847100B (zh) * 2010-06-08 2012-12-05 用友软件股份有限公司 扩展软件应用的方法和装置
CN103309700B (zh) * 2012-03-16 2016-05-18 腾讯科技(深圳)有限公司 一种插件管理控制方法及装置
CN103034721A (zh) * 2012-12-13 2013-04-10 北京奇虎科技有限公司 一种消息展示客户端及展示方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100293491A1 (en) * 2009-05-12 2010-11-18 Ricoh Company, Ltd. Information Processing Apparatus, System, And Program
CN103176789A (zh) * 2011-12-26 2013-06-26 腾讯科技(深圳)有限公司 一种实现开放平台功能扩展的方法及系统
CN103164239A (zh) * 2012-12-11 2013-06-19 广东电网公司电力科学研究院 基于微网可视化平台的插件实现方法
CN103268319A (zh) * 2013-04-17 2013-08-28 北京航空航天大学 一种基于网页的云浏览器
CN103516595A (zh) * 2013-10-18 2014-01-15 北京奇虎科技有限公司 一种消息提醒的方法和装置、以及系统

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124529A (zh) * 2019-11-21 2020-05-08 杭州米络星科技(集团)有限公司 一种基于浏览器ppapi插件技术的视频投屏方法
CN111857985A (zh) * 2020-06-08 2020-10-30 远光软件股份有限公司 浏览器插件的调用方法、装置、存储介质及终端
CN113760569A (zh) * 2021-01-06 2021-12-07 北京沃东天骏信息技术有限公司 一种多账号管理方法和系统
CN113760569B (zh) * 2021-01-06 2024-04-05 北京沃东天骏信息技术有限公司 一种多账号管理方法和系统
CN113076294A (zh) * 2021-04-16 2021-07-06 北京沃东天骏信息技术有限公司 一种信息分享方法和装置
CN115297162A (zh) * 2022-06-27 2022-11-04 青岛海尔科技有限公司 消息的发送方法和装置、存储介质及电子装置
CN115297162B (zh) * 2022-06-27 2024-03-22 青岛海尔科技有限公司 消息的发送方法和装置、存储介质及电子装置

Also Published As

Publication number Publication date
CN103516595B (zh) 2016-11-09
CN103516595A (zh) 2014-01-15

Similar Documents

Publication Publication Date Title
WO2015055073A1 (fr) Procédé, dispositif et système de rappel de message
JP6955074B2 (ja) メッセージング・ボット・リッチ・コミュニケーションのための技法
JP6615269B2 (ja) モバイル・プッシュ通知
US8751575B2 (en) System and method for generating a ghost profile for a social network
JP2021144722A (ja) メッセージングエージェントプラットフォームのための技術
US9274913B2 (en) Event pages for web applications and extensions
US8849957B1 (en) Installable web applications
US9754326B2 (en) Aggregate provider for social activity feeds and contact information
US9009853B2 (en) Communication between web applications
JP6903739B2 (ja) アプリケーション内でサードパーティ・サービスにアクセスするための方法およびシステム
MX2013007842A (es) Mejoras para el cliente de notificacion de transmision automatica de mensajes para dispositivos de usuarios multiples.
US9195479B2 (en) Selective notification of native applications
JP2016507795A (ja) 予測位置の通知
US9519506B2 (en) Method and apparatus for enabling remote service task based access to functionality provided by one or more remote services
CN110785970A (zh) 使网页的机器人创建自动化的技术
US8200766B2 (en) Social networking runtime
WO2013082898A1 (fr) Procédé, terminal, serveur et système de présentation de données de service
US10664242B2 (en) Application development engine and method of performing same
US20180219892A1 (en) Methods and Systems for Detecting Viruses in Emails
WO2014063547A1 (fr) Procédé, dispositif et système pour inviter automatiquement un utilisateur à enregistrer un microblog
CN110708238A (zh) 用于处理信息的方法和装置
US20220084078A1 (en) Methods and Systems for Untargeting Users of an Online Service for Advertising
Fisher Lessons learned from the post-George Floyd protests
TWI495369B (zh) 行動通訊裝置訊息提供方法
Wolf Education and Health Standing Committee-Guide for submissions-Inquiry into support for autistic children and young people in

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14853807

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14853807

Country of ref document: EP

Kind code of ref document: A1