WO2012016535A1 - 一种向即时通讯用户推荐联系人信息的方法和终端 - Google Patents

一种向即时通讯用户推荐联系人信息的方法和终端 Download PDF

Info

Publication number
WO2012016535A1
WO2012016535A1 PCT/CN2011/078006 CN2011078006W WO2012016535A1 WO 2012016535 A1 WO2012016535 A1 WO 2012016535A1 CN 2011078006 W CN2011078006 W CN 2011078006W WO 2012016535 A1 WO2012016535 A1 WO 2012016535A1
Authority
WO
WIPO (PCT)
Prior art keywords
recommended
module
contact information
client
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.)
Ceased
Application number
PCT/CN2011/078006
Other languages
English (en)
French (fr)
Inventor
高锐
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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
Publication of WO2012016535A1 publication Critical patent/WO2012016535A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

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
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services

Definitions

  • the present invention relates to the field of instant messaging technologies, and in particular, to a method and terminal for recommending contact information to an instant messaging user. Background of the invention
  • IM instant messaging
  • FIG. 1 is a flow chart of a method for recommending a stranger contact list by an IM terminal in the prior art. As shown in Figure 1, the method includes:
  • Step 101 After the IM user successfully logs in to the IM terminal, the IM terminal sends a request for querying the stranger information to the IM server.
  • Step 102 The IM server returns, according to the request, the stranger information of the quantity A to the IM client according to the geographic proximity, the gender difference, and the like according to the information of the IM user.
  • Step 103 The IM client receives the stranger information returned by the IM server, and stores the stranger information of the quantity A in the local cache space.
  • Step 104 The IM client selects the stranger information of the number B from the stranger information stored in the local cache space (where B is not greater than A), and displays the stranger information of the quantity B.
  • the random recommendation contact module integrated in the IM client integrated in the IM client.
  • the IM user can refresh the current display of the IM client through the refresh button provided by the IM client. Show stranger information to get more stranger information, so that you can find satisfactory stranger information.
  • the method for the IM client to refresh the currently displayed stranger information is shown in Figure 2.
  • Fig. 2 is a flow chart showing the method of refreshing the currently displayed stranger information by the IM client in the prior art.
  • the method includes:
  • Step 201 The IM client receives a request to refresh the currently displayed stranger information.
  • Step 202 The IM client queries the stranger information of the quantity A stored in the local cache, and adds the stranger information that is not currently displayed to the queue to be displayed.
  • Step 203 The IM client determines whether the length C of the queue to be displayed has reached the maximum length B of the stranger information currently displayed by the IM client. If yes, go to step 206. Otherwise, go to step 204.
  • Step 204 Determine whether the stranger information that is not currently displayed in the IM client in the local cache has been added to the queue to be displayed. If yes, go to step 205. If no, go back to step 202.
  • Step 205 The IM client selects information of the number of (B-C) strangers from the currently displayed stranger information, and adds information of the (B-C) strangers in the local cache to the queue to be displayed.
  • Step 206 The IM client loads the queue to be displayed into a random recommendation contact module for displaying stranger information.
  • the stranger information is obtained from the IM server, and the acquired stranger information is stored in the local cache, and each time the stranger information currently displayed by the IM client is updated.
  • the stranger information that needs to be displayed next is selected from the locally cached stranger information.
  • the IM client recommends the strange contact to the IM user.
  • Information is also limited, unable to provide sufficient unfamiliar contact information for IM users, so IM cannot be met Users enhance the needs of the relationship chain.
  • the IM client can only provide the IM user with a list of strangers, which lists the personal information of the stranger's IM number, region, gender, etc., and the strangers cannot communicate with each other. Conducive to the formation of the relationship chain.
  • the random recommendation contact module that currently displays the stranger information to the IM user is integrated in the IM client, and the degree of coupling with other modules in the IM client is high, which is disadvantageous for the random recommendation contact module and the IM client. Upgrade, less flexibility. Summary of the invention
  • the present invention provides a method and terminal for recommending contact information to an instant messaging user to provide sufficient contact information for the IM user.
  • a method for recommending contact information to an instant messaging IM user comprising: the IM client acquiring contact information from the IM server and storing, selecting a contact information to be recommended from the stored contact information, and selecting the contact The person information is recommended to the current IM user of the IM client;
  • the IM client When the contact information stored in the IM client has been all recommended to the current IM user of the IM client, the IM client returns to the step of obtaining the contact information from the IM server.
  • An instant messaging terminal comprising an acquisition module, a storage module, a selection module and a recommendation module;
  • the obtaining module acquires contact information from an IM server
  • the storage module stores the contact information acquired by the acquiring module
  • the selecting module selects the contact information to be recommended from the stored contact information, and when the contact information stored in the storage module has been all recommended to the current IM user, the acquiring module is triggered to obtain the contact again from the IM server.
  • Person information The recommendation module recommends the contact information selected by the selection module to the current IM user.
  • FIG. 1 is a flow chart of a method for recommending a stranger contact list by an IM terminal in the prior art
  • FIG. 2 is a flow chart of a method for refreshing a currently displayed stranger information by an IM client in the prior art
  • FIG. 3 is a flow chart of a method for recommending contact information to an IM user according to the present invention
  • FIG. 4 is a structural diagram of an instant messaging terminal provided by the present invention. Mode for carrying out the invention
  • the IM client obtains contact information from the IM server and stores, selects contact information that needs to be recommended from the stored contact information, and selects the contact information.
  • the current IM user is recommended to the IM client; and when the contact information stored in the IM client has been all recommended to the current IM user of the IM client, the IM client returns the step of obtaining the contact information from the IM server. That is, the new contact information is re-acquired from the IM server, so that the contact information recommended by the IM client to the current IM user can be selected from the re-acquired contact information, thereby ensuring sufficient contact for the IM user. People information.
  • Step 301 The IM client acquires contact information from the IM server and stores it.
  • Step 302 The IM client receives a request to update the recommended contact information.
  • Step 303 The IM client selects the contact information that has not been recommended to the current IM user from the stored contact information, and adds the contact information that has not been recommended to the current IM user to the to-be-recommended queue.
  • Step 304 Determine whether the to-be-recommended queue is full. If yes, go to step 308. If no, go to step 305.
  • Step 305 Determine whether the stored contact information is not recommended to the current IM user. If yes, go back to step 303. Otherwise, go to step 306.
  • Step 306 The IM client clears the contact information in the storage space that has been recommended to the current IM user.
  • Step 307 the IM client re-acquires the contact information from the IM server and stores it, and returns to step 303.
  • Step 308 The IM client recommends the contact information in the queue to be recommended to the current IM user.
  • the contact information recommended by the current IM user through FIG. 3 is usually the stranger information that does not appear in the current IM user's buddy list, so as to meet the needs of the IM user enhanced user chain.
  • the IM client can obtain the contact information from the IM server through the buddy search interface, where the buddy search interface is an interface used by the existing IM client to find the buddy user.
  • the invention can not only find the local friend user data by using the friend search interface, but also can communicate with the IM server, and find the stranger information from the IM server, so that the friend search interface can find the friend through the friend search interface.
  • Information, and can find stranger information which can provide sufficient contact information for IM users without increasing the structural complexity of the IM client.
  • the present invention also proposes to establish a communication connection between the IM client and the IM client where the recommended contact is located, the current IM.
  • the user communicates with the recommended contact through the communication connection.
  • the present invention proposes that the IM client and the IM client where the recommended contact is located
  • the communication connection between them is another communication connection different from the communication connection between the current IM user of the IM client and his or her friends, in order to disconnect the communication connection of the recommended contact with the current IM user when needed.
  • the invention also provides an instant messaging terminal, please refer to FIG. 4 for details.
  • FIG. 4 is a structural diagram of an instant messaging terminal provided by the present invention.
  • the instant messaging terminal includes an obtaining module 401, a storage module 402, a selecting module 403, and a recommending module 404.
  • the obtaining module 401 obtains contact information from the IM server.
  • the storage module 402 stores the contact information acquired by the acquisition module 401.
  • the selection module 403 selects the contact information to be recommended from the stored contact information.
  • the trigger acquisition module 401 retrieves the contact information from the IM server.
  • the recommendation module 404 recommends the contact information selected by the selection module 403 to the current IM user.
  • the instant messaging terminal may further include a receiving module and a queue module to be recommended.
  • the receiving module 401 receives a request for updating the recommended contact information, and triggers the selection module 403 to perform the selecting operation.
  • the selecting module 403 is configured to store the selected contact information that needs to be recommended in the to-be-recommended queue module.
  • the to-be-recommended queue module is configured to store the contact information that needs to be recommended.
  • the recommendation module is triggered to recommend the contact information in the to-be-recommended queue module to the current IM user.
  • the queue module to be recommended may be a cache queue module.
  • the obtaining module 401 may be a friend search interface of the instant messaging terminal.
  • the instant messaging terminal can further include a communication module.
  • the communication module establishes a communication connection with the IM client where the recommended contact is located, and the current IM user communicates with the recommended contact through the communication connection.
  • the communication module may be another communication module different from the communication module in which the current IM user communicates with his or her friends.
  • the communication module may establish a first communication connection with the IM client where the recommended contact is located, communicate with the recommended contact through the first communication connection, and establish a second with the IM client where the IM friend is located.
  • the modules for implementing the recommended contact information in FIG. 4 are deployed in the instant messaging terminal in a plug-in manner, thereby reducing
  • the degree of coupling between the module for implementing the recommended contact information and other modules in the instant messaging client facilitates the upgrade of the module for implementing the recommended contact information and other modules in the instant messaging client, and improves the instant messaging. Client flexibility.
  • the IM client checks the plug-in for implementing the recommended contact information in the current IM user login process, and if the plug-in is found, Loading the plugin, after the plugin is successfully loaded, the IM client passes the friend according to the predetermined matching rule according to the personal information of the current IM user.
  • the lookup interface requests stranger information from the IM server and recommends the requested stranger information to the current IM user.

Landscapes

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

Abstract

本发明实施例公开了一种向即时通讯用户推荐联系人信息的方法和终端。该方法包括:IM客户端从IM服务器获取联系人信息并存储,从存储的联系人信息中选择需要推荐的联系人信息,将选择的联系人信息推荐给该IM客户端的当前IM用户;在IM客户端存储的联系人信息已全部推荐给该IM客户端的当前IM用户时,IM客户端返回所述从IM服务器获取联系人信息的步骤。应用本发明能够为IM用户提供充足的联系人信息。

Description

一种向即时通讯用户推荐联系人信息的方法和终端
技术领域
本发明涉及即时通讯技术领域, 尤其涉及一种向即时通讯用户推荐 联系人信息的方法和终端。 发明背景
在即时通信(IM ) 系统中, IM 用户除了希望与在现实生活中熟悉 的好友进行 IM通信外,还希望能够通过 IM终端结识更多志趣相投或者 能够互换信息的陌生人, 以便增强用户关系链。
为了满足 IM用户增强用户关系链的需求, 现有技术中给出了一种 通过 IM终端推荐陌生人列表的方案, 具体请见图 1。
图 1是现有技术中 IM终端推荐陌生人联系列表的方法流程图。 如图 1所示, 该方法包括:
步骤 101 , IM用户成功登录 IM终端后, IM终端向 IM服务器发送 查询陌生人信息的请求。
步骤 102, IM服务器根据所述请求, 根据该 IM用户的信息, 按照 地理近似、 性别差异等原则, 从数据库中返回数量为 A的陌生人信息至 所述 IM客户端。
步骤 103, IM客户端接收 IM服务器返回的陌生人信息, 将所述数 量为 A的陌生人信息存储在本地緩存空间中。
步骤 104, IM客户端从本地緩存空间中存储的所述数量为 A的陌生 人信息中选出数量为 B的陌生人信息 (其中 B不大于 A ), 将该数量为 B的陌生人信息显示在该 IM客户端中集成的随机推荐联系人模块中。
IM用户可以通过 IM客户端提供的刷新按钮刷新 IM客户端当前显 示的陌生人信息, 以获得更多的陌生人信息, 从而便于找到满意的陌生 人信息。 IM客户端刷新当前显示的陌生人信息的方法具体请见图 2。
图 2是现有技术中 IM客户端刷新当前显示的陌生人信息的方法流 程图。
如图 2所示, 该方法包括:
步骤 201 , IM客户端接收刷新当前显示的陌生人信息的请求。
步骤 202, IM客户端查询本地緩存中存储的所述数量为 A的陌生人 信息, 将当前没有显示的陌生人信息加入待显示队列。
步骤 203, IM客户端判断待显示队列的长度 C是否已达到 IM客户 端当前能显示的陌生人信息的最大长度 B, 如果是, 执行步骤 206, 否 则执行步骤 204。
步骤 204, 判断本地緩存中当前没有在 IM客户端显示的陌生人信 息是否已全部加入到待显示队列中, 如果是, 执行步骤 205 , 如果否, 返回步骤 202。
步骤 205, IM客户端从当前显示的陌生人信息中选取数量为(B-C ) 个陌生人的信息, 将本地緩存中该 (B-C ) 个陌生人的信息加入到待显 示队列。
步骤 206, IM客户端将所述待显示队列加载到用于显示陌生人信息 的随机推荐联系人模块中。
由图 1和 2可见, 目前 IM客户端在登录成功后,从 IM服务器获取 陌生人信息,将获取的陌生人信息存储在本地緩存中,此后每次更新 IM 客户端当前显示的陌生人信息时, 都是从本地緩存的陌生人信息中选取 下一次需要显示的陌生人信息, 显然, 由于存储在本地緩存中的陌生人 信息数量有限,因此导致 IM客户端向 IM用户推荐的陌生的联系人信息 也有限, 无法为 IM用户提供充足的陌生的联系信息, 因此无法满足 IM 用户增强关系链的需求。
另外, 目前 IM客户端仅能向 IM用户提供陌生人信息列表,其中列 出了陌生人的 IM号码、 所属地区、 性别等筒单的个人信息, 陌生人之 间无法进行沟通交流, 这也不利于关系链的形成。
再者, 目前向 IM用户显示陌生人信息的随机推荐联系人模块集成 在 IM客户端中,与该 IM客户端中的其他模块的耦合度较高,不利于随 机推荐联系人模块以及 IM客户端的升级, 灵活性较差。 发明内容
有鉴于此, 本发明提供了一种向即时通讯用户推荐联系人信息的方 法和终端, 以便为 IM用户提供充足的联系人信息。
本发明的技术方案具体是这样实现的:
一种向即时通讯 IM用户推荐联系人信息的方法, 该方法包括: IM 客户端从 IM服务器获取联系人信息并存储, 从存储的联系人信息中选 择需要推荐的联系人信息, 将选择的联系人信息推荐给该 IM客户端的 当前 IM用户;
在 IM客户端存储的联系人信息已全部推荐给该 IM客户端的当前 IM用户时, IM客户端返回所述从 IM服务器获取联系人信息的步骤。
一种即时通讯终端, 该终端包括获取模块、 存储模块、 选择模块和 推荐模块;
所述获取模块, 从 IM服务器获取联系人信息;
所述存储模块, 存储所述获取模块获取的联系人信息;
所述选择模块, 从存储的联系人信息中选择需要推荐的联系人信 息, 在所述存储模块存储的联系人信息已全部推荐给当前 IM用户时, 触发所述获取模块重新从 IM服务器获取联系人信息; 所述推荐模块, 将所述选择模块选择的联系人信息推荐给当前 IM 用户。
由上述技术方案可见, 由于本发明在 IM客户端存储的联系人信息 已全部推荐给该 IM客户端的当前 IM用户时, 重新从 IM服务器获取新 的联系人信息, 与现有技术中仍然从 IM客户端已推荐的联系人信息中 重新选择联系人信息相比,能够为 IM用户提供更加充足的联系人信息。 附图简要说明
图 1是现有技术中 IM终端推荐陌生人联系列表的方法流程图; 图 2是现有技术中 IM客户端刷新当前显示的陌生人信息的方法流 程图;
图 3是本发明提供的向 IM用户推荐联系人信息的方法流程图; 图 4是本发明提供的即时通讯终端的结构图。 实施本发明的方式
在本发明提供的向 IM用户推荐联系人信息的方法中, IM客户端从 IM服务器获取联系人信息并存储, 从存储的联系人信息中选择需要推 荐的联系人信息,将选择的联系人信息推荐给该 IM客户端的当前 IM用 户; 并且,在 IM客户端存储的联系人信息已全部推荐给该 IM客户端的 当前 IM用户时, IM客户端返回所述从 IM服务器获取联系人信息的步 骤, 即重新从 IM服务器获取新的联系人信息, 这样, IM客户端再次推 荐给当前 IM 用户的联系人信息可以从该重新获取的联系人信息中选 取, 从而保证了能够为 IM用户提供充足的联系人信息。
图 3是本发明提供的向 IM用户推荐联系人信息的方法流程图。 如图 3所示, 该方法包括: 步骤 301 , IM客户端从 IM服务器获取联系人信息并存储。
步骤 302, IM客户端接收更新推荐的联系人信息的请求。
步骤 303 , IM客户端从存储的联系人信息中选择尚未推荐给当前 IM 用户的联系人信息, 将该尚未推荐给当前 IM用户的联系人信息加入待 推荐队列。
步骤 304, 判断该待推荐队列是否已满, 如果是, 执行步骤 308, 如 果否, 执行步骤 305。
步骤 305, 判断所述存储的联系人信息中是否有尚未推荐给当前 IM 用户的, 如果是, 返回步骤 303, 否则, 执行步骤 306,
步骤 306, IM客户端清除存储空间中已推荐给当前 IM用户的联系 人信息。
步骤 307, IM客户端重新从 IM服务器获取联系人信息并存储, 返 回步骤 303。
步骤 308, IM客户端将待推荐队列中的联系人信息推荐给当前 IM 用户。
其中, 通过图 3推荐给当前 IM用户的联系人信息, 通常是没有在 该当前 IM用户的好友列表中出现的陌生人信息,以满足 IM用户增强用 户链的需求。
为了筒化 IM客户端的结构, 本发明中, IM客户端可以通过好友查 找接口从 IM服务器获取联系人信息, 其中的好友查找接口, 是现有的 IM客户端中用于查找好友用户的接口, 本发明通过复用好友查找接口, 即该好友查找接口不仅能够查找本地的好友用户资料, 还可以与 IM服 务器通信、 从该 IM服务器中查找陌生人信息, 使得通过该好友查找接 口既能查找好友信息, 又能查找陌生人信息, 这样既能够为 IM用户提 供充足的联系人信息, 又不必增加 IM客户端的结构复杂度。 另外, 考虑到现有技术中 IM用户与陌生人之间无法进行信息交流 的问题,本发明还提出,在 IM客户端与被推荐的联系人所在的 IM客户 端之间建立通信连接, 当前 IM用户与被推荐的联系人通过该通信连接 进行会话交流。
为了对好友之间的信息交流和陌生人之间的信息交流分别进行管 理, 减小恶意陌生人对 IM用户的骚扰等, 本发明提出, IM客户端与被 推荐的联系人所在的 IM客户端之间的通信连接是和 IM客户端的当前 IM 用户与其好友之间的通信连接不同的另一种通信连接, 以便于在需 要时断开被推荐的联系人与当前 IM用户的通信连接。
本发明还提供了一种即时通讯终端, 具体请参见图 4。
图 4是本发明提供的即时通讯终端的结构图。
如图 4所示, 该即时通讯终端包括获取模块 401、 存储模块 402、 选择模块 403和推荐模块 404。
获取模块 401 , 从 IM服务器获取联系人信息。
存储模块 402, 存储获取模块 401获取的联系人信息。
选择模块 403,从存储的联系人信息中选择需要推荐的联系人信息, 在存储模块 402存储的联系人信息已全部推荐给当前 IM用户时, 触发 获取模块 401重新从 IM服务器获取联系人信息。
推荐模块 404,将选择模块 403选择的联系人信息推荐给当前 IM用 户。
该即时通讯终端还可以进一步包括接收模块和待推荐队列模块。 所述接收模块 401 , 接收更新推荐的联系人信息的请求, 触发选择 模块 403执行所述选择操作。
选择模块 403, 将选出的需要推荐的联系人信息存储在所述待推荐 队列模块中。 所述待推荐队列模块, 用于存储需要推荐的联系人信息, 在该待推 荐队列模块已满时, 触发所述推荐模块将该待推荐队列模块中的联系人 信息推荐给当前 IM用户。
其中的待推荐队列模块可以是緩存队列模块。
其中, 获取模块 401可以是该即时通讯终端的好友查找接口。
该即时通讯终端还可以进一步包括通信模块。
所述通信模块,与被推荐的联系人所在的 IM客户端建立通信连接, 所述当前 IM 用户与所述被推荐的联系人通过该通信连接进行会话交 流。
所述通信模块可以是和当前 IM用户与其好友进行通信的通信模块 不同的另一通信模块。
或者, 所述通信模块, 可以与被推荐的联系人所在的 IM客户端建 立第一通信连接, 通过该第一通信连接与被推荐的联系人通信, 与 IM 好友所在的 IM客户端建立第二通信连接,通过该第二通信连接与 IM好 友通信。
另外, 优选地, 图 4中用于实现推荐联系人信息的模块(即获取模 块 401、 存储模块 402、 选择模块 403和推荐模块 404 ) 以插件方式部署 在所述即时通讯终端中, 从而减小该用于实现推荐联系人信息的模块与 即时通讯客户端中的其他模块的耦合度, 有利于该用于实现推荐联系人 信息的模块以及即时通讯客户端中的其他模块的升级, 提高即时通讯客 户端的灵活性。
在以插件方式部署所述用于实现推荐联系人信息的模块时, IM客 户端在当前 IM用户登录过程中对所述用于实现推荐联系人信息的插件 进行检查, 如果发现存在该插件, 则加载该插件, 在该插件加载成功后, IM客户端根据当前 IM用户的个人信息,按照预定的匹配规则通过好友 查找接口向 IM服务器请求陌生人信息, 并将请求的陌生人信息推荐给 当前 IM用户。
以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本 发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包 含在本发明的保护范围之内。

Claims

权利要求书
1、 一种向即时通讯 IM用户推荐联系人信息的方法, 其特征在于, 该方法包括:
IM客户端从 IM服务器获取联系人信息并存储,从存储的联系人信 息中选择需要推荐的联系人信息, 将选择的联系人信息推荐给该 IM客 户端的当前 IM用户;
在 IM客户端存储的联系人信息已全部推荐给该 IM客户端的当前 IM用户时, IM客户端返回所述从 IM服务器获取联系人信息的步骤。
2、 根据权利要求 1所述的方法, 其特征在于, 所述在 IM客户端存 储的联系人信息已全部推荐给该 IM客户端当前的 IM用户时, IM客户 端返回所述从 IM服务器获取联系人信息的步骤包括:
IM客户端接收更新推荐的联系人信息的请求,从该 IM客户端中存 储的联系人信息中选择尚未推荐给当前 IM用户的联系人信息加入待推 荐队列,在 IM客户端中尚未推荐给当前 IM用户的联系人信息已全部加 入待推荐队列时, 如果该待推荐队列未满, 则 IM客户端返回所述从 IM 服务器获取联系人信息的步骤, 如果该待推荐队列已满, IM客户端将 待推荐队列中的联系人信息推荐给所述当前 IM用户。
3、 根据权利要求 1或 2所述的方法, 其特征在于,
IM客户端通过好友查找接口从 IM服务器获取联系人信息。
4、 根据权利要求 1或 2所述的方法, 其特征在于,
IM客户端与被推荐的联系人所在的 IM客户端建立通信连接,所述 当前 IM用户与所述被推荐的联系人通过该通信连接进行会话交流。
5、 根据权利要求 4所述的方法, 其特征在于,
所述通信连接和 IM客户端的当前 IM用户与其好友之间的通信连接 不同。
6、 一种即时通讯终端, 其特征在于, 该终端包括获取模块、 存储 模块、 选择模块和推荐模块;
所述获取模块, 从 IM服务器获取联系人信息;
所述存储模块, 存储所述获取模块获取的联系人信息;
所述选择模块, 从存储的联系人信息中选择需要推荐的联系人信 息, 在所述存储模块存储的联系人信息已全部推荐给当前 IM用户时, 触发所述获取模块重新从 IM服务器获取联系人信息;
所述推荐模块, 将所述选择模块选择的联系人信息推荐给当前 IM 用户。
7、 根据权利要求 6所述的终端, 其特征在于, 该终端进一步包括 接收模块和待推荐队列模块;
所述接收模块, 接收更新推荐的联系人信息的请求, 触发所述选择 模块执行所述选择操作;
所述选择模块, 将选出的需要推荐的联系人信息存储在所述待推荐 队列模块中;
所述待推荐队列模块, 用于存储需要推荐的联系人信息, 在该待推 荐队列模块已满时, 触发所述推荐模块将该待推荐队列模块中的联系人 信息推荐给当前 IM用户。
8、 根据权利要求 6或 7所述的终端, 其特征在于,
所述获取模块是该即时通讯终端的好友查找接口。
9、 根据权利要求 6或 7所述的终端, 其特征在于, 该终端进一步 包括通信模块;
所述通信模块,与被推荐的联系人所在的 IM客户端建立通信连接, 所述当前 IM 用户与所述被推荐的联系人通过该通信连接进行会话交 流。
10、 根据权利要求 9所述的终端, 其特征在于,
所述通信模块是和当前 IM用户与其好友进行通信的通信模块不同 的另一通信模块。
11、 根据权利要求 9所述的终端, 其特征在于,
所述通信模块, 用于与被推荐的联系人所在的 IM客户端建立第一 通信连接, 通过该第一通信连接与被推荐的联系人通信, 与 IM好友所 在的 IM客户端建立第二通信连接,通过该第二通信连接与 IM好友通信。
12、 根据权利要求 6所述的即时通讯终端, 其特征在于, 所述获取 模块、 存储模块、 选择模块和推荐模块以插件方式部署在所述即时通讯 终端中。
PCT/CN2011/078006 2010-08-04 2011-08-04 一种向即时通讯用户推荐联系人信息的方法和终端 Ceased WO2012016535A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010102481008A CN102377683A (zh) 2010-08-04 2010-08-04 一种向即时通讯用户推荐联系人信息的方法和终端
CN201010248100.8 2010-08-04

Publications (1)

Publication Number Publication Date
WO2012016535A1 true WO2012016535A1 (zh) 2012-02-09

Family

ID=45558947

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/078006 Ceased WO2012016535A1 (zh) 2010-08-04 2011-08-04 一种向即时通讯用户推荐联系人信息的方法和终端

Country Status (2)

Country Link
CN (1) CN102377683A (zh)
WO (1) WO2012016535A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114157622A (zh) * 2021-11-29 2022-03-08 杭州逗酷软件科技有限公司 添加好友的方法、装置、服务器及存储介质

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664744B (zh) * 2012-03-19 2014-10-29 西安电子科技大学 网络消息通信中群发推荐的方法
CN103428165B (zh) * 2012-05-15 2015-07-01 腾讯科技(深圳)有限公司 社交网络节点分组方法和装置
US9592442B2 (en) 2013-04-11 2017-03-14 Tencent Technology (Shenzhen) Company Limited Communication method, system, server and client device for user-interactive system
CN103179026B (zh) * 2013-04-11 2015-10-07 腾讯科技(深圳)有限公司 用户交互式系统中的通信方法、系统及服务器和客户端
CN104579932A (zh) * 2015-01-28 2015-04-29 北京深思数盾科技有限公司 联系人推荐方法
CN105635314A (zh) * 2016-01-27 2016-06-01 深圳市凯立德科技股份有限公司 一种行车交友的实现方法、装置及系统
CN107122217B (zh) * 2017-05-25 2019-08-20 维沃移动通信有限公司 一种通信应用的启动方法及移动终端

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1642147A (zh) * 2004-01-16 2005-07-20 腾讯科技(深圳)有限公司 一种在即时通讯中联系人的快速定位方法
CN101039485A (zh) * 2007-04-16 2007-09-19 中兴通讯股份有限公司 用于移动终端的动态号码簿处理装置及方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007272451A (ja) * 2006-03-30 2007-10-18 Toshiba Corp 推薦番組情報提供装置、推薦番組情報提供方法及びプログラム

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1642147A (zh) * 2004-01-16 2005-07-20 腾讯科技(深圳)有限公司 一种在即时通讯中联系人的快速定位方法
CN101039485A (zh) * 2007-04-16 2007-09-19 中兴通讯股份有限公司 用于移动终端的动态号码簿处理装置及方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114157622A (zh) * 2021-11-29 2022-03-08 杭州逗酷软件科技有限公司 添加好友的方法、装置、服务器及存储介质
CN114157622B (zh) * 2021-11-29 2024-03-19 杭州逗酷软件科技有限公司 添加好友的方法、装置、服务器及存储介质

Also Published As

Publication number Publication date
CN102377683A (zh) 2012-03-14

Similar Documents

Publication Publication Date Title
WO2012016535A1 (zh) 一种向即时通讯用户推荐联系人信息的方法和终端
EP2696551B1 (en) Contact photo providing method, management platform and user terminal
CN102725770B (zh) 社交网络搜索
US9237201B2 (en) Managing notifications pushed to user devices
US20170251344A1 (en) Method and System for Connecting People in a Social Network
US20210029391A1 (en) System and method for recommending media content based on actual viewers
US9503410B2 (en) Sharing of activity metadata via messaging systems
JP2013254491A (ja) ゲームネットワークアカウントに付加的な機能を与えるためのソーシャルネットワークアカウントの使用
US20130073629A1 (en) System and Method for Friend Recommendation in Social Network Service Network
KR20150103178A (ko) 배터리 및 데이터 사용의 절약
KR20120087287A (ko) 증강현실 히스토리 정보를 이용하여 소셜 네트워킹 서비스를 제공하는 단말기, 서버 및 이를 이용한 증강현실 제공 시스템
CN102917035A (zh) 通讯录更新的方法及其系统
CN105847114A (zh) 动态信息展示系统、方法及装置
TW201015438A (en) Targeted instant messenger behaviors employed for optimization of a client
CN106034163A (zh) 资源信息推送方法及装置
US20120278641A1 (en) Performing Selected Operations Using Low Power-Consuming Processors on User Devices
CN108306851A (zh) 信息获取方法、提供方法、装置及系统
CN102054127A (zh) 一种社交游戏中交友的方法及系统
WO2012016509A1 (zh) 以网络方式管理并自动更新联系信息的方法及系统
CN101465885B (zh) 一种sns浏览方法及提供sns浏览的设备
CN103516764A (zh) 一种在社交工具中添加好友的方法和系统
CN111428150A (zh) 信息展示方法、装置、电子设备、服务器及存储介质
KR20120136633A (ko) 이성 매칭 서비스 시스템 및 방법
US20160070712A1 (en) Dynamically Modifying Geographical Search Regions
WO2018196560A1 (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: 11814118

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 8551/DELNP/2012

Country of ref document: IN

NENP Non-entry into the national phase

Ref country code: DE

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 1205N DATED 10/04/2013)

122 Ep: pct application non-entry in european phase

Ref document number: 11814118

Country of ref document: EP

Kind code of ref document: A1