US20140289351A1 - Method and device for sending message to group user(s) through microblog - Google Patents

Method and device for sending message to group user(s) through microblog Download PDF

Info

Publication number
US20140289351A1
US20140289351A1 US14/354,639 US201214354639A US2014289351A1 US 20140289351 A1 US20140289351 A1 US 20140289351A1 US 201214354639 A US201214354639 A US 201214354639A US 2014289351 A1 US2014289351 A1 US 2014289351A1
Authority
US
United States
Prior art keywords
group
message
user
sending
member user
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.)
Abandoned
Application number
US14/354,639
Inventor
Yuteng Chen
Mingming He
Mingzhong Ji
Zhihao Zheng
Zhu Liang
Xitong Huang
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Assigned to TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED reassignment TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, Yuteng, HE, MINGMING, HUANG, Xitong, JI, Mingzhong, LIANG, ZHU, ZHENG, ZHIHAO
Publication of US20140289351A1 publication Critical patent/US20140289351A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • 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/214Monitoring or handling of messages using selective forwarding
    • 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
    • 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/48Message addressing, e.g. address format or anonymous messages, aliases

Definitions

  • the present invention relates to a technique of sending a message over a network, and in particular, to a method and device for sending a message to group user(s) through microblog.
  • a symbol “@” has special meaning in current microblog or other textual network interaction systems. For example, in microblog, it represents the function of “talk to somebody”, which strengthens the directivity of posting through microblog. When you post a message with “@user's nickname”, which means herein to “mention somebody” and “talk to somebody”, a notification of a message mentioning him will appear on the page of the microblog user who has been mentioned, and he can see your talk in a certain way and make a reply, achieving approximately a one-to-one conversation in a broadcast scene.
  • a community in blog, a group in an instant messaging tool and so on which are collectively referred to as a “group” in the present invention.
  • the “group” can be interpreted as a set of user(s) comprising one or more users.
  • a group identifier and a group name are assigned to the group.
  • sending a message by @ can only target a single person to achieve a virtual one-to-one conversation, in which only the nickname of a single user is allowed to be added behind the symbol @; clicking “@user's nickname” in a message posted by a person can directly lead to the page of this person; or all messages mentioning this person can be displayed through “@user's nickname”
  • the embodiments of the present invention provide a method and device for sending a message to group user(s) through microblog, which can simply and rapidly send the message to the group user(s) through a symbol @.
  • the embodiments of the present invention provide a method for sending a message to group user(s) through microblog, which comprises:
  • the embodiments of the present invention also provide a device for sending a message to group user(s) through microblog, which comprises:
  • the embodiments of the present invention also provide a computer program product containing program instructions which, when being executed on a processor, instruct the processor to perform the aforesaid method steps.
  • the embodiments of the present invention also provide a storage medium carrying the aforesaid computer program.
  • a user is enable to send a message to the group user(s) in the manner of “@group” when the user sends the message, instead of sending the message to each group user in the manner of “@user nickname” for many times, which improves the efficiency of sending messages by group, brings convenience to the user, and can be implemented simply and rapidly.
  • FIG. 1 is a flowchart of a method for sending a message to group user(s) provided by an embodiment of the present invention
  • FIG. 2 is a structure diagram of a device for sending a message to group user(s) provided by an embodiment of the present invention.
  • FIG. 1 is a flowchart of a method for sending a message to group user(s) provided by an embodiment of the present invention, with the method comprising:
  • Step 101 A service end parsing a received message, and when finding that the message contains “@group identifier”, acquiring the group identifier behind the “@”.
  • a terminal end when a terminal end broadcasts a message or sends a message to other user(s), the message firstly needs to be sent to the service end, which will parse the message and perform corresponding processing.
  • the service end when a microblog user broadcasts a message, the message firstly needs to be sent to the microblog service end, and if the microblog user desires to inform all user(s) in a certain group of the message mentioning them, the service end can be notified by containing “@group identifier” in the message; after receiving the message, the service end parses the content of the message, and when finding that the message contains the “@group identifier”, it acquires the group identifier behind the “@”; and then, the service end acquires a list of the user(s) of the group by the group identifier, and indicates to each group member user that the message mentions the group member user.
  • Step 102 The service end acquiring a list of group member user(s) by the group identifier, and pushing the message to each group member user in the list of group member user(s).
  • the premise for the service end being able to acquire the list of group member user(s) by the group identifier is that: the user sending the message is a group member user of the group. Therefore, if the service end detects that the user sending the message is not a group member user in the group indicated by the group identifier, the service end may perform no processing, so as to avoid a non-group member user disturbing the group member user(s); if the service end confirms that the user sending the message is a group member user in the group indicated by the group identifier through a detection, the service end will acquire the list of group member user(s) by the group identifier, and push the message to each group member user.
  • the group member user sending the message is removed from the list of group member user(s).
  • Step 103 The group member user(s) in the list of group member user(s) acquiring and displaying the message.
  • the microblog service end will push the message to the member user(s) other than the group member user A in the group.
  • Any other member user in the group after logging onto his microblog page, can view the message through a page with the latest messages, or a “message with @me” page, or a “@group name” page.
  • the group name corresponding to the group identifier 123456 is “classmate group”, and thus, a hyperlink similar to “messages with @classmate group” will be displayed on the homepage of the microblog user, and when the user clicks this hyperlink, all messages mentioning the “classmate group” will be displayed.
  • the terminal end Before the terminal end sends the message to the service end, it will firstly inquire the service end about a list of group(s) which the user sending the message has joined, and indicate to the user in a certain way for the user's selection. According to the list of the group(s), the user sending the message will indicate in the message the group to be mentioned by the message, so as to avoid the user searching for the group identifier of the group he has joined every time if he forgets the group identifier.
  • the indication means include but are not limited to the following: displaying as a list in a message input window, wherein when the user clicks a group identifier in the list, “@group identifier” is automatically added into the message input box; or when the user inputs the symbol “@”, displaying the group identifies of all group(s) that the user has joined in a floating window of a pull-down list, so as to facilitate the user's selection.
  • a same message can include one or more pieces of “@group identifier”, wherein multiple pieces of “@group identifier” can be separated from one another by a separator, and the service end processes all pieces of “@group identifier” one by one.
  • the group identifier according to the present invention can be an identifier that can uniquely identify a group, such as group number, group name, etc.
  • the service end can be a server; and the microblog service end can be a microblog server.
  • the application scene of this embodiment is that a certain group member user who belongs to both the group with the group identifier “123456” and the group with the group name “classmate” recommends a good book to other group member user(s) of either of the two groups.
  • FIG. 2 is a structure diagram of a device for sending a message to group user(s) provided by the embodiments of the present invention.
  • the device comprises two parts: a sender and a receiver.
  • a terminal end serves as the sender, and a service end services as the receiver.
  • the major improvement achieved by the present invention lies in the receiver. Therefore, the device at least comprises:
  • the acquiring unit 201 and the push unit 203 are located in the receiver.
  • the device also comprises:
  • the device 200 also comprises:
  • the inquiry unit 204 , the sending unit 205 , and the exhibiting unit 206 are located in the sender.
  • the message sent by the sending unit 205 can include one or more pieces of “@group identifier”.

Abstract

The present invention discloses a method and device for sending a message to group user(s) through microblog, which can simply and rapidly send the message to the group user(s) through a symbol @. In the present invention, group(s) that a user has joined is inquired for the user when the user sends a message, and the message is able to be sent to the group user(s) in the manner of “@group”, instead of being sent to each group user in the manner of “@user nickname” for many times, which improves the efficiency of sending messages by group, and brings convenience to the user.

Description

    FIELD OF INVENTION
  • The present invention relates to a technique of sending a message over a network, and in particular, to a method and device for sending a message to group user(s) through microblog.
  • BACKGROUND
  • A symbol “@” has special meaning in current microblog or other textual network interaction systems. For example, in microblog, it represents the function of “talk to somebody”, which strengthens the directivity of posting through microblog. When you post a message with “@user's nickname”, which means herein to “mention somebody” and “talk to somebody”, a notification of a message mentioning him will appear on the page of the microblog user who has been mentioned, and he can see your talk in a certain way and make a reply, achieving approximately a one-to-one conversation in a broadcast scene.
  • In current network products, such as blog, microblog, online community, instant messaging tool, etc., in order to promote exchanges between users, the users are usually categorized, so that the exchanges between the users having some same hobby or some common characteristic will be easier. For example, a community in blog, a group in an instant messaging tool and so on, which are collectively referred to as a “group” in the present invention. The “group” can be interpreted as a set of user(s) comprising one or more users. In general, in order to identify a group, a group identifier and a group name are assigned to the group.
  • At present, in a system similar to microblog, sending a message by @ can only target a single person to achieve a virtual one-to-one conversation, in which only the nickname of a single user is allowed to be added behind the symbol @; clicking “@user's nickname” in a message posted by a person can directly lead to the page of this person; or all messages mentioning this person can be displayed through “@user's nickname”
  • In a network product with the group characteristic, when a message is sent to all user(s) in a group through the symbol @, many symbols @ are required and the nickname of each user in the group need to be added, which is very cumbersome and inefficient.
  • SUMMARY OF THE INVENTION
  • In view of the above, the embodiments of the present invention provide a method and device for sending a message to group user(s) through microblog, which can simply and rapidly send the message to the group user(s) through a symbol @.
  • According to one aspect of the present invention, the embodiments of the present invention provide a method for sending a message to group user(s) through microblog, which comprises:
      • a service end parsing a received message, and when finding that the message contains “@group identifier”, acquiring the group identifier behind the “@”;
      • the service end acquiring a list of group member user(s) by the group identifier, and pushing the message to each group member user in the list of group member user(s).
  • According to another aspect of the present invention, the embodiments of the present invention also provide a device for sending a message to group user(s) through microblog, which comprises:
      • an acquiring unit, for receiving and parsing a message and acquiring a group identifier indicated by “@group identifier” from the message;
      • a push unit, for acquiring a list of group member user(s) by the group identifier and pushing the message to each group member user in the list of group member user(s).
  • According to another aspect of the present invention, the embodiments of the present invention also provide a computer program product containing program instructions which, when being executed on a processor, instruct the processor to perform the aforesaid method steps.
  • According to yet another aspect of the present invention, the embodiments of the present invention also provide a storage medium carrying the aforesaid computer program.
  • With the method and device provided by the present invention, a user is enable to send a message to the group user(s) in the manner of “@group” when the user sends the message, instead of sending the message to each group user in the manner of “@user nickname” for many times, which improves the efficiency of sending messages by group, brings convenience to the user, and can be implemented simply and rapidly.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a flowchart of a method for sending a message to group user(s) provided by an embodiment of the present invention;
  • FIG. 2 is a structure diagram of a device for sending a message to group user(s) provided by an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • To render the targets, technical solutions and advantages of the present invention clearer, a further detailed description of the present invention will be given in the following by illustrating the embodiments and referring to the accompanying drawings.
  • FIG. 1 is a flowchart of a method for sending a message to group user(s) provided by an embodiment of the present invention, with the method comprising:
  • Step 101: A service end parsing a received message, and when finding that the message contains “@group identifier”, acquiring the group identifier behind the “@”.
  • In embodiments of the present invention, when a terminal end broadcasts a message or sends a message to other user(s), the message firstly needs to be sent to the service end, which will parse the message and perform corresponding processing.
  • Taking a microblog system as example, when a microblog user broadcasts a message, the message firstly needs to be sent to the microblog service end, and if the microblog user desires to inform all user(s) in a certain group of the message mentioning them, the service end can be notified by containing “@group identifier” in the message; after receiving the message, the service end parses the content of the message, and when finding that the message contains the “@group identifier”, it acquires the group identifier behind the “@”; and then, the service end acquires a list of the user(s) of the group by the group identifier, and indicates to each group member user that the message mentions the group member user.
  • Step 102: The service end acquiring a list of group member user(s) by the group identifier, and pushing the message to each group member user in the list of group member user(s).
  • Preferably, the premise for the service end being able to acquire the list of group member user(s) by the group identifier is that: the user sending the message is a group member user of the group. Therefore, if the service end detects that the user sending the message is not a group member user in the group indicated by the group identifier, the service end may perform no processing, so as to avoid a non-group member user disturbing the group member user(s); if the service end confirms that the user sending the message is a group member user in the group indicated by the group identifier through a detection, the service end will acquire the list of group member user(s) by the group identifier, and push the message to each group member user.
  • Preferably, the group member user sending the message is removed from the list of group member user(s).
  • Step 103: The group member user(s) in the list of group member user(s) acquiring and displaying the message.
  • Taking a microblog system as example, after a group member user A sends a message to other group member user(s) in his own group in the manner of @, the microblog service end will push the message to the member user(s) other than the group member user A in the group. Any other member user in the group, after logging onto his microblog page, can view the message through a page with the latest messages, or a “message with @me” page, or a “@group name” page. For example, the group name corresponding to the group identifier 123456 is “classmate group”, and thus, a hyperlink similar to “messages with @classmate group” will be displayed on the homepage of the microblog user, and when the user clicks this hyperlink, all messages mentioning the “classmate group” will be displayed.
  • Preferably, for convenience of a user of a terminal end sending a message to group user(s), before the terminal end sends the message to the service end, it will firstly inquire the service end about a list of group(s) which the user sending the message has joined, and indicate to the user in a certain way for the user's selection. According to the list of the group(s), the user sending the message will indicate in the message the group to be mentioned by the message, so as to avoid the user searching for the group identifier of the group he has joined every time if he forgets the group identifier. Wherein, the indication means include but are not limited to the following: displaying as a list in a message input window, wherein when the user clicks a group identifier in the list, “@group identifier” is automatically added into the message input box; or when the user inputs the symbol “@”, displaying the group identifies of all group(s) that the user has joined in a floating window of a pull-down list, so as to facilitate the user's selection.
  • Preferably, a same message can include one or more pieces of “@group identifier”, wherein multiple pieces of “@group identifier” can be separated from one another by a separator, and the service end processes all pieces of “@group identifier” one by one. The group identifier according to the present invention can be an identifier that can uniquely identify a group, such as group number, group name, etc.
  • In this embodiment, the service end can be a server; and the microblog service end can be a microblog server.
  • Examples of the message of the present invention are as follows.
  • Example 1 of the message: “Hello, everyone! @123456”;
  • wherein the application scene of this embodiment is that a certain group user of a group with a group identifier 123456 says hello to other group user(s) of the group.
  • Example 2 of the message: “who is going to the activity on Sunday @classmate”;
  • wherein the application scene of this embodiment is that a certain group user of a group with a group name “classmate” asks in the group “who is going to the activity on Sunday?”
  • Example 3 of the message: “recommend a good book XXXX to all of you @123456, @classmate”
  • wherein the application scene of this embodiment is that a certain group member user who belongs to both the group with the group identifier “123456” and the group with the group name “classmate” recommends a good book to other group member user(s) of either of the two groups.
  • FIG. 2 is a structure diagram of a device for sending a message to group user(s) provided by the embodiments of the present invention. The device comprises two parts: a sender and a receiver. In the present invention, a terminal end serves as the sender, and a service end services as the receiver. The major improvement achieved by the present invention lies in the receiver. Therefore, the device at least comprises:
      • an acquiring unit 201, for receiving and parsing a message, and acquiring a group identifier indicated by “@group identifier” from the message;
      • a push unit 203, for acquiring a list of group member user(s) by the group identifier, and pushing the message to each group member user in the list of group member user(s).
  • The acquiring unit 201 and the push unit 203 are located in the receiver.
  • Preferably, the device also comprises:
      • a judging unit 202, for judging whether the user sending the message is a group member user of the group indicated by the group identifier, and if the user sending the message is not a group member user of the group indicated by the group identifier, instructing the push unit to perform no push processing, otherwise instructing the push unit to perform the push processing. The judging unit 202 is located in the receiver.
  • Preferably, the device 200 also comprises:
      • an inquiry unit 204, for inquiring a list of group(s) that the user sending the message has joined;
      • a sending unit 205, for inputting the message and indicating the group to be mentioned by the message in the manner of “@group identifier” in the message according to the list of the group(s);
      • an exhibiting unit 206, for exhibiting the message to the group member user(s) in the list of group member user(s) through a page with the latest messages, or a “message with @me” page, or a “@group name” page.
  • The inquiry unit 204, the sending unit 205, and the exhibiting unit 206 are located in the sender.
  • Wherein, the message sent by the sending unit 205 can include one or more pieces of “@group identifier”.
  • What are stated above are only the preferred embodiments of the present invention, and are not intended to restrict the protection scope of the present invention.

Claims (11)

What is claimed is:
1. A method for sending a message to group user(s) through microblog, comprising:
a service end parsing a received message, and when finding that the message contains “@group identifier”, acquiring the group identifier behind the “@”;
the service end acquiring a list of group member user(s) by the group identifier, and pushing the message to each group member user in the list of group member user(s).
2. The method of claim 1, wherein each group member user in the list of group member user(s) acquires and displays the message through a page with the latest messages, or a “message with @me” page, or a “@group name” page.
3. The method of claim 1, wherein before the service end pushes the message to each group member user in the list of group member user(s), the method also comprises: the service end detecting whether a user sending the message is a group member user of a group indicated by the group identifier;
if the user sending the message is a group member user of the group indicated by the group identifier, the service end will perform a processing of pushing the message;
if the user sending the message is not a group member user of the group indicated by the group identifier, the service end will not perform the processing of pushing the message.
4. The method of claim 1, wherein the method also comprises:
before a terminal end sends the message, it inquiring the service end about a list of group(s) that the user sending the message has joined, and the user sending the message indicating in the message a group to be mentioned by the message according to the list of the group(s).
5. The method of claim 1, wherein one or more groups to be mentioned by the message are indicated in a same message by one or more pieces of “@group identifier”.
6. A device for sending a message to group user(s) through microblog, comprising:
an acquiring unit, for receiving and parsing a message and acquiring a group identifier indicated by “@group identifier” from the message;
a push unit, for acquiring a list of group member user(s) by the group identifier and pushing the message to each group member user in the list of group member user(s).
7. The device of claim 6, wherein the device also comprises:
an inquiry unit, for inquiring a list of group(s) that the user sending the message has joined;
a sending unit, for inputting the message and indicating the group to be mentioned by the message in the manner of “@group identifier” in the message according to the list of the group(s);
an exhibiting unit, for exhibiting the message to the group member user(s) in the list of group member user(s) through a page with the latest messages, or a “message with @me” page, or a “@group name” page.
8. The device of claim 6 or claim 7, wherein the device also comprises:
a judging unit, for judging whether the user sending the message is a group member user of the group indicated by the group identifier, and if the user sending the message is not a group member user of the group indicated by the group identifier, instructing the push unit to perform no push processing, otherwise instructing the push unit to perform the push processing.
9. The device of claim 7, wherein the message sent by the sending unit includes one or more pieces of “@group identifier”.
10. A computer program product, containing program instructions which, when being executed on a processor, instruct the processor to perform the steps of the method of any of claims 1-5.
11. A storage medium, carrying a computer program of claim 10.
US14/354,639 2011-10-28 2012-06-01 Method and device for sending message to group user(s) through microblog Abandoned US20140289351A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201110335081.7A CN103095746B (en) 2011-10-28 2011-10-28 A kind of method and device being sent message by microblogging to group user
CN201110335081.7 2011-10-28
PCT/CN2012/076399 WO2013060143A1 (en) 2011-10-28 2012-06-01 Method and device for sending messages to group user through microblog

Publications (1)

Publication Number Publication Date
US20140289351A1 true US20140289351A1 (en) 2014-09-25

Family

ID=48167097

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/354,639 Abandoned US20140289351A1 (en) 2011-10-28 2012-06-01 Method and device for sending message to group user(s) through microblog

Country Status (5)

Country Link
US (1) US20140289351A1 (en)
JP (1) JP2014531094A (en)
CN (1) CN103095746B (en)
RU (1) RU2589327C2 (en)
WO (1) WO2013060143A1 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140229534A1 (en) * 2012-05-28 2014-08-14 Tencent Technology (Shenzhen) Company Limited Method and system for accessing micro-blog album and micro-blog client
US9337972B2 (en) 2011-11-04 2016-05-10 Alcatel Lucent Method for instructing user terminal to alleviate interference in a base station
US20160285797A1 (en) * 2015-03-23 2016-09-29 Dropbox, Inc. Eternal user notifications in shared folder backed integrated workspaces
CN107294843A (en) * 2017-07-17 2017-10-24 北京奇安信科技有限公司 A kind of instant communication information processing method and processing device
US20190116147A1 (en) * 2016-09-09 2019-04-18 Line Corporation Non-transitory computer readable recording medium storing a computer program, information processing method, and information processing terminal
US10402786B2 (en) 2016-12-30 2019-09-03 Dropbox, Inc. Managing projects in a content management system
CN110460510A (en) * 2019-07-31 2019-11-15 北京字节跳动网络技术有限公司 A kind of method, apparatus that establishing multi-conference, electronic equipment and medium
US10719807B2 (en) 2016-12-29 2020-07-21 Dropbox, Inc. Managing projects using references
JP2020184347A (en) * 2019-04-03 2020-11-12 Line株式会社 Display method and program
US10838925B2 (en) 2018-11-06 2020-11-17 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US10942944B2 (en) 2015-12-22 2021-03-09 Dropbox, Inc. Managing content across discrete systems
US10970656B2 (en) 2016-12-29 2021-04-06 Dropbox, Inc. Automatically suggesting project affiliations
CN113472631A (en) * 2021-06-24 2021-10-01 北京达佳互联信息技术有限公司 Reminding information processing method and device, electronic equipment and storage medium
US11226939B2 (en) 2017-12-29 2022-01-18 Dropbox, Inc. Synchronizing changes within a collaborative content management system
US11483266B2 (en) * 2013-03-04 2022-10-25 Paul Everton Method and system for electronic collaboration

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103024751B (en) * 2011-09-26 2016-01-27 华为技术有限公司 Interference control method and equipment
CN104301201B (en) * 2013-07-19 2019-12-13 腾讯科技(深圳)有限公司 method and system for prompting microblog information, microblog server and client
CN105704006B (en) * 2014-11-28 2019-09-17 腾讯科技(深圳)有限公司 Message transmission, reception, methods of exhibiting and system, transmitting terminal, receiving end
CN105721272B (en) * 2014-12-02 2020-04-14 腾讯科技(深圳)有限公司 Message sending, receiving and displaying method and system, sending end and receiving end
CN106339947A (en) 2015-07-07 2017-01-18 阿里巴巴集团控股有限公司 Method and device for performing business operation and acquiring group member information based on chat group
JP7241938B2 (en) * 2016-08-08 2023-03-17 Line株式会社 Method and system for providing message-based notifications
CN107979624B (en) * 2016-10-24 2020-12-15 腾讯科技(深圳)有限公司 Information pushing method and device and client with quick access function
CN107239479B (en) * 2017-03-28 2020-03-13 创新先进技术有限公司 Block chain based data storage and query method and device
JP6232519B1 (en) * 2017-08-24 2017-11-15 Line株式会社 Program, information processing method, and information processing terminal
JP6509995B2 (en) * 2017-10-23 2019-05-08 Line株式会社 Display method and program
JP6556390B2 (en) * 2019-02-12 2019-08-07 Line株式会社 Display method and program
CN110086637B (en) * 2019-04-24 2021-04-02 上海掌门科技有限公司 Information personalized setting method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070156824A1 (en) * 2006-01-05 2007-07-05 Swarmteams Ltd. Community messaging system
US20110314064A1 (en) * 2010-06-16 2011-12-22 Microsoft Corporation Notifications Platform

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2707843B2 (en) * 1991-01-16 1998-02-04 松下電器産業株式会社 Information transmission control device
JPH1063598A (en) * 1996-08-22 1998-03-06 Nippon Telegr & Teleph Corp <Ntt> Method, system, and server for multicast communication
JP2002175274A (en) * 2000-12-06 2002-06-21 Sony Corp Information processing device and information processing method, network system, storage medium, and computer program
CN100488177C (en) * 2005-12-22 2009-05-13 华为技术有限公司 Method and device for realizing pocket transmission news service
JP5042113B2 (en) * 2008-04-30 2012-10-03 アユダンテ株式会社 E-mail delivery system, e-mail delivery method, and e-mail delivery program
CN101520791A (en) * 2008-12-26 2009-09-02 候万春 System and method for pushing blog to friends by bloger
CN102045265A (en) * 2009-10-20 2011-05-04 爱思开电讯投资(中国)有限公司 Device and method for information interaction
EP2320363A1 (en) * 2009-10-30 2011-05-11 Research In Motion Limited A method for predicting messaging addresses for an electronic message composed on an electronic device
CN102088466A (en) * 2009-12-07 2011-06-08 腾讯科技(深圳)有限公司 Micro-blog browsing method and relevant equipment
US20110231296A1 (en) * 2010-03-16 2011-09-22 UberMedia, Inc. Systems and methods for interacting with messages, authors, and followers
CN101827331B (en) * 2010-04-26 2015-07-08 宇龙计算机通信科技(深圳)有限公司 Method, terminal and server for stimulating network application to transmit and acquire short message
CN102255825A (en) * 2011-01-14 2011-11-23 北京开心人信息技术有限公司 Extensible interactive communication method and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070156824A1 (en) * 2006-01-05 2007-07-05 Swarmteams Ltd. Community messaging system
US20110314064A1 (en) * 2010-06-16 2011-12-22 Microsoft Corporation Notifications Platform

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Amanda Lee Hughes and Leysia Palen, (2009) "Twitter adoption and use in mass convergence and emergency events", Int.J.Emergency Management, Vol.6, Nos, 3/4, pp.248-260 *
Fabricio Benevenuto, Gabriel Magno, Tiago Rodrigues, and Virgilio Almeida, "Detecting Spammers on Twitter", CEAS 2010 -Seventh annual Collaboration , Electronic messaging, Anti Abuse and Spam Conference July 13-14, 2010, Redmond, Washing, US *
Kate Starbird and Jeannie Stamberger, "Tweak the Tweet: Leveraging Microblogging Proliferation with a Prescriptive Syntax to Support Citizen Reporting", Proceedings of the 7th International ISCRAM Conference-Seattle, USA, May 2010 *

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9337972B2 (en) 2011-11-04 2016-05-10 Alcatel Lucent Method for instructing user terminal to alleviate interference in a base station
US20140229534A1 (en) * 2012-05-28 2014-08-14 Tencent Technology (Shenzhen) Company Limited Method and system for accessing micro-blog album and micro-blog client
US11483266B2 (en) * 2013-03-04 2022-10-25 Paul Everton Method and system for electronic collaboration
US10216810B2 (en) 2015-03-23 2019-02-26 Dropbox, Inc. Content item-centric conversation aggregation in shared folder backed integrated workspaces
US11354328B2 (en) 2015-03-23 2022-06-07 Dropbox, Inc. Shared folder backed integrated workspaces
US10042900B2 (en) * 2015-03-23 2018-08-07 Dropbox, Inc. External user notifications in shared folder backed integrated workspaces
AU2017201395B2 (en) * 2015-03-23 2018-11-08 Dropbox, Inc. Content item-centric conversation aggregation in shared folder backed integrated workspaces
AU2017201395B9 (en) * 2015-03-23 2018-11-15 Dropbox, Inc. Content item-centric conversation aggregation in shared folder backed integrated workspaces
US11748366B2 (en) 2015-03-23 2023-09-05 Dropbox, Inc. Shared folder backed integrated workspaces
US10997189B2 (en) 2015-03-23 2021-05-04 Dropbox, Inc. Processing conversation attachments in shared folder backed integrated workspaces
US9959327B2 (en) 2015-03-23 2018-05-01 Dropbox, Inc. Creating conversations in shared folder backed integrated workspaces
US10452670B2 (en) 2015-03-23 2019-10-22 Dropbox, Inc. Processing message attachments in shared folder backed integrated workspaces
US11567958B2 (en) 2015-03-23 2023-01-31 Dropbox, Inc. Content item templates
US11347762B2 (en) 2015-03-23 2022-05-31 Dropbox, Inc. Intelligent scrolling in shared folder back integrated workspaces
US10558677B2 (en) 2015-03-23 2020-02-11 Dropbox, Inc. Viewing and editing content items in shared folder backed integrated workspaces
US10635684B2 (en) 2015-03-23 2020-04-28 Dropbox, Inc. Shared folder backed integrated workspaces
US20160285797A1 (en) * 2015-03-23 2016-09-29 Dropbox, Inc. Eternal user notifications in shared folder backed integrated workspaces
US11016987B2 (en) 2015-03-23 2021-05-25 Dropbox, Inc. Shared folder backed integrated workspaces
US10997188B2 (en) 2015-03-23 2021-05-04 Dropbox, Inc. Commenting in shared folder backed integrated workspaces
US11816128B2 (en) 2015-12-22 2023-11-14 Dropbox, Inc. Managing content across discrete systems
US10942944B2 (en) 2015-12-22 2021-03-09 Dropbox, Inc. Managing content across discrete systems
US10523621B2 (en) * 2016-09-09 2019-12-31 Line Corporation Display method of exchanging messages among users in a group
US11477153B2 (en) 2016-09-09 2022-10-18 Line Corporation Display method of exchanging messages among users in a group
US20190116147A1 (en) * 2016-09-09 2019-04-18 Line Corporation Non-transitory computer readable recording medium storing a computer program, information processing method, and information processing terminal
US10719807B2 (en) 2016-12-29 2020-07-21 Dropbox, Inc. Managing projects using references
US10970656B2 (en) 2016-12-29 2021-04-06 Dropbox, Inc. Automatically suggesting project affiliations
US10970679B2 (en) 2016-12-29 2021-04-06 Dropbox, Inc. Presenting project data managed by a content management system
US10776755B2 (en) 2016-12-29 2020-09-15 Dropbox, Inc. Creating projects in a content management system
US11017354B2 (en) 2016-12-30 2021-05-25 Dropbox, Inc. Managing projects in a content management system
US11900324B2 (en) 2016-12-30 2024-02-13 Dropbox, Inc. Managing projects in a content management system
US10402786B2 (en) 2016-12-30 2019-09-03 Dropbox, Inc. Managing projects in a content management system
CN107294843A (en) * 2017-07-17 2017-10-24 北京奇安信科技有限公司 A kind of instant communication information processing method and processing device
US11226939B2 (en) 2017-12-29 2022-01-18 Dropbox, Inc. Synchronizing changes within a collaborative content management system
US10896154B2 (en) 2018-11-06 2021-01-19 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US11194767B2 (en) 2018-11-06 2021-12-07 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US11194766B2 (en) 2018-11-06 2021-12-07 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US11100053B2 (en) 2018-11-06 2021-08-24 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US10929349B2 (en) 2018-11-06 2021-02-23 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US11593314B2 (en) 2018-11-06 2023-02-28 Dropbox, Inc. Technologies for integrating cloud content items across platforms
US10838925B2 (en) 2018-11-06 2020-11-17 Dropbox, Inc. Technologies for integrating cloud content items across platforms
JP2020184347A (en) * 2019-04-03 2020-11-12 Line株式会社 Display method and program
CN110460510A (en) * 2019-07-31 2019-11-15 北京字节跳动网络技术有限公司 A kind of method, apparatus that establishing multi-conference, electronic equipment and medium
CN113472631A (en) * 2021-06-24 2021-10-01 北京达佳互联信息技术有限公司 Reminding information processing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
JP2014531094A (en) 2014-11-20
RU2589327C2 (en) 2016-07-10
RU2014114627A (en) 2015-12-10
CN103095746A (en) 2013-05-08
WO2013060143A1 (en) 2013-05-02
CN103095746B (en) 2016-08-03

Similar Documents

Publication Publication Date Title
US20140289351A1 (en) Method and device for sending message to group user(s) through microblog
CN108400924B (en) Reading state display method of group message, instant communication client and server
US11595340B2 (en) Methods and apparatus for mass email detection and collaboration
US8713117B2 (en) Systems and methods for performing live chat functionality via a mobile device
US9270773B2 (en) Method and electronic device for receiving, viewing and forwarding information published on network
CN109379271B (en) Service interaction method, equipment and storage medium based on IM
EP2958277B1 (en) Instant messaging method and system
CN104301201B (en) method and system for prompting microblog information, microblog server and client
US20080195953A1 (en) Messaging Systems And Methods
CN113746722B (en) Information processing method, device, equipment and storage medium
CN103269305A (en) Method and system for issuing group exchange of information
EP3216200B1 (en) Method and system to share advertisement content from a main device to a secondary device
CN102904801A (en) Message alert method and device
WO2014176738A1 (en) Method and device for transmitting and forwarding a message
US8719358B2 (en) Method and server for transferring message
US20240098053A1 (en) System and method for transforming email messages to communication stream messages
EP2247124B1 (en) Method, system and related device for implementing multimedia messaging service
KR101545663B1 (en) Device, system and method for changing multi-user relationship chain
US20150074208A1 (en) Exposed group of recipients for text message
CN111698147B (en) Message prompting method, device, terminal and storage medium
US20140324987A1 (en) Method for communicating with a public id and public id assistant device
CN102694741B (en) Microblogging integration method, microblogging terminal, microblogging list, microblog topic server and system
US20130254311A1 (en) Method and system for control of the collection of email messages
US20110113108A1 (en) E-mail processing system, method, and computer-readable recording medium configured to store e-mail processing program
KR101676907B1 (en) Treatment and using method for spam message

Legal Events

Date Code Title Description
AS Assignment

Owner name: TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED, CHI

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHEN, YUTENG;HE, MINGMING;JI, MINGZHONG;AND OTHERS;REEL/FRAME:032766/0599

Effective date: 20140417

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION