WO2018196739A1 - 即时通信群组的管理方法和装置 - Google Patents
即时通信群组的管理方法和装置 Download PDFInfo
- Publication number
- WO2018196739A1 WO2018196739A1 PCT/CN2018/084229 CN2018084229W WO2018196739A1 WO 2018196739 A1 WO2018196739 A1 WO 2018196739A1 CN 2018084229 W CN2018084229 W CN 2018084229W WO 2018196739 A1 WO2018196739 A1 WO 2018196739A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- group
- read
- message
- condition
- mandatory
- Prior art date
Links
- 238000007726 management method Methods 0.000 title abstract description 13
- 238000000034 method Methods 0.000 claims abstract description 30
- 238000004090 dissolution Methods 0.000 claims description 11
- 238000004891 communication Methods 0.000 claims description 7
- 238000012545 processing Methods 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 7
- 238000005516 engineering process Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 4
- 230000008569 process Effects 0.000 description 4
- 241001419253 Spathiphyllum cochlearispathum Species 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
- H04L12/18—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
- H04L12/1813—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
- H04L12/18—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
- H04L12/1813—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
- H04L12/1822—Conducting the conference, e.g. admission, detection, selection or grouping of participants, correlating users to one or more conference sessions, prioritising transmission
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/04—Real-time or near real-time messaging, e.g. instant messaging [IM]
Definitions
- the present application relates to the field of communications technologies, and in particular, to a method and an apparatus for managing an instant communication group.
- Group chat technology allows users in the same group in real life to gather and share information, such as classmates and company groups.
- group chat application there are often simple multi-person conversations, such as temporarily pulling several colleagues into a group to talk about key issues.
- the probability of such groups being used again is low, resulting in the server maintaining many such "zombie groups", increasing the complexity of group management and being prone to errors.
- the present application provides a method and apparatus for managing an instant messaging group.
- a method for managing an instant communication group comprising:
- the group dissolving condition is met, the group is dismissed based on the preset policy.
- a management device for an instant communication group comprising:
- a read-only determination unit that determines a mandatory read message in the group session message
- the condition determining unit determines whether the group dissolving condition is satisfied according to the reading condition of the read-read message
- the group dissolving unit if the group dissolving condition is satisfied, dissolves the group based on the preset policy.
- the present application can determine whether the group dissolving condition is met according to the reading condition of the read-read message in the group, and when the group dissolving condition is met, the group is dissolved based on the preset policy, thereby dissolving
- a large number of "zombie groups" reduce the complexity of group management, and at the same time release resources such as storage and processing on the server side.
- FIG. 1 is a schematic flowchart diagram of a method for managing an instant messaging group according to an exemplary embodiment of the present application.
- FIG. 2 is a schematic diagram of a group session interface according to an exemplary embodiment of the present application.
- FIG. 3 is a schematic flowchart of a pre-set policy-based disbanding group according to an exemplary embodiment of the present application.
- FIG. 4 is a structural diagram of a management apparatus for an instant communication group according to an exemplary embodiment of the present application.
- FIG. 5 is a block diagram of an apparatus for managing an instant messaging group according to an exemplary embodiment of the present application.
- first, second, third, etc. may be used in this application to describe various information, such information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other.
- first information may also be referred to as the second information without departing from the scope of the present application.
- second information may also be referred to as the first information.
- word "if” as used herein may be interpreted as "when” or “when” or “in response to a determination.”
- FIG. 1 is a schematic flowchart diagram of a method for managing an instant messaging group according to an exemplary embodiment of the present application.
- the method for managing an instant messaging group can be applied to an instant messaging server, including the following steps:
- Step 101 Determine a mandatory message in the group session message.
- the present application can perform determination and subsequent follow-up only for the temporary group. Dissolution process.
- the group creator can select the type of the group when creating the group, such as: creating a "fixed group” or creating a "temporary group”; in addition, for the fixed group that has been created, the group owner or the administrator You can also change the type of a fixed group to a temporary group by setting options; of course, for the created temporary group, you can also modify its type to a fixed group by setting options.
- the mandatory read message is usually marked by a group member having authority, such as a group owner or an administrator.
- a group member having authority such as a group owner or an administrator.
- the group can trigger the marking of the mandatory message by clicking, double-clicking, long pressing, etc., for example, the group owner may wish all group members Messages that are read are marked as read-only messages.
- the group owner client can send the tag event to the server.
- the tag event carrying the group session message identifier can be sent to the server, and the server can receive the message according to the message.
- the tag event determines the corresponding group session message as a mandatory message.
- Step 102 Determine, according to the reading condition of the mandatory read message, whether the group dissolving condition is met.
- the server can count the reading of the read-read message, and the reading usually includes: read or unread.
- the server may detect the reading status of the read message by each group member, and then determine whether the group satisfies the group dissolving condition according to the reading condition of the read message in the group member. The detection of the reading situation can be implemented by using an implementation solution in the related art, which is not repeatedly described herein.
- the group dissolving condition may be a default default condition, or may be personalized by the group owner or the administrator as needed.
- Step 103 If the group dissolving condition is met, the group is dismissed based on the preset policy.
- the present application can determine whether the group dissolving condition is met according to the reading condition of the read-read message in the group, and when the group dissolving condition is met, the group is dissolved based on the preset policy, thereby dissolving
- a large number of "zombie groups" reduce the complexity of group management, and at the same time release resources such as storage and processing on the server side.
- a group member having authority such as a group owner or an administrator, can set an upper limit number of required messages as needed. For example, if Xiaobai establishes a temporary group to release an important message to a group member, Xiaobai can set the upper limit of the number of mandatory messages to 1, and after sending the important message, The important messages are marked as mandatory messages. It should be noted that the upper limit of the number of mandatory read messages in the present application is not fixed. Before the temporary group is dissolved, Xiaobai can modify the upper limit of the number of read-only messages according to actual needs. limit.
- the server can detect the reading status of the mandatory message by each group member based on the white flag event.
- the server when the server determines that the mandatory read message has been read by all group members, it may be determined that the temporary group satisfies the group dissolving condition, and then the temporary group may be dismissed based on the preset policy.
- the server when the server determines that the mandatory read message has been read by all group members, and the release duration of the read-read message has reached the first duration, it may be determined that the temporary group satisfies the group dissolving condition. And, in turn, the temporary group can be dissolved based on a preset policy.
- the first duration may be defined in advance by white, or may be a default default value, such as: 1 day, 3 days, and the like. Taking 1 day as an example, when the server determines that the mandatory read message has been read by all group members, and the published duration of the mandatory read message has reached 24 hours, the temporary group can be dismissed based on the preset policy.
- the group member before the release duration of the mandatory read message reaches the first duration, the group member may also perform related discussions in the temporary group, and White may also reset the upper limit of the number of read-read messages as needed. To achieve more flexibility and better user experience.
- the server determines that the mandatory read message is not read by all group members, but the release duration of the mandatory read message has reached the second duration, it may be determined that the temporary group satisfies the group dissolving condition. And, in turn, the temporary group can be dissolved based on a preset policy.
- the second duration may be defined in advance by white, or may be a default default value, such as 15 days, 30 days, etc., and the second duration is usually greater than the foregoing first duration. Taking 15 days as an example, when the server determines that the mandatory read message has not been read by all the group members, and the release duration of the read-read message has reached 15 days, the temporary group can be dissolved based on the preset policy.
- the temporary group can be dissolved based on the preset policy.
- the server when the server determines that the number of group members who have read the read-read message reaches a preset ratio, it may be determined that the temporary group satisfies the group dissolving condition, and then the user may be dissolved based on the preset policy.
- the preset ratio may also be set by white, such as: 80%, 90%, and the like. For example, if the temporary group has 10 group members, after the server determines that the 8 members have read the required message, the temporary group can be dissolved based on the preset policy. In an actual application, such an implementation may be combined with the first duration and the second duration as a criterion for determining the group dissolving condition.
- the server may determine that the number of read-only messages in the temporary group has reached the upper limit of the read-read message, and then Determine whether the group dissolving condition is met based on the reading of all mandatory messages.
- the server may determine the group dissolution condition when it determines that the number of mandatory messages in the temporary group reaches three. For example, if the three mandatory reading messages have been read by all group members, it can be determined that the temporary group satisfies the group dissolution condition; if the three mandatory reading messages have been read by all group members, and the publishing time The latest mandatory message has been published for 24 hours, and it can be determined that the temporary group satisfies the group dissolution condition; if at least one of the three mandatory messages is not read by all the group members, and The release time of the latest read-only message has reached 15 days, and it can be determined that the temporary group satisfies the group dissolution condition, etc., and the present application will not be repeated here.
- the group when it is determined that the temporary group satisfies the group dissolving condition, the group may be dismissed based on the preset policy.
- the preset policy can be set by a developer.
- the server may immediately dismiss the temporary group. Specifically, all the information related to the temporary group may be deleted, such as a group identifier, a group member information, a group session message, and the like.
- dissolving the group based on the preset policy may include the following steps:
- Step 301 Send a hidden notification to the client, so that the client hides the group in the group list.
- the server when determining that the temporary group satisfies the group dissolving condition, the server may first send a hidden notification to the client, and after receiving the hidden notification, the client may hide the temporary group in the group list. group. In this way, for the group members of the temporary group, the temporary group cannot be seen in the group list, and the interference of the temporary group that has not been used is avoided.
- Step 302 Dissolve the group when the hidden duration of the group reaches a third duration.
- the server may dismiss the temporary group when it is determined that the hiding of the temporary group reaches the third duration.
- the third duration may be set by a developer, such as: 20 days, 30 days, and the like.
- the server may first send a hidden notification to the client of each group member of the temporary group, the client.
- the terminal can in turn hide the temporary group in the group list.
- the server can dissolve the temporary group at 18 o'clock on March 21, 2017.
- the white client may be notified to display the temporary group, and if it is determined that the temporary group has a new one, Reading the message cancels the dissolution of the temporary group.
- the query can be performed by querying the temporary group. For example, Xiaobai can enter the group name of the temporary group to query. The server notifies the white client to display the temporary group. Based on the found temporary group, Xiaobai can send the mandatory message again, and can also modify the upper limit of the mandatory message.
- the server determines that a new mandatory message appears in the temporary group, the disbanding of the temporary group may be cancelled, and when the number of mandatory messages of the temporary group reaches the upper limit of the number of mandatory reading messages again, It is determined whether the temporary group satisfies the group dissolving condition according to the reading condition of all the necessary read messages, and the present application will not repeat them here.
- the present application gives the user a certain buffer time and is more flexible before dissolving the group that satisfies the group dissolving condition.
- the present application also provides an embodiment of the management device of the instant messaging group.
- Embodiments of the management device of the instant messaging group of the present application can be applied to a server or server cluster deployed by a service provider.
- the device embodiment may be implemented by software, or may be implemented by hardware or a combination of hardware and software.
- the processor of the server in which it is located reads the corresponding computer program instructions in the non-volatile memory into the memory.
- FIG. 4 a hardware structure diagram of a server where the management device of the instant messaging group of the present application is located, except for the processor, memory, network interface, and non-volatile shown in FIG.
- the server where the device is located in the embodiment is usually based on the actual function of the server, and may also include other hardware, which will not be described again.
- FIG. 5 is a block diagram of an apparatus for managing an instant messaging group according to an exemplary embodiment of the present application.
- the management apparatus 400 of the instant messaging group can be applied to the server shown in FIG. 4, and includes: a mandatory reading determining unit 401, a condition determining unit 402, and a group dissolving unit 403.
- the mandatory reading determining unit 401 determines a mandatory read message in the group session message.
- the condition determining unit 402 determines whether the group dissolving condition is satisfied according to the reading condition of the read-only message
- the group dissolving unit 403 if the group dissolving condition is satisfied, dismisses the group based on the preset policy.
- condition determining unit 402 determines that the group dissolving condition is satisfied when the mandatory reading message has been read by all group members.
- condition determining unit 402 determines that the group dissolving condition is satisfied when the mandatory read message has been read by all group members, and the release duration of the read-read message has reached the first duration.
- condition determining unit 402 determines that the group dissolving condition is satisfied when the mandatory reading message is not read by all group members, but the publishing duration of the mandatory reading message has reached the second duration.
- condition determining unit 402 determines that the group dissolving condition is satisfied when the number of group members who have read the mandatory message reaches a preset ratio.
- condition determining unit 402 further obtains a predefined number of mandatory read message upper limit, and when the number of mandatory read messages in the group session message has reached the upper limit of the read-read message, according to all Read the reading of the message to determine if the group dissolution condition is met.
- the number of the mandatory read message upper limit is set by the group owner or the administrator.
- the group dissolving unit 403 sends a hidden notification to the client, so that the client hides the group in the group list; when the hidden time of the group reaches the third duration, the group is dismissed .
- the group dissolving unit 403 notifies the client to display the group if the query command from the group owner or the administrator is received before the hidden time of the group reaches the third time period; When it is determined that a new mandatory message appears in the group, the dissolution of the group is cancelled.
- the group is a temporary group.
- the mandatory message is marked by a group owner or an administrator.
- the device embodiment since it basically corresponds to the method embodiment, it can be referred to the partial description of the method embodiment.
- the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the objectives of the present application. Those of ordinary skill in the art can understand and implement without any creative effort.
- the system, device, module or unit illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
- a typical implementation device is a computer, and the specific form of the computer may be a personal computer, a laptop computer, a cellular phone, a camera phone, a smart phone, a personal digital assistant, a media player, a navigation device, an email transceiver, and a game control.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Information Transfer Between Computers (AREA)
- Communication Control (AREA)
Abstract
Description
Claims (22)
- 一种即时通信群组的管理方法,所述方法包括:确定群组会话消息中的必读消息;根据所述必读消息的阅读情况,确定是否满足群组解散条件;若满足群组解散条件,则基于预设的策略解散该群组。
- 根据权利要求1所述的方法,所述根据所述必读消息的阅读情况,确定是否满足群组解散条件,包括:当所述必读消息已被所有群组成员阅读时,确定满足所述群组解散条件。
- 根据权利要求1所述的方法,所述根据所述必读消息的阅读情况,确定是否满足群组解散条件,包括:当所述必读消息已被所有群组成员阅读,且所述必读消息的发布时长已到达第一时长时,确定满足所述群组解散条件。
- 根据权利要求1所述的方法,所述根据所述必读消息的阅读情况,确定是否满足群组解散条件,包括:当所述必读消息未被所有群组成员阅读,但所述必读消息的发布时长已到达第二时长时,确定满足所述群组解散条件。
- 根据权利要求1所述的方法,所述根据所述必读消息的阅读情况,确定是否满足群组解散条件,包括:当已阅读所述必读消息的群组成员数量到达预设的比例时,确定满足所述群组解散条件。
- 根据权利要求1所述的方法,所述方法还包括:获取预定义的必读消息上限数量;所述根据所述必读消息的阅读情况,确定是否满足群组解散条件,包括:当所述群组会话消息中的必读消息数量已到达所述必读消息上限数量时,根据所有必读消息的阅读情况,确定是否满足群组解散条件。
- 根据权利要求6所述的方法,所述必读消息上限数量由群主或管理员设定。
- 根据权利要求1所述的方法,所述基于预设的策略解散该群组,包括:发送隐藏通知给客户端,以使客户端在群组列表中隐藏该群组;当该群组的隐藏时长到达第三时长时,解散该群组。
- 根据权利要求8所述的方法,所述方法还包括:在该群组的隐藏时长到达第三时长之前,若接收到来自群主或管理员的查询指令,则通知客户端显示该群组;若确定该群组出现新的必读消息,则取消对该群组的解散。
- 根据权利要求1所述的方法,所述群组为临时群组。
- 根据权利要求1所述的方法,所述必读消息由群主或管理员标记。
- 一种即时通信群组的管理装置,所述装置包括:必读确定单元,确定群组会话消息中的必读消息;条件判断单元,根据所述必读消息的阅读情况,确定是否满足群组解散条件;群组解散单元,若满足群组解散条件,则基于预设的策略解散该群组。
- 根据权利要求12所述的装置,所述条件判断单元,当所述必读消息已被所有群组成员阅读时,确定满足所述群组解散条件。
- 根据权利要求12所述的装置,所述条件判断单元,当所述必读消息已被所有群组成员阅读,且所述必读消息的发布时长已到达第一时长时,确定满足所述群组解散条件。
- 根据权利要求12所述的装置,所述条件判断单元,当所述必读消息未被所有群组成员阅读,但所述必读消息的发布时长已到达第二时长时,确定满足所述群组解散条件。
- 根据权利要求12所述的装置,所述条件判断单元,当已阅读所述必读消息的群组成员数量到达预设的比例时,确定满足所述群组解散条件。
- 根据权利要求12所述的装置,所述条件判断单元,还获取预定义的必读消息上限数量,并在所述群组会话消息中的必读消息数量已到达所述必读消息上限数量时,根据所有必读消息的阅读情况,确定是否满足群组解散条件。
- 根据权利要求17所述的装置,所述必读消息上限数量由群主或管理员设定。
- 根据权利要求12所述的装置,所述群组解散单元,发送隐藏通知给客户端,以使客户端在群组列表中隐藏该群组;当该群组的隐藏时长到达第三时长时,解散该群组。
- 根据权利要求19所述的装置,所述群组解散单元,还在该群组的隐藏时长到达第三时长之前,若接收到来自群主或管理员的查询指令,则通知客户端显示该群组;并在确定该群组出现新的必读消息时,取消对该群组的解散。
- 根据权利要求12所述的装置,所述群组为临时群组。
- 根据权利要求12所述的装置,所述必读消息由群主或管理员标记。
Priority Applications (8)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020197018217A KR102248393B1 (ko) | 2017-04-25 | 2018-04-24 | 인스턴트 메시징 그룹 관리 방법 및 장치 |
JP2019534784A JP6918116B2 (ja) | 2017-04-25 | 2018-04-24 | インスタントメッセージンググループ管理方法および装置 |
EP18790640.9A EP3544229B1 (en) | 2017-04-25 | 2018-04-24 | Instant messaging group management method and apparatus |
ES18790640T ES2875793T3 (es) | 2017-04-25 | 2018-04-24 | Método y aparato de gestión de grupos de mensajería |
PL18790640T PL3544229T3 (pl) | 2017-04-25 | 2018-04-24 | Sposób i przyrząd do zarządzania grupą komunikacji |
US16/440,834 US10686615B2 (en) | 2017-04-25 | 2019-06-13 | Instant messaging group management method and apparatus |
PH12019501485A PH12019501485A1 (en) | 2017-04-25 | 2019-06-25 | Instant messaging group management method and apparatus |
US16/901,959 US20200313917A1 (en) | 2017-04-25 | 2020-06-15 | Instant messaging group management method and apparatus |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710273959.6A CN107181602A (zh) | 2017-04-25 | 2017-04-25 | 即时通信群组的管理方法和装置 |
CN201710273959.6 | 2017-04-25 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/440,834 Continuation US10686615B2 (en) | 2017-04-25 | 2019-06-13 | Instant messaging group management method and apparatus |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2018196739A1 true WO2018196739A1 (zh) | 2018-11-01 |
Family
ID=59831458
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2018/084229 WO2018196739A1 (zh) | 2017-04-25 | 2018-04-24 | 即时通信群组的管理方法和装置 |
Country Status (10)
Country | Link |
---|---|
US (2) | US10686615B2 (zh) |
EP (1) | EP3544229B1 (zh) |
JP (1) | JP6918116B2 (zh) |
KR (1) | KR102248393B1 (zh) |
CN (1) | CN107181602A (zh) |
ES (1) | ES2875793T3 (zh) |
PH (1) | PH12019501485A1 (zh) |
PL (1) | PL3544229T3 (zh) |
TW (1) | TW201839681A (zh) |
WO (1) | WO2018196739A1 (zh) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107181602A (zh) * | 2017-04-25 | 2017-09-19 | 阿里巴巴集团控股有限公司 | 即时通信群组的管理方法和装置 |
CN107580304A (zh) * | 2017-07-27 | 2018-01-12 | 努比亚技术有限公司 | 一种基于应用程序的群组解散方法及设备 |
CN109245906A (zh) * | 2018-10-24 | 2019-01-18 | 阿里巴巴集团控股有限公司 | 即时通信群组的管理方法及装置 |
CN110971425A (zh) * | 2019-12-02 | 2020-04-07 | 深圳市云歌人工智能技术有限公司 | 重新开启群组和请求重新开启群组的方法、装置 |
CN114465969B (zh) * | 2021-12-23 | 2023-07-04 | 珠海格力电器股份有限公司 | 通讯消息组的管理方法、装置、设备和存储介质 |
CN116418607A (zh) * | 2022-01-05 | 2023-07-11 | 腾讯科技(深圳)有限公司 | 消息处理方法、装置、设备、存储介质和程序产品 |
CN114531411B (zh) * | 2022-04-01 | 2025-01-14 | 亿咖通(湖北)技术有限公司 | 消息显示方法、装置、电子设备和存储介质 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1662900A (zh) * | 2002-06-19 | 2005-08-31 | 摩托罗拉公司 | 信息共享群组,服务器和客户端群组应用程序及其方法 |
CN104301125A (zh) * | 2014-09-24 | 2015-01-21 | 鸿富锦精密工业(深圳)有限公司 | 群组解散控制系统及方法 |
CN105337839A (zh) * | 2014-08-07 | 2016-02-17 | 小米科技有限责任公司 | 交流群组控制方法及装置 |
CN106067861A (zh) * | 2016-06-06 | 2016-11-02 | 天脉聚源(北京)传媒科技有限公司 | 一种加入讨论群的方法及装置 |
CN106557376A (zh) * | 2016-11-30 | 2017-04-05 | 北京奇虎科技有限公司 | 终端设备及其群组建立、加入方法和装置以及服务器 |
CN107181602A (zh) * | 2017-04-25 | 2017-09-19 | 阿里巴巴集团控股有限公司 | 即时通信群组的管理方法和装置 |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7937364B1 (en) * | 1999-03-09 | 2011-05-03 | Oracle International Corporation | Method and system for reliable access of messages by multiple consumers |
JP4191318B2 (ja) * | 1999-05-21 | 2008-12-03 | 富士通株式会社 | メッセージ処理装置、メッセージ管理方法及びメッセージ管理プログラムを記録した記録媒体 |
US7047030B2 (en) | 2001-05-02 | 2006-05-16 | Symbian Limited | Group communication method for a wireless communication device |
US7969959B2 (en) * | 2004-12-16 | 2011-06-28 | Critical Response Systems, Inc. | Method and apparatus for efficient and deterministic group alerting |
US20080071862A1 (en) * | 2006-09-15 | 2008-03-20 | International Business Machines Corporation | Dynamic directory group creation via electronic event scheduling |
JP2008134707A (ja) * | 2006-11-27 | 2008-06-12 | Hitachi Ltd | コミュニティ生成支援方法及び装置 |
CN101345718A (zh) | 2007-07-13 | 2009-01-14 | 阿里巴巴集团控股有限公司 | 一种在群内支持话题分类的方法、系统和装置 |
EP2475138B1 (en) * | 2011-01-06 | 2019-03-13 | BlackBerry Limited | Delivery and management of status notifications for group messaging |
US8799385B2 (en) * | 2011-03-31 | 2014-08-05 | Loment, Inc. | Delivery control for email communicated among multiple end user communication devices |
TWI591992B (zh) * | 2011-11-16 | 2017-07-11 | Alibaba Group Holding Ltd | 群組通信關係的建立、以及網頁展現方法和相關設備 |
US20130229722A1 (en) * | 2012-03-02 | 2013-09-05 | Steven Vogel | High throughput reflecting microscope objective |
US9219881B2 (en) * | 2014-03-07 | 2015-12-22 | Shenzhen Seefaa Scitech Co., Ltd. | Device and method for live video chat |
US10142275B2 (en) * | 2014-09-09 | 2018-11-27 | Dan Tolley | System and method for managing messages based on user rank |
KR101631287B1 (ko) * | 2015-03-18 | 2016-06-16 | 주식회사 카카오 | 채팅방 관리 방법 및 단말 |
-
2017
- 2017-04-25 CN CN201710273959.6A patent/CN107181602A/zh active Pending
-
2018
- 2018-03-08 TW TW107107865A patent/TW201839681A/zh unknown
- 2018-04-24 PL PL18790640T patent/PL3544229T3/pl unknown
- 2018-04-24 JP JP2019534784A patent/JP6918116B2/ja active Active
- 2018-04-24 ES ES18790640T patent/ES2875793T3/es active Active
- 2018-04-24 KR KR1020197018217A patent/KR102248393B1/ko active Active
- 2018-04-24 EP EP18790640.9A patent/EP3544229B1/en active Active
- 2018-04-24 WO PCT/CN2018/084229 patent/WO2018196739A1/zh unknown
-
2019
- 2019-06-13 US US16/440,834 patent/US10686615B2/en active Active
- 2019-06-25 PH PH12019501485A patent/PH12019501485A1/en unknown
-
2020
- 2020-06-15 US US16/901,959 patent/US20200313917A1/en not_active Abandoned
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1662900A (zh) * | 2002-06-19 | 2005-08-31 | 摩托罗拉公司 | 信息共享群组,服务器和客户端群组应用程序及其方法 |
CN105337839A (zh) * | 2014-08-07 | 2016-02-17 | 小米科技有限责任公司 | 交流群组控制方法及装置 |
CN104301125A (zh) * | 2014-09-24 | 2015-01-21 | 鸿富锦精密工业(深圳)有限公司 | 群组解散控制系统及方法 |
CN106067861A (zh) * | 2016-06-06 | 2016-11-02 | 天脉聚源(北京)传媒科技有限公司 | 一种加入讨论群的方法及装置 |
CN106557376A (zh) * | 2016-11-30 | 2017-04-05 | 北京奇虎科技有限公司 | 终端设备及其群组建立、加入方法和装置以及服务器 |
CN107181602A (zh) * | 2017-04-25 | 2017-09-19 | 阿里巴巴集团控股有限公司 | 即时通信群组的管理方法和装置 |
Also Published As
Publication number | Publication date |
---|---|
PH12019501485A1 (en) | 2020-06-01 |
EP3544229A4 (en) | 2020-01-08 |
JP6918116B2 (ja) | 2021-08-11 |
US20200313917A1 (en) | 2020-10-01 |
ES2875793T3 (es) | 2021-11-11 |
TW201839681A (zh) | 2018-11-01 |
CN107181602A (zh) | 2017-09-19 |
JP2020508502A (ja) | 2020-03-19 |
KR20190093591A (ko) | 2019-08-09 |
EP3544229B1 (en) | 2021-03-31 |
US10686615B2 (en) | 2020-06-16 |
PL3544229T3 (pl) | 2021-08-23 |
US20190296928A1 (en) | 2019-09-26 |
KR102248393B1 (ko) | 2021-05-10 |
EP3544229A1 (en) | 2019-09-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2018196739A1 (zh) | 即时通信群组的管理方法和装置 | |
US12231387B2 (en) | Reminder generation method and apparatus in group session, device and medium | |
US7499926B1 (en) | Maintaining and replicating chat histories | |
JP6204928B2 (ja) | 時間管理される電子メール・メッセージ | |
CN103997454B (zh) | 一种日志信息的使用方法和设备 | |
WO2020135142A1 (zh) | 项目群组的创建方法、项目管理方法及装置 | |
US8495660B1 (en) | Methods and systems for handling instant messages and notifications based on the state of a computing device | |
US20200111060A1 (en) | Task reminder method and apparatus, and method and apparatus for generating and presenting reminder message | |
CN106068521A (zh) | 关于合规策略更新的应用的通信状态 | |
WO2018111426A1 (en) | Detecting extraneous social media messages | |
US20160285799A1 (en) | Systems and methods for supplementing real-time exchanges of instant messages with automatically updateable content | |
US9882849B2 (en) | Action assignment and tracking functionality for email | |
CN105681173A (zh) | 即时通讯中会话的创建方法、装置及系统 | |
US9270630B1 (en) | Integrating communication modes in persistent conversations | |
US20130311762A1 (en) | Providing user access to specific programs and documents before the booting process is completed | |
CN111917560A (zh) | 通信方法、装置和设备 | |
WO2019109880A1 (zh) | 群组任务的信息获取方法及装置 | |
US12095714B2 (en) | Method and apparatus for messaging service | |
WO2019062587A1 (zh) | 任务生成方法及装置 | |
TW201911158A (zh) | 考勤設置方法及裝置 | |
CN116471249A (zh) | 信息处理方法、装置、电子设备及存储介质 | |
WO2019019929A1 (zh) | 签名档的生成方法、签名档模板的分享方法及装置 | |
WO2018223858A1 (zh) | 团队配置方法、团队配置方案的分享方法及装置 | |
HK1244365A1 (zh) | 即时通信群组的管理方法和装置 | |
CN118827699A (zh) | 一种显示方法及设备 |
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: 18790640 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 20197018217 Country of ref document: KR Kind code of ref document: A Ref document number: 2019534784 Country of ref document: JP Kind code of ref document: A |
|
ENP | Entry into the national phase |
Ref document number: 2018790640 Country of ref document: EP Effective date: 20190621 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |