WO2013060143A1 - 一种通过微博向群用户发送消息的方法及装置 - Google Patents

一种通过微博向群用户发送消息的方法及装置 Download PDF

Info

Publication number
WO2013060143A1
WO2013060143A1 PCT/CN2012/076399 CN2012076399W WO2013060143A1 WO 2013060143 A1 WO2013060143 A1 WO 2013060143A1 CN 2012076399 W CN2012076399 W CN 2012076399W WO 2013060143 A1 WO2013060143 A1 WO 2013060143A1
Authority
WO
WIPO (PCT)
Prior art keywords
group
message
user
member user
list
Prior art date
Application number
PCT/CN2012/076399
Other languages
English (en)
French (fr)
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 腾讯科技(深圳)有限公司
Priority to RU2014114627/08A priority Critical patent/RU2589327C2/ru
Priority to US14/354,639 priority patent/US20140289351A1/en
Publication of WO2013060143A1 publication Critical patent/WO2013060143A1/zh

Links

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 message transmission technology in a network, and in particular, to a method and apparatus for transmitting a message to a user in a group through a microblog. Background technique
  • the "@” symbol has a special meaning in the existing microblog or other text network interactive system, for example: the function of "said to him" in Weibo, which enhances the pertinence of Weibo publishing.
  • you post the "@user nickname” message it means “referring to someone” and “speaking to someone”.
  • the other party can see what you said in a certain way, and can reply to achieve similar one-to-one communication in the broadcast scene.
  • the embodiment of the present invention can provide a method and device for sending a message to a group user through a microblog, which can send a message to a group user through the @ symbol simply and quickly.
  • an embodiment of the present invention provides a method for sending a message to a group user by using a microblog, including:
  • the server parses the received message, and when the discovery message includes the "@group identifier", the group identifier after the "@" is obtained;
  • the server obtains the group member user list through the group identifier, and pushes the message to each group member user in the group member user list.
  • an embodiment of the present invention further provides an apparatus for sending a message to a group user by using a microblog, the apparatus comprising:
  • An obtaining unit configured to receive and parse a message, and obtain, from the message, a group identifier indicated by the “@group identifier”;
  • a pushing unit configured to obtain a group member user list by using the group identifier, and push the message to each group member user in the group member user list.
  • an embodiment of the present invention further provides a computer program product, comprising program instructions that, when executed on a processor, cause a processor to perform the steps of the foregoing method.
  • an embodiment of the present invention further provides a storage medium carrying the aforementioned computer program.
  • the method and the device provided by the invention provide a message to the group user through the "@ ⁇ " method when the user sends the message, thereby avoiding the use of the "@user nickname” method to send the message to each group user multiple times, thereby improving the message.
  • the efficiency of mass-sending messages is convenient for users and simple and fast.
  • FIG. 1 is a flowchart of a method for sending a message to a group user according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of an apparatus for sending a message to a group user according to an embodiment of the present invention. detailed description
  • FIG. 1 is a flowchart of a method for sending a message to a group user according to an embodiment of the present invention, where the method includes:
  • Step 101 The server parses the received message, and when the discovery message includes the “@group identifier”, the group identifier after the “@” is obtained.
  • the terminal when the terminal broadcasts a message or sends a message to other users, the message first needs to be sent to the server, and the server parses the message and performs corresponding processing.
  • a microblog user when a microblog user broadcasts a message, it first needs to send the message to the microblog server, and if the microblog user wants all users of a certain group to know that the message mentions them, the message is passed.
  • the "@ ⁇ " is included to notify the server; after receiving the message, the server parses the message content, and when the discovery message contains "@ ⁇ ", the group identifier after "@” is obtained; Identifying the list of users who obtained the group, and indicating to each group member user that the message refers to the group member user.
  • Step 102 The server obtains a group member user list by using the group identifier, and pushes the group to each group member user in the group member user list.
  • the premise that the server can obtain the group member user list by using the group identifier is: the user who sends the message is the group member user of the group. Therefore, if the server detects that the user sending the message is not a group member user in the group indicated by the group identifier, the server may not process the group, so that the non-group member user disturbs the group member user; if the server sends a message by detecting the confirmation If the user is a group member user in the group indicated by the group identifier, the server obtains the group member user list through the group identifier, and pushes the message to each group member user.
  • the group member user who sent the message is excluded from the group member user list.
  • the microblog server will push the member to other member users other than the group member user A.
  • the message after logging in to the Weibo page, other users in the group can view the message on the latest news page, or through the "@ ⁇ " page, or through the "@ ⁇ ” page.
  • the group name corresponding to the group identifier 123456 is "classmate group”
  • a hyperlink like "@ ⁇ group's message” is displayed in the homepage of the microblog user, and when the user clicks on the hyperlink, all the references are displayed. The news of the classmates.
  • the terminal in order to facilitate the end user to send a message to the group user, before the terminal sends a message to the server, the terminal first queries the server for the group list that the user who sent the message joins, and prompts the user to select the user in some manner.
  • the user who sends the message indicates the group mentioned by the message according to the group list, so as to avoid searching for the group identity of the group to which the user is added each time the user forgets the group identity.
  • the prompting manner may be, but is not limited to, the following manner: Displaying in a list manner in the message input window, when the user clicks on the group identifier in the list, automatically adding "@ ⁇ " in the message input box; or inputting "@” in the user input box
  • Displaying in a list manner in the message input window when the user clicks on the group identifier in the list, automatically adding "@ ⁇ " in the message input box; or inputting "@” in the user input box
  • the group ID of the group to which all users join is displayed in a floating drop-down list window to facilitate user selection.
  • one or more "@group identifiers” may be included, and multiple “@group identifiers” may be separated by a separator, and the server processes all "@group identifiers" in turn.
  • the group identifier according to the present invention may be an identifier that can uniquely identify a group, such as a group number or a group name.
  • the server may be a server; the microblog server may be a microblog server.
  • the application scenario of this embodiment is that a certain group user whose group identifier is 123456 is greeted by other group users in the group. Message example 2: "Who is attending @ ⁇ " on Sunday?
  • the application scenario of this embodiment is that a certain group of users whose group name is “classmate” asks in the group "Who is participating in the event on Sunday?".
  • FIG. 2 is a schematic structural diagram of an apparatus for sending a message to a group user according to an embodiment of the present invention.
  • the apparatus includes two parts: a sender and a receiver.
  • the terminal serves as a sender
  • the server serves as a receiver.
  • the improvement is mainly at the receiving party. Therefore, the device at least includes: an obtaining unit 201, configured to receive and parse the message, and obtain, from the message, the group identifier indicated by the “@group identifier”;
  • the pushing unit 203 is configured to obtain a group member user list by using the group identifier, and push the message to each group member user in the group member user list.
  • the obtaining unit 201 and the pushing unit 203 are located at the receiving side.
  • the device further includes:
  • the determining unit 202 is configured to determine whether the user who sends the message is a group member user in the group indicated by the group identifier, and if the user who sends the message is a group member user in the group indicated by the group identifier, the pushing unit is instructed No push processing is performed, otherwise the push unit is instructed to perform push processing.
  • the judging unit 202 is located at the receiving side.
  • the device 200 further includes:
  • the query unit 204 is configured to query a group list that the user who sends the message joins;
  • a sending unit 205 configured to input a message, according to the group list, indicating, in the message, a group mentioned by the message by using an "@ group identifier";
  • the display unit 206 is configured to pass the latest news page, or the "@ ⁇ " page, or "@
  • the query unit 204, the sending unit 205, and the presentation unit 206 are located at the sender.
  • the message sent by the sending unit 205 may include one or more "@ group identifiers".
  • the above is only the preferred embodiment of the present invention and is not intended to limit the scope of the present invention.

Landscapes

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

Abstract

本发明公开了一种通过微博向群用户发送消息的方法及装置,能够简单快捷地通过@符号向群用户发送消息。本发明在用户发送消息时,为用户查询所加入的群,通过"@群"的方式实现向群用户发送消息,避免了多次使用"@用户昵称"的方式向每个群用户发送消息,提高了群发消息的效率,方便了用户。

Description

一种通过微博向群用户发送消息的方法及装置 技术领域
本发明涉及网络中的消息发送技术, 尤其涉及一种通过微博向群内用 户发送消息的方法及装置。 背景技术
"@" 符号在现有微博或其它文字网络交互***中具有特殊的含义, 例如: 在微博中代表 "对他说" 的功能, 该功能加强了微博发布的针对性。 当你发布 "@用户昵称" 的信息时, 在这里的意思是 "提到某某人"及 "向 某某人说", 在被提及的微博用户的页面上就会提示有消息提到自己, 对方 就可通过某种方式看到你说的话, 并能够回复, 实现广播场景下类似一对 一的沟通。
在现有的博客、 微博、 网络社区、 即时聊天工具等网络产品中, 为了 促进用户的交流, 通常都会对用户进行归类, 使具有某种相同爱好或某种 共同特性的用户更加容易相互沟通, 例如: 博客中的圈子、 即时聊天工具 中的群等等, 本发明统称为 "群", 可以将其理解为包含一个或多个用户的 用户集合。 为了标识一个群, 通常都会给群分配群标识和群名称。
目前, 类似微博的***中, 通过 @发送消息时, 只能针对单个人, 实 现的是虚拟的一对一的沟通, @符号后面只能添加单个用户的用户昵称; 在个人发布的信息中, 可以通过 "@用户昵称" 直接点击到这个人的页面; 也可以通过 "@用户昵称" 显示出所有提及到他个人的信息。
当在具有群特性的网络产品中, 通过 @符号向群中的所有用户发送 消息时, 需要用很多的 @符号并添加群中每个用户的昵称, 非常繁瑣和 低效。 发明内容
有鉴于此, 本发明实施例可以提供一种通过微博向群用户发送消息的 方法及装置, 能够简单快捷地通过 @符号向群用户发送消息。
根据本发明的一个方面, 本发明实施例提供一种通过微博向群用户发 送消息的方法, 包括:
服务端解析接收到的消息, 当发现消息中包含有 "@群标识" 时, 获 取 "@" 后的群标识;
服务端通过所述群标识获取群成员用户列表, 并向所述群成员用户列 表中的每个群成员用户推送所述消息。
根据本发明的另一个方面, 发明实施例还提供一种通过微博向群用户 发送消息的装置, 该装置包括:
获取单元, 用于接收和解析消息, 并从所述消息中获取通过 "@群标 识" 指示的群标识;
推送单元, 用于通过所述群标识获取群成员用户列表, 并向所述群成 员用户列表中的每个群成员用户推送所述消息。
根据本发明的又一个方面, 本发明实施例还提供一种计算机程序产品, 包含在处理器上执行时使处理器实施前述方法步骤的程序指令。
根据本发明的还一个方面, 本发明实施例还提供一种存储介质, 承 载有前述计算机程序。
本发明提供的方法及装置, 在用户发送消息时, 通过 "@群" 的方式 实现向群用户发送消息, 避免了多次使用 "@用户昵称" 的方式向每个群 用户发送消息, 提高了群发消息的效率, 方便了用户, 实现简单、 快捷。 附图说明
图 1为本发明实施例提供的向群用户发送消息的方法的流程图; 图 2为本发明实施例提供的向群用户发送消息的装置的结构示意图。 具体实施方式
为使本发明的目的、 技术方案和优点更加清楚明白, 以下举实施例并 参照附图, 对本发明进一步详细说明。
图 1 为本发明实施例提供的向群用户发送消息的方法的流程图, 该方 法包括:
步骤 101、服务端解析接收到的消息, 当发现消息中包含有 "@群标识" 时, 获取 "@" 后的群标识。
本发明实施例中, 终端在广播消息或向其它用户发送消息时, 消息首 先需要发送到服务端, 由服务端对消息进行解析并进行相应处理。
以微博***为例, 当微博用户广播一个消息时, 首先需要向微博服务 端发送所述消息, 若微博用户希望某个群的所有用户知道该消息提及他们 时, 通过在消息中包含 "@群标识" 的方式来通知服务端; 服务端接收到 消息后, 解析消息内容, 当发现消息中包含有 "@群标识" 时, 获取 "@" 后的群标识; 然后通过群标识获取该群的用户列表, 并向每个群成员用户 指示所述消息提及该群成员用户。
步骤 102、服务端通过所述群标识获取群成员用户列表, 并向群成员用 户列表中的每个群成员用户推送所述消。
优选地, 服务端能够通过群标识获取到群成员用户列表的前提是: 发 送消息的用户为该群的群成员用户。 因此, 若服务端检测到发送消息的用 户不是群标识指示的群中的群成员用户, 则服务端可以不做处理, 以免非 群成员用户打扰群成员用户; 若服务端通过检测确认发送消息的用户为群 标识指示的群中的群成员用户, 则服务端通过群标识获取群成员用户列表, 并向每个群成员用户推送所述消息。
优选地, 从所述群成员用户列表中剔除发送消息的群成员用户。 以微博***为例, 当群成员用户 A通过 @方式向自身所属群中其它的 群成员用户发送了一条消息后, 微博服务端将向群中群成员用户 A以外的 其它成员用户推送所述消息, 群中其它成员用户在登录微博页面后, 即可 在最新消息页面、 或通过 "@我的消息" 页面、 或通过 "@群名称" 的页面 来查看所述消息。 例如: 群标识 123456对应的群名称为 "同学群", 则在 微博用户的主页中显示类似 "@同学群的消息" 的超链接, 当用户点击该 超链接时, 显示所有提及该 "同学群" 的消息。
优选地, 为了方便终端用户向群用户发送消息, 在终端向服务端发送 消息之前, 终端首先向服务端查询发送消息的用户所加入的群列表, 并以 某种方式提示给用户, 供用户选择, 发送消息的用户依据群列表, 在消息 中指示消息所提及的群, 从而避免在用户忘记群标识的情况下每次都得去 查找自己所加入的群的群标识。 其中, 提示的方式可以但不限于以下方式: 在消息输入窗口以列表方式显示, 当用户点击列表中的群标识时, 在消息 输入框中自动添加 "@群标识"; 或在用户输入 "@" 字符时, 以浮动的下 拉列表窗口显示所有用户加入的群的群标识, 以方便用户选择。
优选地, 在同一消息中, 可以包含一个或多个 "@群标识", 多个 "@ 群标识" 之间可以通过分隔符进行分隔, 服务端依次对所有 "@群标识" 进行处理。 本发明所述的群标识可以为群号或群名称等能够唯一标识一个 群的标识。
本实施例中, 所述服务端可以是服务器; 所述微博服务端可以微博服 务器。
本发明所述的消息示例如下:
消息示例 1 : "大家好啊! (¾123456";
该实施例的应用场景是, 群标识为 123456的某个群用户向群中的其它 群用户问好。 消息示例 2: "周日的活动谁参加 @同学";
该实施例的应用场景是, 群名称为 "同学" 的某个群用户在群中询问 "周日的活动谁参加? "。
消息示例 3: "向大家推荐一本好书 XXXX @123456, @同学" 该实施例的应用场景是, 某个既属于群标识为 " 123456" 的群, 又属 荐一本好书。
图 2为本发明实施例提供的向群用户发送消息的装置的结构示意图, 该装置包含发送方和接收方两个部分, 本发明中, 终端作为发送方, 服务 端作为接收方; 本发明的改进主要在接收方, 因此, 该装置至少包括: 获取单元 201 ,用于接收和解析消息,并从消息中获取通过 "@群标识" 指示的群标识;
推送单元 203 , 用于通过所述群标识获取群成员用户列表, 并向群成员 用户列表中的每个群成员用户推送所述消息。
获取单元 201和推送单元 203位于接收方。
优选地, 所述装置还包括:
判断单元 202 ,用于判断发送消息的用户是否为所述群标识指示的群中 的群成员用户, 若发送消息的用户为非群标识指示的群中的群成员用户, 则指示所述推送单元不做推送处理, 否则指示所述推送单元执行推送处理。 该判断单元 202位于接收方。
优选地, 所述装置 200还包括:
查询单元 204, 用于查询发送消息的用户所加入的群列表;
发送单元 205 , 用于输入消息, 依据所述群列表, 在所述消息中以 "@ 群标识" 的方式指示该消息所提及的群;
展示单元 206,用于通过最新消息页面、或 "@我的消息"页面、或 "@ 查询单元 204、 发送单元 205和展示单元 206位于发送方。
其中,所述发送单元 205发送的消息中可包含一个或多个" @群标识"。 以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的 保护范围。

Claims

权利要求书
1、 一种通过微博向群用户发送消息的方法, 其特征在于, 所述方法包 括:
服务端解析接收到的消息, 当发现消息中包含有 "@群标识" 时, 获 取 "@" 后的群标识;
服务端通过所述群标识获取群成员用户列表, 并向所述群成员用户列 表中的每个群成员用户推送所述消息。
2、 根据权利要求 1所述的方法, 其特征在于, 所述群成员用户列表中 的每个群成员用户通过最新消息页面、 或 "@我的消息" 页面、 或 "@群名 称" 的页面获取和显示所述消息。
3、 根据权利要求 1所述的方法, 其特征在于, 所述服务端向所述群成 员用户列表中的每个群成员用户推送所述消息之前, 所述方法还包括: 所 述服务端检测发送所述消息的用户是否为所述群标识指示的群中的群成员 用户;
当发送所述消息的用户为所述群标识指示的群中的群成员用户时, 所 述服务端执行消息推送处理;
当发送所述消息的用户不是所述群标识指示的群中的群成员用户时, 所述服务端不做消息推送处理。
4、 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括: 终端在发送所述消息之前, 向所述服务端查询发送所述消息的用户所 加入的群列表, 发送所述消息的用户依据所述群列表, 在所述消息中指示 所述消息所提及的群。
5、 根据权利要求 1所述的方法, 其特征在于, 在同一消息中, 以一个 或多个 "@群标识" 指示所述消息所提及的一个或多个群。
6、 一种通过微博向群用户发送消息的装置, 其特征在于, 所述装置包 括:
获取单元, 用于接收和解析消息, 并从所述消息中获取通过 "@群标 识" 指示的群标识;
推送单元, 用于通过所述群标识获取群成员用户列表, 并向所述群成 员用户列表中的每个群成员用户推送所述消息。
7、 根据权利要求 6所述的装置, 其特征在于, 所述装置还包括: 查询单元, 用于查询发送所述消息的用户所加入的群列表;
发送单元, 用于输入所述消息, 并依据所述群列表, 在所述消息中以 "@群标识" 的方式指示所述消息所提及的群;
展示单元, 用于通过最新消息页面、 或 "@我的消息" 页面、 或 "@群 名称" 的页面, 为所述群成员用户列表中的群成员用户展示所述消息。
8、 根据权利要求 6或 7所述的装置, 其特征在于, 所述装置还包括: 判断单元, 用于判断发送所述消息的用户是否为所述群标识指示的群 中的群成员用户, 当发送所述消息的用户不是所述群标识指示的群中的群 成员用户时, 则指示所述推送单元不做推送处理, 否则指示所述推送单元 执行推送处理。
9、 根据权利要求 7所述的装置, 其特征在于, 所述发送单元发送的 消息中包含一个或多个 "@群标识" 。
10、 一种计算机程序产品, 包含在处理器上执行时使处理器实施权 利要求 1至 5任一项所述的方法步骤的程序指令。
11、 一种存储介质, 承载有权利要求 10所述的计算机程序。
PCT/CN2012/076399 2011-10-28 2012-06-01 一种通过微博向群用户发送消息的方法及装置 WO2013060143A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
RU2014114627/08A RU2589327C2 (ru) 2011-10-28 2012-06-01 Способ и устройство для отправки сообщения пользователю или пользователям группы через микроблог
US14/354,639 US20140289351A1 (en) 2011-10-28 2012-06-01 Method and device for sending message to group user(s) through microblog

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110335081.7A CN103095746B (zh) 2011-10-28 2011-10-28 一种通过微博向群用户发送消息的方法及装置
CN201110335081.7 2011-10-28

Publications (1)

Publication Number Publication Date
WO2013060143A1 true WO2013060143A1 (zh) 2013-05-02

Family

ID=48167097

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/076399 WO2013060143A1 (zh) 2011-10-28 2012-06-01 一种通过微博向群用户发送消息的方法及装置

Country Status (5)

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

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10523621B2 (en) 2016-09-09 2019-12-31 Line Corporation Display method of exchanging messages among users in a group

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103024751B (zh) * 2011-09-26 2016-01-27 华为技术有限公司 干扰控制方法和设备
CN103096395A (zh) 2011-11-04 2013-05-08 上海贝尔股份有限公司 一种基站中用于指示用户终端进行干扰减轻的方法
CN103457962B (zh) * 2012-05-28 2018-03-23 腾讯科技(深圳)有限公司 访问微博相册的方法、微博客户端及***
US11483266B2 (en) * 2013-03-04 2022-10-25 Paul Everton Method and system for electronic collaboration
CN104301201B (zh) * 2013-07-19 2019-12-13 腾讯科技(深圳)有限公司 进行微博信息提醒的方法、***、微博服务器及客户端
CN105704006B (zh) * 2014-11-28 2019-09-17 腾讯科技(深圳)有限公司 消息发送、接收、展示方法及***、发送端、接收端
CN105721272B (zh) * 2014-12-02 2020-04-14 腾讯科技(深圳)有限公司 消息发送、接收、展示方法和***、发送端、接收端
US9959327B2 (en) 2015-03-23 2018-05-01 Dropbox, Inc. Creating conversations in shared folder backed integrated workspaces
CN106339947A (zh) 2015-07-07 2017-01-18 阿里巴巴集团控股有限公司 基于聊天群进行业务操作、获取群成员信息的方法及装置
US10108688B2 (en) 2015-12-22 2018-10-23 Dropbox, Inc. Managing content across discrete systems
JP7241938B2 (ja) * 2016-08-08 2023-03-17 Line株式会社 メッセージ基盤の通知を提供するための方法およびシステム
CN107979624B (zh) * 2016-10-24 2020-12-15 腾讯科技(深圳)有限公司 一种信息推送方法、装置及具有快捷访问功能的客户端
US10970656B2 (en) 2016-12-29 2021-04-06 Dropbox, Inc. Automatically suggesting project affiliations
US10719807B2 (en) 2016-12-29 2020-07-21 Dropbox, Inc. Managing projects using references
US10402786B2 (en) 2016-12-30 2019-09-03 Dropbox, Inc. Managing projects in a content management system
CN107239479B (zh) * 2017-03-28 2020-03-13 创新先进技术有限公司 一种基于区块链的数据存储以及查询的方法及装置
CN107294843A (zh) * 2017-07-17 2017-10-24 北京奇安信科技有限公司 一种即时通讯消息处理方法及装置
JP6232519B1 (ja) * 2017-08-24 2017-11-15 Line株式会社 プログラム、情報処理方法、及び情報処理端末
JP6509995B2 (ja) * 2017-10-23 2019-05-08 Line株式会社 表示方法およびプログラム
US11226939B2 (en) 2017-12-29 2022-01-18 Dropbox, Inc. Synchronizing changes within a collaborative content management system
US10657228B1 (en) 2018-11-06 2020-05-19 Dropbox, Inc. Technologies for integrating cloud content items across platforms
JP6556390B2 (ja) * 2019-02-12 2019-08-07 Line株式会社 表示方法およびプログラム
JP6966157B2 (ja) * 2019-04-03 2021-11-10 Line株式会社 表示方法およびプログラム
CN110086637B (zh) * 2019-04-24 2021-04-02 上海掌门科技有限公司 一种信息的个性化设置方法、装置、设备及存储介质
CN110460510B (zh) * 2019-07-31 2022-05-20 北京字节跳动网络技术有限公司 一种建立多人会话的方法、装置、电子设备及介质
CN113472631B (zh) * 2021-06-24 2023-07-11 北京达佳互联信息技术有限公司 提醒信息的处理方法、装置、电子设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101520791A (zh) * 2008-12-26 2009-09-02 候万春 一种实现博客把其博文推送到其好友的***和方法
CN102045265A (zh) * 2009-10-20 2011-05-04 爱思开电讯投资(中国)有限公司 一种用于信息交互的装置和方法
CN102088466A (zh) * 2009-12-07 2011-06-08 腾讯科技(深圳)有限公司 一种微博浏览方法和相关设备
CN102255825A (zh) * 2011-01-14 2011-11-23 北京开心人信息技术有限公司 一种可扩展的交互式通讯方法及***

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2707843B2 (ja) * 1991-01-16 1998-02-04 松下電器産業株式会社 情報伝達制御装置
JPH1063598A (ja) * 1996-08-22 1998-03-06 Nippon Telegr & Teleph Corp <Ntt> マルチキャスト通信方法及びマルチキャスト通信システムと、マルチキャスト通信用サーバ
JP2002175274A (ja) * 2000-12-06 2002-06-21 Sony Corp 情報処理装置及び情報処理方法、ネットワーク・システム、記憶媒体、並びにコンピュータ・プログラム
CN100488177C (zh) * 2005-12-22 2009-05-13 华为技术有限公司 实现群发消息业务的方法和装置
GB0602523D0 (en) * 2006-01-05 2006-03-22 Redburn Consulting Ltd Community messaging system
JP5042113B2 (ja) * 2008-04-30 2012-10-03 アユダンテ株式会社 電子メール配信システム、電子メール配信方法及び電子メール配信プログラム
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
US20110231296A1 (en) * 2010-03-16 2011-09-22 UberMedia, Inc. Systems and methods for interacting with messages, authors, and followers
CN101827331B (zh) * 2010-04-26 2015-07-08 宇龙计算机通信科技(深圳)有限公司 模拟网络应用发送以及获取短消息的方法、终端及服务器
US20110314064A1 (en) * 2010-06-16 2011-12-22 Microsoft Corporation Notifications Platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101520791A (zh) * 2008-12-26 2009-09-02 候万春 一种实现博客把其博文推送到其好友的***和方法
CN102045265A (zh) * 2009-10-20 2011-05-04 爱思开电讯投资(中国)有限公司 一种用于信息交互的装置和方法
CN102088466A (zh) * 2009-12-07 2011-06-08 腾讯科技(深圳)有限公司 一种微博浏览方法和相关设备
CN102255825A (zh) * 2011-01-14 2011-11-23 北京开心人信息技术有限公司 一种可扩展的交互式通讯方法及***

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Also Published As

Publication number Publication date
RU2589327C2 (ru) 2016-07-10
US20140289351A1 (en) 2014-09-25
CN103095746A (zh) 2013-05-08
RU2014114627A (ru) 2015-12-10
JP2014531094A (ja) 2014-11-20
CN103095746B (zh) 2016-08-03

Similar Documents

Publication Publication Date Title
WO2013060143A1 (zh) 一种通过微博向群用户发送消息的方法及装置
US10834218B2 (en) Event information system classifying messages using machine learning classification model and pushing selected message to user
TWI696364B (zh) 群聊中進行私聊的方法、裝置、用戶端、伺服器及系統
WO2017125051A1 (zh) 消息发送方法和装置及计算机终端和存储介质
US20100250693A1 (en) Method, apparatus for converting group message and system for exchanging group message
WO2012155602A1 (zh) 一种推送信息的方法、装置及***
US11178097B2 (en) User event responding method and apparatus
US20150281142A1 (en) Hot Topic Pushing Method and Apparatus
MX2014010229A (es) Sistema y procesamientos para compartir datos entre multiples dispositivos de usuario final.
WO2010118664A1 (zh) 群组加入***、方法和客户端
WO2012113265A1 (zh) 微博名单传播的实现方法、终端及***
CN102611637A (zh) 一种群组的实现方法及***
CN102497333B (zh) 用以输出联系人对象天气信息的方法、客户端及***
WO2018233472A1 (zh) 入群、建群方法及其设备
TWI587660B (zh) Methods, devices and systems for publishing information to websites
TW201233104A (en) Reference notification method and apparatus
US10523600B2 (en) Method and system to provide secondary content to a second device
JP2013528298A (ja) インターネット上における相互通信情報のための相互通信方法、装置およびシステム
US20130024533A1 (en) Method and server for transferring message
KR20120050907A (ko) 지능형 네트워크 통신 시스템 및 방법
KR101545663B1 (ko) 다중-사용자 관계 체인을 변경하는 기기, 시스템 및 방법
CN103312592B (zh) 一种在网页上批量向即时通信客户端发送信息的方法
CN102694741B (zh) 微博整合方法、微博终端、微博列表、微博话题服务器及***
CN103365845B (zh) 一种微博中的搜索方法及***
WO2014176734A1 (en) Method for communicating with a public id and public id assistant device

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: 12843039

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2014537457

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 14354639

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2014114627

Country of ref document: RU

Kind code of ref document: A

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 09/09/2014)

122 Ep: pct application non-entry in european phase

Ref document number: 12843039

Country of ref document: EP

Kind code of ref document: A1