WO2009074079A1 - An instant communication method and apparatus - Google Patents

An instant communication method and apparatus Download PDF

Info

Publication number
WO2009074079A1
WO2009074079A1 PCT/CN2008/073247 CN2008073247W WO2009074079A1 WO 2009074079 A1 WO2009074079 A1 WO 2009074079A1 CN 2008073247 W CN2008073247 W CN 2008073247W WO 2009074079 A1 WO2009074079 A1 WO 2009074079A1
Authority
WO
WIPO (PCT)
Prior art keywords
session
user
page
window
shared
Prior art date
Application number
PCT/CN2008/073247
Other languages
French (fr)
Chinese (zh)
Inventor
Bin Li
Original Assignee
Tencent Technology (Shenzhen) Company Limited
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) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2009074079A1 publication Critical patent/WO2009074079A1/en

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]

Definitions

  • the present invention relates to the field of the Internet, and in particular, to an instant messaging method and apparatus. Background of the invention
  • IM tools provide network users with a convenient, easy-to-use, and low-cost way to communicate with each other.
  • users In the process of using IM tools for entertainment or work, users not only need personal and personal communication experience, but also need multi-person communication experience, that is, communicate and communicate with multiple IM users in the same time period, for example, in different locations.
  • the working users can't face-to-face project communication and work arrangement together.
  • these users can discuss and analyze certain issues in different locations. Discussion groups or groups of IM tools This platform provides the ability to communicate and communicate with multiple people at the same time, thus meeting the needs of the user's multi-person communication experience. Summary of the invention
  • an embodiment of the present invention provides an instant messaging method and apparatus.
  • the method and apparatus according to the embodiments of the present invention enable an IM user to communicate with multiple session objects in the same window, or with a session object.
  • the instant messaging method provided by the embodiment of the present invention corresponds to at least one IM user, and the method includes: the IM client is the IM user At least one session window is provided, the session window being capable of providing at least one session page for at least one session object, wherein each session page corresponds to one session object.
  • the instant messaging device provided by the embodiment of the present invention, which corresponds to at least one IM user, includes: a session window creation module and a session page creation module; and the session window creation module is configured to provide the IM user with at least one session window, the session The window is capable of providing at least one session page for at least one session object; the session page creation module, configured to: at least one session of the IM user in each session window provided by the session window creation module for the IM user The object provides at least one session page, wherein each session page corresponds to one session object.
  • FIG. 1 is a flowchart of an instant messaging method according to Embodiment 1 of the present invention
  • FIG. 2 is a flowchart of instant messaging using the method shown in FIG. 1;
  • FIG. 3 is a flow chart of resource sharing in the instant messaging process by using the method shown in FIG. 1;
  • FIG. 4 is a structural diagram of an instant messaging device according to Embodiment 2 of the present invention
  • FIG. 5 is a structural diagram of an instant messaging device according to another embodiment of the present invention
  • FIG. 6 is a group according to Embodiment 3 of the present invention
  • IM users generally communicate with multiple conversation objects at the same time, where the conversation object includes both conversations with a single IM friend.
  • the object and also includes the session objects in the discussion session in which the plurality of IM users participate in the discussion group or the group.
  • the prior art adopts the following methods:
  • Each session window is created at the time of creation.
  • the child control used to communicate with the session object, each session object corresponds to a session window, and the user can communicate and communicate with different session objects by opening different session windows, and each time the session object is replaced, the IM user Switch the session window. This is inconvenient for IM users, and the existence of multiple session windows and multiple handovers also consumes more system resources.
  • Embodiment 1 of the present invention provides a method for instant messaging, by which communication with a plurality of session objects in a session window can be realized.
  • the IM client can provide the IM user with at least one session window capable of providing at least one session page for at least one session object.
  • the session window provided for an IM user may be one, so that the IM user can talk to all of the session objects through a session window, and one or more sessions corresponding to all of the session objects are provided in the session window.
  • the page can also provide more than one session window for an IM user.
  • the IM user can be provided with more than one session window according to the custom rules of the IM user or the default settings, for example: 1) Classification by friend Providing the same session window for at least one session object that is the same class of friends; 2) providing the same session window for communicating at least one session object of the same type message according to the type of the message, for example, providing multiple session objects for communicating personal messages
  • One session window is a plurality of session objects for communicating group messages, another session window, or one session window for communicating multiple video objects of a video message and another session window for communicating multiple text messages of a text message.
  • FIG. 1 is a flowchart of an instant messaging method according to Embodiment 1 of the present invention. As shown in Figure 1, the specific processing flow includes:
  • step 101 the instant messaging client generates a session window according to the session request of the IM user.
  • the session window is detected before the session window is generated. If the session window is already generated, the session page corresponding to the session object is created according to the identity code of the session object carried in the session request in the session window, and the process ends. If the process does not exist, the session window is generated according to the session request, and step 102 is performed.
  • step 102 a session page corresponding to the identity code of the session object carried in the session request is generated in the session window.
  • the session page is detected to be existing before the session page is established. If yes, the session page is set as the currently selected page. If not, the session page is established.
  • the chat sub-page and the shared sub-page can be established in the established session page, and the IM user can realize the session communication with the session object through the chat sub-page, and the resource sharing with the session object can be realized by sharing the sub-page.
  • the chat page includes a chat subpage and a shared subpage, it may be detected whether the session object is a buddy user or a group user, and if it is a buddy user, establishing a shared connection with the buddy user, if it is a group user, A shared connection with the group of users is then established.
  • a child control corresponding to the identity code of the session object for communicating with other IM users is loaded in the session page.
  • the child control at least includes: a combination of a message display child control, an input message child control, a shortcut toolbar child control, or any combination thereof.
  • FIG. 2 is a flow chart of instant messaging using the method shown in FIG. 1. As shown in Figure 2, the specific processing includes:
  • step 201 the IM user logs in to the instant messaging client.
  • the login method can be It is the same as the prior art.
  • the IM user sends a session request to its session object.
  • the conversation object can be a friend user or a group user.
  • step 203 the instant messaging client queries the session page corresponding to the identity code according to the identity code of the session object to determine whether the session page corresponding to the identity code exists. If yes, step 204 is performed; otherwise, step 205 is performed.
  • the identity identification code is included in the session request.
  • the IM user can send a session request by clicking the mouse, so that the instant messaging client can detect the click information of the mouse by using the session window management module, and obtain the session request according to the click information.
  • step 204 the session window where the session page is located is displayed, and the session page is set as the current selected page, and the process flow is ended.
  • the session window can be created in the manner described in step 207 below.
  • step 205 the session window management module queries whether there is a session window. If yes, step 206 is performed; otherwise, step 207 is performed.
  • a session page corresponding to the session object identification number is created, and displayed in the session window, and the processing flow is ended.
  • the session page can be created using a property page object.
  • an initial session window is generated, a session page corresponding to the identity code of the session object is created in the session window, and a child for the IM user to communicate with the session object is loaded in the session page.
  • Control end this process flow.
  • the session window may be generated by using an API (Application Programming Interface) in the Windows operating system; the generated initial session window is empty, and the session page is not included, and the IM user is used to communicate with the session object.
  • Child controls; child controls loaded in the session page can include: message display child controls, input message child controls, shortcut bar child controls, and so on.
  • the created session page may be a tab (Tab) property page, and the tab property page is mapped to the session object's identity code; the session page may also be named as the nickname of the session object.
  • a session window is generated by using different operating system tools, and a child control for the IM user to communicate with the session object is loaded in the session page created in the session window.
  • the session window module in the instant messaging client determines the session object, and sets the session page corresponding to the determined session object in the session window as the currently selected page.
  • the IM user can select the session object of the current session by clicking the mouse.
  • the session window module determines the session object according to the click information of the mouse.
  • a session window corresponds to a session window module, which is responsible for processing operations for different session pages and controls within the session window, and multiple session windows correspond to a session window management module, which is responsible for processing different The operation of the session window.
  • step 302 the instant messaging client sets each sub-control corresponding to the determined session object in the currently selected page, where each sub-control may correspond to the identity identification code of the session object.
  • the currently selected page contains a chat subpage and a shared subpage.
  • step 303 the instant messaging client detects whether the session object is a friend user or a group user. If it is a friend user, step 304 is performed; otherwise, step 309 is performed.
  • step 304 the instant messaging client obtains the IP address and port number of the friend user through the friend management module.
  • the instant messaging client establishes a shared connection between the IM user and the friend user through the acquired IP address and port number of the friend user.
  • the shared connection The establishing process may include: the instant messaging client sends a shared connection establishment request carrying the acquired IP address and port number to the instant messaging server, and establishes a point-to-point socket connection with the friend user through the instant messaging server, The communication server verifies the validity of both parties. If the connection is successful, the instant messaging server forwards the shared connection establishment request to the client of the friend user. After receiving the shared connection establishment request, the client of the friend user sends back a consent to establish a connection. Packet and step
  • step 306 is performed.
  • step 306 the instant messaging server returns a shared connection establishment failure message to the instant messaging client, and the process ends.
  • step 307 the instant messaging server establishes a data channel between the instant messaging client and the friend user client, and the data channel is used for resource sharing between the IM user and the friend user.
  • step 308 the instant messaging client receives the shared data packet sent by the friend client through the data channel established in step 307, and displays the name and attribute of the shared resource included in the shared data packet on the shared subpage, and ends. This process flow.
  • the instant messaging client sends a group resource sharing message to the group server, where the message includes a group resource sharing protocol command, an IM user identity code, and a group identity code.
  • step 310 the group server uses the received IM user identity code and the group identity code to determine whether the IM user belongs to the group, that is, whether it is a member of the group user. If yes, go to step 312, otherwise Go to step 311.
  • step 311 the group server returns a prompt message of the sharing failure to the instant messaging client, and the process ends.
  • the group server queries the local database by using the group identification code, obtains a shared resource list corresponding to the group identification code, and sends the group resource sharing data packet to
  • the instant messaging client includes the structure, name, and the like of the shared resource list in the data packet.
  • step 313 the instant messaging client receives the data packet, and displays the resource list in the shared sub-page by using a list control, and ends the processing flow.
  • the instant messaging method provided by the embodiment can enable the IM user to perform instant communication with multiple session objects in a session window.
  • the session window includes a conversation subpage and a shared subpage
  • the IM user can also implement the IM user side.
  • the session object exchanges resources with the session object while conducting session communication.
  • the instant messaging method and device provided by the embodiment of the present invention can place multiple session pages for one IM user in the same session window, thereby facilitating user management of the session window and saving the system. resource of.
  • the embodiment of the invention further provides an instant messaging device, which comprises a session window creation module and a session page creation module. Application software according to the method of the first embodiment of the present invention can be run in the instant messaging device.
  • FIG. 4 is a structural diagram of an instant messaging apparatus according to an embodiment of the present invention.
  • the instant messaging device includes a session window creation module 401 and a session page creation module 402.
  • the session window creation module 401 is configured to establish a session window according to the session request of the IM user;
  • the session page creation module 402 is configured to establish in the session window established by the session window creation module 401 according to the identity code of the session object carried in the session request. Corresponds to the session page with this session object.
  • the session page creation module 402 may further include a resource sharing creation module, where the resource sharing creation module is configured to establish a resource sharing page between the IM user and the session object according to the identity code of the session object carried by the session request (for example, FIG. 3 Shared subpages described in the process) and resource sharing connections.
  • the resource sharing creation module is configured to establish a resource sharing page between the IM user and the session object according to the identity code of the session object carried by the session request (for example, FIG. 3 Shared subpages described in the process) and resource sharing connections.
  • the device may further include a session management module, where the session management module is configured to detect a session request of the IM user, and further detect the IM corresponding to the session request after detecting the session request. Whether the session window of the user's session request has been established. If the session window is not established, the session window creation module 401 is invoked to establish a session window; if the session window has been established, the session management module also detects whether a session page corresponding to the session object indicated by the session request has been established. If this session page is not established, the session page creation module is called.
  • the session management module is configured to detect a session request of the IM user, and further detect the IM corresponding to the session request after detecting the session request.
  • the session management module 402 establishes this session page; if the session page is established, the session management module can also detect whether the session object is a friend user or a group user, and establish a shared connection. If the session object is a buddy user, a shared connection between the IM user and the buddy user is established; if the session object is a group user, a shared connection between the IM user and the group user is established.
  • FIG. 5 is a structural diagram of an instant messaging device according to another embodiment of the present invention.
  • the instant messaging device may include: a session window creating module 501 and a session page creating module 502.
  • the session window creating module 501 receives a session request from an IM user, when an IM user performs a session, to this end, an IM user is provided with a session window, and the session window creation module 501 also interacts with the session page creation module 502 to enable the session page creation module 502 in the session window provided by the session window creation module 501 for this IM user.
  • One or more session objects of the IM user respectively provide one or more session pages, wherein one session object corresponds to one session page.
  • the instant messaging device can further include a session management module 503.
  • the session management module 503 can be implemented in two ways:
  • the session management module 503 is configured to detect a session request from an IM user, and after detecting a session request from an IM user, detect whether a session window for the one IM user has been established, and if not, invoke the session.
  • the window creation module 501 establishes a session window for the one IM user, otherwise it detects whether a session page of the corresponding session object for the session request is established; if the session page is not established, the window is called.
  • the session page creation module 502 creates a session page for the session object in the session window of the IM user, otherwise the session page corresponding to the session object is set as the currently selected page.
  • the session management module 503 is configured to detect a session request from an IM user, and after detecting a session request from an IM user, detect whether a session page corresponding to the session object corresponding to the session request has been established, and if established, The session page corresponding to the session object is set to the currently selected page, otherwise it is detected whether the session window for the IM user has been established; if the session window is established, the session page creation module 502 is invoked in the session window of the IM user.
  • the session object establishes a session page, otherwise the session window creation module 501 is called to establish a session window for the IM user, and the session page creation module 503 is called to establish a session page for the session object.
  • the instant messaging device can further include a resource sharing creation module 504.
  • the session management module 503 can further invoke the resource sharing creation module 504 to correspond to the session object in the session window of the IM user when resource sharing is to be performed between an IM user and its session object.
  • a shared subpage and a shared connection are created for this IM user and session object in the page.
  • the session management module 503 is further configured to detect whether the session object corresponding to the session request is The group user, if the session object is a non-group user, invokes the resource sharing creation module 504 to establish a shared connection between the IM user and the non-group user, and if the session object is a group user, the resource sharing creation module 504 is invoked to establish the IM.
  • the resource sharing creation module 504 can be disposed in the session page creation module 502 as one of its submodules, or independently.
  • the session management module 503 can invoke the session page creation module 502 and indicate the function of resource sharing when the resource sharing is implemented.
  • the session page creation module 502 Can be further called within
  • the resource sharing creation module 504 implements resource sharing between the IM user and the session object.
  • the specific method for establishing a session window, a session page, a shared sub-page, and a shared connection by each module in the instant messaging device is as described in the method flow of FIG. 1 to FIG. 3, and details are not described herein again.
  • the instant messaging device provided by the embodiment of the present invention may be an instant messaging client.
  • the embodiment of the invention further provides a group server, which at least comprises a resource sharing management module.
  • the group server provided by the embodiment of the present invention can provide shared resources when the IM user shares resources with the session object, and manage the shared resources.
  • FIG. 6 is a structural diagram of a group server according to an embodiment of the present invention, which includes a group resource sharing management module 601 and a shared resource storage module 602.
  • the resource sharing storage module 602 is used to store a shared resource list.
  • the resource sharing management module 601 is configured to determine, according to the identity code and the group identity code of the IM user included in the resource sharing request sent by the instant messaging client of the IM user, whether the IM user is corresponding to the group identity code. Member of the group. If the IM user is not a member of the group, return a sharing failure message to the IM user's instant messaging client; if the IM user is a member of the group, the resource sharing management module 601 obtains the corresponding group identification code. a list of shared resources, and send the obtained list of shared resources to the instant messaging client of this IM user.
  • the instant messaging method and device provided by the embodiment of the present invention can place an IM user in multiple session pages of multiple session objects in the same session window, thereby facilitating session management of the user. And save the resources of the system.
  • the chat subpage and the shared subpage are included in the session page, the function of sharing resources between the I M users while chatting can be realized, which further facilitates the management of the session window by the IM user.

Abstract

An instant communication method is provided, the IM client terminal using the instant communication method corresponds to at least one IM user, the method includes: the IM client terminal provides at least one session window for the IM user, the session window could provide at least one session page for at least one session object, wherein each session page corresponds to one session object. An instant communication apparatus is also provided, the apparatus includes a session window creating module and a session page creating module; the session window creating module is used to provide at least one session window for the IM user, the session window could provide at least one session page for at least one session object; the session page creating module is used to provide at least one session page for at least one session object of the IM user in each session window provided for the IM user by the session window creating module, wherein each session page corresponds to one session object. The method and the apparatus could realize conversation and resource sharing with multiple session objects in the same window, so that the user can conveniently manage the conversational window.

Description

一种即时通讯方法及装置 技术领域  Instant communication method and device
本发明涉及互联网领域, 尤其涉及一种即时通讯方法及装置。 发明背景  The present invention relates to the field of the Internet, and in particular, to an instant messaging method and apparatus. Background of the invention
网络即时通讯工具 (IM, Instant Messenger )发展到今天, 已经 被大多数的网民所接受, 已经成为用户必不可少的软件工具, 不但在 平时的休闲娱乐中, 而且在用户的工作中也得到广泛的使用。  The development of instant messaging tools (IM, Instant Messenger) has been accepted by most netizens. It has become an indispensable software tool for users, not only in the usual leisure and entertainment, but also in the work of users. usage of.
IM 工具为网络用户提供了一种筒便、 易用而且低成本的彼此交 流的方法。 用户在使用 IM工具进行娱乐或者工作的过程中, 不但需 要个人对个人的交流体验, 而且需要多人的交流体验, 即在同一时间 段内与多个 IM用户进行交流与沟通, 例如在不同地点工作的用户不 能在一起面对面的进行项目交流与工作安排, 而通过 IM工具提供的 多人会话功能,在不同地点的这些用户就可以对某些问题进行讨论分 析, IM 工具的讨论组或者群组就提供了这种能够进行多人同时交流 与沟通的平台, 进而满足了用户的多人交流体验的需求。 发明内容  IM tools provide network users with a convenient, easy-to-use, and low-cost way to communicate with each other. In the process of using IM tools for entertainment or work, users not only need personal and personal communication experience, but also need multi-person communication experience, that is, communicate and communicate with multiple IM users in the same time period, for example, in different locations. The working users can't face-to-face project communication and work arrangement together. With the multi-person conversation function provided by IM tools, these users can discuss and analyze certain issues in different locations. Discussion groups or groups of IM tools This platform provides the ability to communicate and communicate with multiple people at the same time, thus meeting the needs of the user's multi-person communication experience. Summary of the invention
有鉴于此, 本发明实施例提供了一种即时通讯方法及装置, 利用 本发明实施例所述方法及装置可以使 IM用户在同一窗口中实现与多 个会话对象的交流, 或者与会话对象的多种交流, 如聊天交流与资源 共享等。  In view of this, an embodiment of the present invention provides an instant messaging method and apparatus. The method and apparatus according to the embodiments of the present invention enable an IM user to communicate with multiple session objects in the same window, or with a session object. A variety of communication, such as chat communication and resource sharing.
本发明实施例提供的即时通讯方法, 应用该即时通讯方法的 IM 客户端对应至少一个 IM用户, 该方法包括: IM客户端为该 IM用户 提供至少一个会话窗口,该会话窗口能够为至少一个的会话对象提供 至少一个的会话页面, 其中, 每个会话页面对应一个会话对象。 The instant messaging method provided by the embodiment of the present invention, the IM client applying the instant messaging method corresponds to at least one IM user, and the method includes: the IM client is the IM user At least one session window is provided, the session window being capable of providing at least one session page for at least one session object, wherein each session page corresponds to one session object.
本发明实施例提供的即时通讯装置, 其对应至少一个 IM用户, 包括: 会话窗口创建模块和会话页面创建模块; 所述会话窗口创建模 块, 用于为该 IM用户提供至少一个会话窗口, 该会话窗口能够为至 少一个的会话对象提供至少一个的会话页面; 所述会话页面创建模 块, 用于在所述会话窗口创建模块为该 IM用户提供的每个会话窗口 中为该 IM用户的至少一个会话对象提供至少一个会话页面, 其中, 每个会话页面对应一个会话对象。  The instant messaging device provided by the embodiment of the present invention, which corresponds to at least one IM user, includes: a session window creation module and a session page creation module; and the session window creation module is configured to provide the IM user with at least one session window, the session The window is capable of providing at least one session page for at least one session object; the session page creation module, configured to: at least one session of the IM user in each session window provided by the session window creation module for the IM user The object provides at least one session page, wherein each session page corresponds to one session object.
附图简要说明 BRIEF DESCRIPTION OF THE DRAWINGS
图 1为本发明实施例一所提供的即时通讯方法的流程图; 图 2为利用图 1所示方法进行即时通讯的流程图;  1 is a flowchart of an instant messaging method according to Embodiment 1 of the present invention; FIG. 2 is a flowchart of instant messaging using the method shown in FIG. 1;
图 3为利用图 1所示方法在即时通讯过程中进行资源共享的流程 图;  FIG. 3 is a flow chart of resource sharing in the instant messaging process by using the method shown in FIG. 1;
图 4为本发明实施例二所提供的即时通讯装置的结构图; 图 5为本发明另一实施例所提供的即时通讯装置的结构图; 图 6为本发明实施例三所提供的群组服务器的结构图。 实施本发明的方式  4 is a structural diagram of an instant messaging device according to Embodiment 2 of the present invention; FIG. 5 is a structural diagram of an instant messaging device according to another embodiment of the present invention; FIG. 6 is a group according to Embodiment 3 of the present invention; The structure diagram of the server. Mode for carrying out the invention
为使本发明的目的、 技术方案及优点更加清楚明白, 以下参照附 图并举较佳实施例, 对本发明进一步详细说明。  The present invention will be further described in detail below with reference to the accompanying drawings.
本发明发明人发现: IM 用户一般都会同时与多个会话对象进行 交流, 这里的会话对象既包括了与单个 IM好友之间的交流中的会话 对象, 而且还包括了多个 IM用户在讨论组或者群组中参与的讨论会 话中的会话对象, 在这种情况下, 现有技术采用的方法为: 在每一个 会话窗口创建时都安装了用于与会话对象进行交流的子控件,每个会 话对象都会对应着一个会话窗口,用户通过打开不同的会话窗口实现 与不同的会话对象的交流与沟通, 在每一次更换会话对象时, IM 用 户都要切换会话窗口。 这对 IM用户来说很不方便, 而且, 多个会话 窗口以及多次切换的存在还会占用更多的系统资源。 The inventor of the present invention has found that: IM users generally communicate with multiple conversation objects at the same time, where the conversation object includes both conversations with a single IM friend. The object, and also includes the session objects in the discussion session in which the plurality of IM users participate in the discussion group or the group. In this case, the prior art adopts the following methods: Each session window is created at the time of creation. The child control used to communicate with the session object, each session object corresponds to a session window, and the user can communicate and communicate with different session objects by opening different session windows, and each time the session object is replaced, the IM user Switch the session window. This is inconvenient for IM users, and the existence of multiple session windows and multiple handovers also consumes more system resources.
本发明实施例一提供了一种即时通讯的方法, 利用此方法, 可以 实现在一个会话窗口中与多个会话对象的交流。 其中, IM客户端可 为该 IM用户提供至少一个会话窗口, 该会话窗口能够为至少一个的 会话对象提供至少一个的会话页面。 这里, 为一个 IM用户提供的会 话窗口可能为一个, 这样, 此 IM用户可通过一个会话窗口与其所有会 话对象进行会话, 在此会话窗口中提供了与其所有会话对象分别对应的 一个或多个会话页面;也可以为一个 IM用户提供多于一个的会话窗口, 可以根据 IM用户的自定义规则或者缺省设置的规则来为 IM用户提供多 于一个的会话窗口, 比如: 1 )按好友的分类, 为作为同一类好友的至 少一个会话对象提供同一会话窗口; 2 )按消息的类型, 为交流同一类 型消息的至少一个会话对象提供同一会话窗口, 如, 为交流个人消息的 多个会话对象提供一个会话窗口而为交流群组消息的多个会话对象另 一会话窗口, 或者, 为交流视频消息的多个会话对象提供一个会话窗口 而为交流文字消息的多个会话对象提供另一会话窗口。  Embodiment 1 of the present invention provides a method for instant messaging, by which communication with a plurality of session objects in a session window can be realized. The IM client can provide the IM user with at least one session window capable of providing at least one session page for at least one session object. Here, the session window provided for an IM user may be one, so that the IM user can talk to all of the session objects through a session window, and one or more sessions corresponding to all of the session objects are provided in the session window. The page can also provide more than one session window for an IM user. The IM user can be provided with more than one session window according to the custom rules of the IM user or the default settings, for example: 1) Classification by friend Providing the same session window for at least one session object that is the same class of friends; 2) providing the same session window for communicating at least one session object of the same type message according to the type of the message, for example, providing multiple session objects for communicating personal messages One session window is a plurality of session objects for communicating group messages, another session window, or one session window for communicating multiple video objects of a video message and another session window for communicating multiple text messages of a text message.
图 1为本发明实施例一所提供的即时通讯方法的流程图。 如图 1 所示, 具体处理流程包括:  FIG. 1 is a flowchart of an instant messaging method according to Embodiment 1 of the present invention. As shown in Figure 1, the specific processing flow includes:
步骤 101中, 即时通讯客户端根据 IM用户的会话请求生成会话 窗口。 其中, 在生成会话窗口之前检测所述会话窗口是否已存在, 如果 已经存在,则在所述会话窗口中根据会话请求携带的会话对象的身份 标识码建立对应该会话对象的会话页面, 结束本处理流程, 如果不存 在, 则根据所述会话请求生成会话窗口, 执行步骤 102。 In step 101, the instant messaging client generates a session window according to the session request of the IM user. The session window is detected before the session window is generated. If the session window is already generated, the session page corresponding to the session object is created according to the identity code of the session object carried in the session request in the session window, and the process ends. If the process does not exist, the session window is generated according to the session request, and step 102 is performed.
步骤 102中,在所述会话窗口中生成与会话请求中携带的会话对 象的身份标识码对应的会话页面。  In step 102, a session page corresponding to the identity code of the session object carried in the session request is generated in the session window.
其中, 在建立会话页面之前检测所述会话页面是否已存在, 如果 已存在, 则将所述会话页面设置为当前选中页, 如果不存在, 则建立 会话页面。  The session page is detected to be existing before the session page is established. If yes, the session page is set as the currently selected page. If not, the session page is established.
其中, 可以在所建立的会话页面中建立聊天子页面和共享子页 面, IM 用户通过聊天子页面可实现与会话对象的会话交流, 通过共 享子页面则可实现与会话对象的资源共享。在会话页面中包含聊天子 页面和共享子页面的情况下,可以检测会话对象是好友用户还是群组 用户, 如果是好友用户, 则建立与所述好友用户的共享连接, 如果是 群组用户, 则建立与所述群组用户的共享连接。  The chat sub-page and the shared sub-page can be established in the established session page, and the IM user can realize the session communication with the session object through the chat sub-page, and the resource sharing with the session object can be realized by sharing the sub-page. In the case that the chat page includes a chat subpage and a shared subpage, it may be detected whether the session object is a buddy user or a group user, and if it is a buddy user, establishing a shared connection with the buddy user, if it is a group user, A shared connection with the group of users is then established.
步骤 103中,在所述会话页面中装载与会话对象的身份标识码对 应的用于与其他 IM用户进行交流的子控件。 其中, 所述子控件至少 包括: 消息显示子控件、 输入消息子控件、 快捷工具栏子控件中任一 者或任几者的组合。  In step 103, a child control corresponding to the identity code of the session object for communicating with other IM users is loaded in the session page. The child control at least includes: a combination of a message display child control, an input message child control, a shortcut toolbar child control, or any combination thereof.
为进一步明确如何应用图 1所示方法进行即时通讯,下面举例说 明利用图 1 所示方法在一个会话窗口中与多个会话对象进行即时通 讯的方法。  To further clarify how to use the method shown in Figure 1 for instant messaging, the following example illustrates a method for instant communication with multiple session objects in a session window using the method shown in FIG.
图 2为利用图 1所示方法进行即时通讯的流程图。 如图 2所示, 具体处理包括:  FIG. 2 is a flow chart of instant messaging using the method shown in FIG. 1. As shown in Figure 2, the specific processing includes:
步骤 201 中, IM用户登录即时通讯客户端。 所述登录的方法可 以与现有技术相同。 In step 201, the IM user logs in to the instant messaging client. The login method can be It is the same as the prior art.
步骤 202中, IM用户向其会话对象发送会话请求。 所述会话对 象可以是好友用户也可以是群组用户。  In step 202, the IM user sends a session request to its session object. The conversation object can be a friend user or a group user.
步骤 203中,即时通讯客户端根据会话对象的身份标识码查询对 应该身份标识码的会话页面来判断对应该身份标识码的会话页面是 否存在, 如果存在, 执行步骤 204, 否则执行步骤 205。 所述身份标 识码包含在所述会话请求中。 实际应用中, IM 用户可以通过点击鼠 标来发送会话请求, 这样, 即时通讯客户端可以用会话窗口管理模块 检测鼠标的点击信息, 根据所述点击信息来获取所述会话请求。  In step 203, the instant messaging client queries the session page corresponding to the identity code according to the identity code of the session object to determine whether the session page corresponding to the identity code exists. If yes, step 204 is performed; otherwise, step 205 is performed. The identity identification code is included in the session request. In an actual application, the IM user can send a session request by clicking the mouse, so that the instant messaging client can detect the click information of the mouse by using the session window management module, and obtain the session request according to the click information.
步骤 204中, 显示所述会话页面所在的会话窗口, 并将所述会话 页面设置为当前的选中页, 结束本处理流程。 所述会话窗口可以按照 以下步骤 207所述的方法创建的。  In step 204, the session window where the session page is located is displayed, and the session page is set as the current selected page, and the process flow is ended. The session window can be created in the manner described in step 207 below.
步骤 205中, 会话窗口管理模块查询是否存在会话窗口, 如果存 在, 执行步骤 206, 否则执行步骤 207。  In step 205, the session window management module queries whether there is a session window. If yes, step 206 is performed; otherwise, step 207 is performed.
步骤 206中, 创建对应该会话对象身份标识号码的会话页面, 并 将其显示在会话窗口中, 结束本处理流程。 实际应用中, 可以利用属 性页对象创建所述会话页面。  In step 206, a session page corresponding to the session object identification number is created, and displayed in the session window, and the processing flow is ended. In a practical application, the session page can be created using a property page object.
步骤 207中, 生成初始会话窗口, 在所述会话窗口中创建一个与 所述会话对象的身份标识码相对应的会话页面,并在该会话页面中装 载用于 IM用户与其会话对象进行交流的子控件, 结束本处理流程。 其中, 可以利用 Windows 操作系统中的相关应用编程接口 (API, Application Programming Interface ) 来生成会话窗口; 所生成的初始 会话窗口为空, 其中不包含会话页面以及用于 IM用户与其会话对象 间进行交流的子控件; 在会话页面中装载的子控件可以包括: 消息显 示子控件、 输入消息子控件、 快捷工具栏子控件等。 实际应用中, 所 述创建的会话页面可以是标签 (Tab ) 属性页, 此 Tab属性页与会话 对象的身份标识码之间建立有映射关系;也可以将所述会话页面命名 为所述会话对象的昵称。 实际应用中, 在不同的操作系统中, 使用不 同操作系统各自的工具生成会话窗口,并在该会话窗口中创建的会话 页面中装载用于 IM用户与其会话对象进行交流的子控件。 In step 207, an initial session window is generated, a session page corresponding to the identity code of the session object is created in the session window, and a child for the IM user to communicate with the session object is loaded in the session page. Control, end this process flow. The session window may be generated by using an API (Application Programming Interface) in the Windows operating system; the generated initial session window is empty, and the session page is not included, and the IM user is used to communicate with the session object. Child controls; child controls loaded in the session page can include: message display child controls, input message child controls, shortcut bar child controls, and so on. In practical applications, The created session page may be a tab (Tab) property page, and the tab property page is mapped to the session object's identity code; the session page may also be named as the nickname of the session object. In a practical application, in different operating systems, a session window is generated by using different operating system tools, and a child control for the IM user to communicate with the session object is loaded in the session page created in the session window.
下面结合图 3对在即时通讯过程中应用图 1所示的方法与会话对 象进行资源共享的方法进行举例说明。图 3示出的与会话对象进行资 源共享的流程图中, 即时通讯客户端中已经存在会话窗口, 并且此会 话窗口中存在会话页面。 如图 3所示, 具体处理包括:  The method for resource sharing by using the method shown in FIG. 1 and the session object in the instant messaging process will be described below with reference to FIG. In the flow chart for resource sharing with the session object shown in Figure 3, a session window already exists in the instant messaging client, and a session page exists in the session window. As shown in Figure 3, the specific processing includes:
步骤 301中, 即时通讯客户端中的会话窗口模块确定会话对象, 并将会话窗口中对应所确定的会话对象的会话页面设置为当前选中 页。 其中, IM 用户可以通过点击鼠标来选定当前会话的会话对象, 相应的, 会话窗口模块根据鼠标的点击信息来确定会话对象。 其中, 在即时通讯客户端中, 一个会话窗口对应一个会话窗口模块, 其负责 处理针对会话窗口内部不同会话页面及控件的操作,而多个会话窗口 对应一个会话窗口管理模块, 其负责处理针对不同会话窗口的操作。  In step 301, the session window module in the instant messaging client determines the session object, and sets the session page corresponding to the determined session object in the session window as the currently selected page. The IM user can select the session object of the current session by clicking the mouse. Correspondingly, the session window module determines the session object according to the click information of the mouse. In the instant messaging client, a session window corresponds to a session window module, which is responsible for processing operations for different session pages and controls within the session window, and multiple session windows correspond to a session window management module, which is responsible for processing different The operation of the session window.
步骤 302中,即时通讯客户端在当前选中页中设置对应所确定的 会话对象的各个子控件, 其中, 各个子控件可以与会话对象的身份标 识码相对应。 这里, 当前选中页中包含聊天子页面和共享子页面。  In step 302, the instant messaging client sets each sub-control corresponding to the determined session object in the currently selected page, where each sub-control may correspond to the identity identification code of the session object. Here, the currently selected page contains a chat subpage and a shared subpage.
步骤 303中,即时通讯客户端检测会话对象是好友用户还是群组 用户, 如果是好友用户, 则执行步骤 304, 否则执行步骤 309。  In step 303, the instant messaging client detects whether the session object is a friend user or a group user. If it is a friend user, step 304 is performed; otherwise, step 309 is performed.
步骤 304中,即时通讯客户端通过好友管理模块获取该好友用户 的 IP地址以及端口号码。  In step 304, the instant messaging client obtains the IP address and port number of the friend user through the friend management module.
步骤 305 中, 即时通讯客户端通过所获取的好友用户的 IP地址 以及端口号码建立 IM用户与该好友用户的共享连接。 所述共享连接 的建立过程可以包括: 即时通讯客户端发送携带所获取的 IP地址及 端口号码的共享连接建立请求至即时通讯服务器,通过即时通讯服务 器建立与好友用户的点对点的套接字 (socket ) 连接, 即时通讯服务 器验证双方的有效性, 如果有效, 则连接成功, 即时通讯服务器将共 享连接建立请求转发给好友用户的客户端,好友用户的客户端接收到 所述共享连接建立请求后回送同意建立连接的数据包并执行步骤In step 305, the instant messaging client establishes a shared connection between the IM user and the friend user through the acquired IP address and port number of the friend user. The shared connection The establishing process may include: the instant messaging client sends a shared connection establishment request carrying the acquired IP address and port number to the instant messaging server, and establishes a point-to-point socket connection with the friend user through the instant messaging server, The communication server verifies the validity of both parties. If the connection is successful, the instant messaging server forwards the shared connection establishment request to the client of the friend user. After receiving the shared connection establishment request, the client of the friend user sends back a consent to establish a connection. Packet and step
307 , 如果无效, 则连接失败, 执行步骤 306。 307. If the connection is invalid, the connection fails, and step 306 is performed.
步骤 306中,即时通讯服务器向即时通讯客户端返回共享连接建 立失败消息, 结束本处理流程。  In step 306, the instant messaging server returns a shared connection establishment failure message to the instant messaging client, and the process ends.
步骤 307中,即时通讯服务器建立即时通讯客户端与所述好友用 户客户端的数据通道, 该数据通道用于 IM用户与所述好友用户的资 源共享。  In step 307, the instant messaging server establishes a data channel between the instant messaging client and the friend user client, and the data channel is used for resource sharing between the IM user and the friend user.
步骤 308中,即时通讯客户端通过步骤 307建立的数据通道接收 好友客户端发送过来的共享数据包,并将所述共享数据包中包含的共 享资源的名称和属性显示在共享子页面上, 结束本处理流程。  In step 308, the instant messaging client receives the shared data packet sent by the friend client through the data channel established in step 307, and displays the name and attribute of the shared resource included in the shared data packet on the shared subpage, and ends. This process flow.
步骤 309中,即时通讯客户端发送群组资源共享消息到群组服务 器, 所述消息中包括群组资源共享的协议命令、 IM 用户身份标识码 以及群组标识码。  In step 309, the instant messaging client sends a group resource sharing message to the group server, where the message includes a group resource sharing protocol command, an IM user identity code, and a group identity code.
步骤 310中, 群组服务器利用所收到的 IM用户身份标识码以及 群组标识码判断该 IM用户是否属于该群组, 即是否是该群组用户的 成员, 如果是, 执行步骤 312, 否则执行步骤 311。  In step 310, the group server uses the received IM user identity code and the group identity code to determine whether the IM user belongs to the group, that is, whether it is a member of the group user. If yes, go to step 312, otherwise Go to step 311.
步骤 311中,群组服务器向即时通讯客户端返回共享失败的提示 消息, 结束本处理流程。  In step 311, the group server returns a prompt message of the sharing failure to the instant messaging client, and the process ends.
步骤 312中, 群组服务器利用群组标识码查询本地数据库, 获取 对应所述群组标识码的共享资源列表,并发送群组资源共享数据包给 即时通讯客户端, 所述数据包中包括所述共享资源列表的结构、 名称 等内容。 In step 312, the group server queries the local database by using the group identification code, obtains a shared resource list corresponding to the group identification code, and sends the group resource sharing data packet to The instant messaging client includes the structure, name, and the like of the shared resource list in the data packet.
步骤 313中, 即时通讯客户端接收所述数据包, 并利用列表控件 将所述资源列表显示在共享子页面中, 结束本处理流程。  In step 313, the instant messaging client receives the data packet, and displays the resource list in the shared sub-page by using a list control, and ends the processing flow.
本实施例所提供的即时通讯方法可以实现 I M用户在一个会话窗 口中与多个会话对象进行即时通讯, 当所述会话窗口中包含会话子页 面和共享子页面时, 还可以实现 IM用户一面与会话对象进行会话交 流一面与会话对象进行资源共享。 由上述技术方案可见, 本发明实施 例提供的即时通讯方法及装置能够将针对一个 IM用户的多个会话页 面置于同一个会话窗口中, 进而方便了用户对会话窗口的管理, 并且 节省了系统的资源。 本发明实施例还提供了一种即时通讯装置, 其包 括会话窗口创建模块和会话页面创建模块。在此即时通讯装置中可以 运行依据本发明实施例一所述方法的应用软件。  The instant messaging method provided by the embodiment can enable the IM user to perform instant communication with multiple session objects in a session window. When the session window includes a conversation subpage and a shared subpage, the IM user can also implement the IM user side. The session object exchanges resources with the session object while conducting session communication. The instant messaging method and device provided by the embodiment of the present invention can place multiple session pages for one IM user in the same session window, thereby facilitating user management of the session window and saving the system. resource of. The embodiment of the invention further provides an instant messaging device, which comprises a session window creation module and a session page creation module. Application software according to the method of the first embodiment of the present invention can be run in the instant messaging device.
图 4为本发明实施例提供的即时通讯装置的结构图。如图 4所示, 所述即时通讯装置包括会话窗口创建模块 401 和会话页面创建模块 402。 会话窗口创建模块 401用于根据 IM用户的会话请求建立会话 窗口;会话页面创建模块 402用于根据所述会话请求中携带的会话对 象的身份标识码在会话窗口创建模块 401 建立的会话窗口中建立对 应与此会话对象的会话页面。  FIG. 4 is a structural diagram of an instant messaging apparatus according to an embodiment of the present invention. As shown in FIG. 4, the instant messaging device includes a session window creation module 401 and a session page creation module 402. The session window creation module 401 is configured to establish a session window according to the session request of the IM user; the session page creation module 402 is configured to establish in the session window established by the session window creation module 401 according to the identity code of the session object carried in the session request. Corresponds to the session page with this session object.
其中, 会话页面创建模块 402中还可以包括资源共享创建模块, 此资源共享创建模块用于根据会话请求携带的会话对象的身份标识 码建立 IM用户与会话对象之间的资源共享页面 (比如图 3流程中所 述的共享子页面) 以及资源共享连接。  The session page creation module 402 may further include a resource sharing creation module, where the resource sharing creation module is configured to establish a resource sharing page between the IM user and the session object according to the identity code of the session object carried by the session request (for example, FIG. 3 Shared subpages described in the process) and resource sharing connections.
其中, 该装置还可包括会话管理模块, 此会话管理模块用于检测 IM用户的会话请求, 在检测到会话请求后, 进一步检测对应于此 IM 用户的会话请求的会话窗口是否已建立。 如果此会话窗口未建立, 则 调用会话窗口创建模块 401建立会话窗口; 如果此会话窗口已建立, 则会话管理模块还检测对应与此会话请求指示的会话对象的会话页 面是否已建立。 如果此会话页面未建立, 则调用会话页面创建模块The device may further include a session management module, where the session management module is configured to detect a session request of the IM user, and further detect the IM corresponding to the session request after detecting the session request. Whether the session window of the user's session request has been established. If the session window is not established, the session window creation module 401 is invoked to establish a session window; if the session window has been established, the session management module also detects whether a session page corresponding to the session object indicated by the session request has been established. If this session page is not established, the session page creation module is called.
402建立此会话页面; 如果此会话页面已建立, 则会话管理模块还可 检测会话对象是好友用户还是群组用户, 并建立共享连接。 如果会话 对象是好友用户, 则建立 IM用户与此好友用户之间的共享连接; 如 果会话对象是群组用户, 则建立 IM用户与所述群组用户之间的共享 连接。 402 establishes this session page; if the session page is established, the session management module can also detect whether the session object is a friend user or a group user, and establish a shared connection. If the session object is a buddy user, a shared connection between the IM user and the buddy user is established; if the session object is a group user, a shared connection between the IM user and the group user is established.
图 5为本发明另一实施例所提供的即时通讯装置的结构图。此即 时通讯装置的功能可基于图 1至图 3的方法流程。 如图 5所示, 该即 时通讯装置可包括:会话窗口创建模块 501和会话页面创建模块 502, 此时, 会话窗口创建模块 501收到来自 IM用户的会话请求, 当一个 IM用户进行会话时, 为此一个 IM用户提供一个会话窗口,会话窗口 创建模块 501还与会话页面创建模块 502进行交互,以使会话页面创 建模块 502在会话窗口创建模块 501为此一个 IM用户提供的会话窗 口中为此 IM用户的一个或多个会话对象分别提供一个或多个会话页 面, 其中, 一个会话对象对应一个会话页面。  FIG. 5 is a structural diagram of an instant messaging device according to another embodiment of the present invention. The functionality of this instant communication device can be based on the method flow of Figures 1 through 3. As shown in FIG. 5, the instant messaging device may include: a session window creating module 501 and a session page creating module 502. At this time, the session window creating module 501 receives a session request from an IM user, when an IM user performs a session, To this end, an IM user is provided with a session window, and the session window creation module 501 also interacts with the session page creation module 502 to enable the session page creation module 502 in the session window provided by the session window creation module 501 for this IM user. One or more session objects of the IM user respectively provide one or more session pages, wherein one session object corresponds to one session page.
该即时通讯装置还可进一步包括会话管理模块 503 , 此时, 会话 管理模块 503有两种实现方式:  The instant messaging device can further include a session management module 503. At this time, the session management module 503 can be implemented in two ways:
1、 会话管理模块 503用于检测来自 IM用户的会话请求, 在检 测到来自一个 IM用户的会话请求后, 检测针对此一个 IM用户的会 话窗口是否已建立, 如果未建立, 则调用所述会话窗口创建模块 501 为所述一个 IM用户建立一个会话窗口, 否则检测针对此会话请求对 应的会话对象的会话页面是否已建立; 如果会话页面未建立, 则调用 会话页面创建模块 502在此 IM用户的会话窗口中为此会话对象建立 一个会话页面, 否则将此会话对象对应的会话页面置为当前选中页。 1. The session management module 503 is configured to detect a session request from an IM user, and after detecting a session request from an IM user, detect whether a session window for the one IM user has been established, and if not, invoke the session. The window creation module 501 establishes a session window for the one IM user, otherwise it detects whether a session page of the corresponding session object for the session request is established; if the session page is not established, the window is called. The session page creation module 502 creates a session page for the session object in the session window of the IM user, otherwise the session page corresponding to the session object is set as the currently selected page.
2、 会话管理模块 503用于检测来自 IM用户的会话请求, 在检 测到来自一个 IM用户的会话请求后, 检测针对此会话请求对应的会 话对象的会话页面是否已建立, 如果已建立, 则将此会话对象对应的 会话页面置为当前选中页, 否则检测针对此 IM用户的会话窗口是否 已建立; 如果此会话窗口已建立, 则调用会话页面创建模块 502在此 IM 用户的会话窗口中为此会话对象建立一个会话页面, 否则调用会 话窗口创建模块 501为此 IM用户建立一个会话窗口, 再调用会话页 面创建模块 503为此会话对象建立一个会话页面。  2. The session management module 503 is configured to detect a session request from an IM user, and after detecting a session request from an IM user, detect whether a session page corresponding to the session object corresponding to the session request has been established, and if established, The session page corresponding to the session object is set to the currently selected page, otherwise it is detected whether the session window for the IM user has been established; if the session window is established, the session page creation module 502 is invoked in the session window of the IM user. The session object establishes a session page, otherwise the session window creation module 501 is called to establish a session window for the IM user, and the session page creation module 503 is called to establish a session page for the session object.
该即时通讯装置还可进一步包括资源共享创建模块 504。 在上述 功能的基础之上, 会话管理模块 503可在一个 IM用户与其会话对象 之间要进行资源共享时,进一步调用资源共享创建模块 504以在此 IM 用户的会话窗口中对应此会话对象的会话页面中为此 IM用户和会话 对象建立一个共享子页面以及共享连接。 此外, 鉴于建立非群组用户 (比如好友用户)的共享连接与建立群组用户的共享连接的处理是有 所不同的,会话管理模块 503还可进一步用于检测会话请求对应的会 话对象是否为群组用户,如果会话对象是非群组用户则调用资源共享 创建模块 504以建立 IM用户与非群组用户之间的共享连接, 如果会 话对象是群组用户则调用资源共享创建模块 504以建立 IM用户与群 组用户之间的共享连接。 其中, 资源共享创建模块 504可设置于会话 页面创建模块 502之中作为其一个子模块, 或者独立设置。 在资源共 享创建模块 504置于会话页面创建模块 502之中作为一个子模块时, 会话管理模块 503在实现资源共享时, 可调用会话页面创建模块 502 并指明资源共享的功能,会话页面创建模块 502可进一步调用其内的 资源共享创建模块 504来实现 IM用户与会话对象之间的资源共享。 上述即时通讯装置中各个模块建立会话窗口、 会话页面、 共享子 页面、 共享连接的具体方法如图 1至 3的方法流程中所述, 这里不再 赘述。 The instant messaging device can further include a resource sharing creation module 504. Based on the above functions, the session management module 503 can further invoke the resource sharing creation module 504 to correspond to the session object in the session window of the IM user when resource sharing is to be performed between an IM user and its session object. A shared subpage and a shared connection are created for this IM user and session object in the page. In addition, since the process of establishing a shared connection of a non-group user (such as a friend user) is different from the process of establishing a shared connection of the group user, the session management module 503 is further configured to detect whether the session object corresponding to the session request is The group user, if the session object is a non-group user, invokes the resource sharing creation module 504 to establish a shared connection between the IM user and the non-group user, and if the session object is a group user, the resource sharing creation module 504 is invoked to establish the IM. A shared connection between the user and the group user. The resource sharing creation module 504 can be disposed in the session page creation module 502 as one of its submodules, or independently. When the resource sharing creation module 504 is placed in the session page creation module 502 as a sub-module, the session management module 503 can invoke the session page creation module 502 and indicate the function of resource sharing when the resource sharing is implemented. The session page creation module 502 Can be further called within The resource sharing creation module 504 implements resource sharing between the IM user and the session object. The specific method for establishing a session window, a session page, a shared sub-page, and a shared connection by each module in the instant messaging device is as described in the method flow of FIG. 1 to FIG. 3, and details are not described herein again.
本发明实施例提供的即时通讯装置可以为一个即时通讯客户端。 本发明实施例还提供了一种群组服务器,其至少包含资源共享管 理模块。 本发明实施例所提供的群组服务器可以在 IM用户与会话对 象进行资源共享时提供共享的资源, 并对所述共享资源进行管理。  The instant messaging device provided by the embodiment of the present invention may be an instant messaging client. The embodiment of the invention further provides a group server, which at least comprises a resource sharing management module. The group server provided by the embodiment of the present invention can provide shared resources when the IM user shares resources with the session object, and manage the shared resources.
图 6为本发明实施例提供的群组服务器的结构图,其包括群组资 源共享管理模块 601和共享资源存储模块 602。  FIG. 6 is a structural diagram of a group server according to an embodiment of the present invention, which includes a group resource sharing management module 601 and a shared resource storage module 602.
资源共享存储模块 602用于存储共享资源列表。资源共享管理模 块 601用于根据 IM用户的即时通讯客户端发送的资源共享请求中所 包含的 IM用户的身份标识码和群组标识码判断所述 IM用户是否为 所述群组标识码对应的群组的成员。 如果此 IM用户不是此群组的成 员, 则向此 IM用户的即时通讯客户端返回共享失败消息; 如果此 IM 用户是此群组的成员,则资源共享管理模块 601获取对应该群组标识 码的共享资源列表, 并将所获取的共享资源列表发送给此 IM用户的 即时通讯客户端。  The resource sharing storage module 602 is used to store a shared resource list. The resource sharing management module 601 is configured to determine, according to the identity code and the group identity code of the IM user included in the resource sharing request sent by the instant messaging client of the IM user, whether the IM user is corresponding to the group identity code. Member of the group. If the IM user is not a member of the group, return a sharing failure message to the IM user's instant messaging client; if the IM user is a member of the group, the resource sharing management module 601 obtains the corresponding group identification code. a list of shared resources, and send the obtained list of shared resources to the instant messaging client of this IM user.
由上述技术方案可见,本发明实施例所提供的即时通讯方法及装 置, 能够将一个 IM用户针对多个会话对象的多个会话页面置于同一 个会话窗口中,因此方便了用户的会话管理,并且节省了系统的资源。  The instant messaging method and device provided by the embodiment of the present invention can place an IM user in multiple session pages of multiple session objects in the same session window, thereby facilitating session management of the user. And save the resources of the system.
当在会话页面中包含聊天子页面和共享子页面时, 还可以实现 I M用户之间一边聊天一边共享资源的功能,进一步方便了 IM用户对 会话窗口的管理。  When the chat subpage and the shared subpage are included in the session page, the function of sharing resources between the I M users while chatting can be realized, which further facilitates the management of the session window by the IM user.
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明 的保护范围, 凡在本发明的精神和原则之内所做的任何修改、 等同替 换、 改进等, 均应包含在本发明的保护范围之内。 The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention. The scope of the invention, any modifications, equivalents, improvements, etc. made within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims

权利要求书 Claim
1、 一种即时通讯方法, 应用该即时通讯方法的 IM客户端对应 至少一个 IM用户, 其特征在于, 该方法包括: IM客户端为该 IM用 户提供至少一个会话窗口,该会话窗口能够为至少一个的会话对象提 供至少一个的会话页面, 其中, 每个会话页面对应一个会话对象。  An instant messaging method, the IM client applying the instant messaging method corresponding to at least one IM user, wherein the method comprises: the IM client providing the IM user with at least one session window, the session window being capable of at least A session object provides at least one session page, where each session page corresponds to a session object.
2、 根据权利要求 1所述的方法, 其特征在于, 为该 IM用户提 供一个会话窗口, 在该会话窗口中为该 IM用户的至少一个会话对象 提供至少一个会话页面。  2. The method of claim 1 wherein the IM user is provided with a session window in which at least one session page is provided for at least one session object of the IM user.
3、 根据权利要求 2所述的方法, 其特征在于, 为该 IM用户提 供一个会话窗口, 在该会话窗口中为该 IM用户的至少一个会话对象 提供至少一个会话页面, 包括:  The method according to claim 2, wherein the IM user is provided with a session window, and at least one session page is provided for the at least one session object of the IM user in the session window, including:
A1. 在收到来自该 IM用户的会话请求时,判断是否存在为该 IM 用户提供的会话窗口; 如果存在, 则执行步骤 A2; 否则为该 IM用户 创建一个会话窗口, 执行步骤 A3;  A1. When receiving a session request from the IM user, it is determined whether there is a session window provided for the IM user; if yes, step A2 is performed; otherwise, a session window is created for the IM user, and step A3 is performed;
A2. 判断是否存在为所述会话请求对应的会话对象提供的会话 页面, 如果存在, 则将所述会话页面设置为当前选中页, 结束本处理 流程; 否则执行步骤 A3;  A2. determining whether there is a session page provided for the session object corresponding to the session request, if yes, setting the session page to the currently selected page, ending the processing flow; otherwise, performing step A3;
A3. 为所述会话请求对应的会话对象创建一个会话页面并将其 设置为当前选中页。  A3. Create a session page for the session object corresponding to the session request and set it to the currently selected page.
4、 根据权利要求 2所述的方法, 其特征在于, 为该 IM用户提 供一个会话窗口, 在该会话窗口中为该 IM用户的至少一个会话对象 提供至少一个会话页面, 包括:  The method according to claim 2, wherein the IM user is provided with a session window, and at least one session page is provided for the at least one session object of the IM user in the session window, including:
B1. 在收到来自该 IM用户的会话请求时, 判断是否存在为所述 会话请求对应的会话对象提供的会话^面; 如果存在, 则将所述会话 页面设置为当前选中页, 结束本处理流程; 否则执行步骤 B2; B1. When receiving a session request from the IM user, determining whether there is a session surface provided for the session object corresponding to the session request; if present, the session is The page is set to the currently selected page, and the processing flow is ended; otherwise, step B2 is performed;
B2. 判断是否存在为该 IM用户提供的会话窗口; 如果存在, 则 执行步骤 B3; 否则为该 IM用户创建一个会话窗口, 执行步骤 B3;  B2. Determine whether there is a session window provided for the IM user; if yes, perform step B3; otherwise, create a session window for the IM user, and perform step B3;
B3. 为所述会话请求对应的会话对象创建一个会话页面并将其 设置为当前选中页。  B3. Create a session page for the session object corresponding to the session request and set it to the currently selected page.
5、 根据权利要求 3或 4所述的方法, 其特征在于, 为所述会话 请求对应的会话对象创建一个会话页面, 包括:  5. The method according to claim 3 or 4, wherein: creating a session page for the session object corresponding to the session request comprises:
创建一个与所述会话请求携带的会话对象的身份标识码相对应 的会话页面;  Creating a session page corresponding to the identity code of the session object carried by the session request;
在所创建的会话页面中装载与所述会话对象的身份标识码相对 应的用于与所述会话对象进行交流的子控件。  A child control corresponding to the identity code of the session object for communicating with the session object is loaded in the created session page.
6、 根据权利要求 5所述的方法, 其特征在于, 所述子控件为消 息显示子控件、 输入消息子控件、 快捷工具栏子控件中的任一项或任 几项的组合。  The method according to claim 5, wherein the child control is any one of a message display sub-control, an input message sub-control, a shortcut toolbar sub-control, or a combination of any of the items.
7、 根据权利要求 1至 4中任一项所述的方法, 其特征在于, 该 方法进一步包括: 在所述会话页面中建立聊天子页面和共享子页面; 其中,  The method according to any one of claims 1 to 4, wherein the method further comprises: establishing a chat subpage and a sharing subpage in the session page; wherein
所述 IM用户与所述会话对象, 通过所述会话对象对应的会话页 面中的聊天子页面实现会话交流,通过所述会话对象对应的会话页面 中的共享子页面实现资源共享。  The IM user and the session object implement session communication through the chat sub-page in the session page corresponding to the session object, and share resources through the shared sub-page in the session page corresponding to the session object.
8、 根据权利要求 7所述的方法, 其特征在于, 当所述会话对象 为非群组用户时,所述的通过所述会话对象对应的会话页面中的共享 子页面实现资源共享, 包括: 获取所述作为非群组用户的会话对象的 IP地址以及端口号码;  The method according to claim 7, wherein when the session object is a non-group user, the sharing of resources by using the shared sub-page in the session page corresponding to the session object includes: Obtaining an IP address and a port number of the session object as the non-group user;
根据所获取的会话对象的 IP地址和端口号码与所述会话对象建 立共享连接; Establishing the session object according to the obtained IP address and port number of the session object Establish a shared connection;
所述会话对象通过所建立的连接返回共享资源的信息; 在所述会话对象对应的会话页面中的共享子页面中显示所述共 享资源的信息。  The session object returns information of the shared resource through the established connection; and the information of the shared resource is displayed in the shared subpage in the session page corresponding to the session object.
9、 根据权利要求 8所述的方法, 其特征在于, 根据所获取的会 话对象的 IP地址和端口号码与所述会话对象建立共享连接, 包括: The method according to claim 8, wherein the establishing a shared connection with the session object according to the acquired IP address and port number of the session object comprises:
IM客户端发送携带所述 IP地址和端口号码的共享连接建立请求 至 IM服务器; The IM client sends a shared connection establishment request carrying the IP address and port number to the IM server;
所述 IM服务器通过所述 IP地址以及端口号码验证所述 IM用户 与所述会话对象之间连接的有效性, 如果有效, 则转发所述共享连接 建立请求至所述会话对象所在的 IP客户端, 在所述 IM用户所在的 IM客户端与所述会话对象所在的 IM客户端之间建立数据通道;如果 无效, 则所述 IM服务器向所述 IM用户发送共享连接建立失败的消  The IM server verifies the validity of the connection between the IM user and the session object by using the IP address and the port number, and if valid, forwarding the shared connection establishment request to the IP client where the session object is located Establishing a data channel between the IM client where the IM user is located and the IM client where the session object is located; if invalid, the IM server sends a failure to establish a shared connection to the IM user.
10、 如权利要求 7所述的方法, 其特征在于, 当所述会话对象为 群组用户时,所述的通过所述会话对象对应的会话页面中的共享子页 面实现资源共享, 包括: : The method of claim 7, wherein when the session object is a group user, the sharing of the shared sub-pages in the session page corresponding to the session object is implemented, including:
所述 IM客户端发送携带所述 IM用户的身份标识码和群组标识 码的群组资源共享消息至群组服务器;  Sending, by the IM client, a group resource sharing message carrying the identity code of the IM user and the group identity code to the group server;
所述群组服务器通过所述 IM用户的身份标识码和群组标识码判 则向所述 IM客户端返回共享失败的提示消息; 如果是, 则根据所述 群组标识码从本地查询得到对应所述群组标识码的共享资源列表,并 将查询到的共享资源列表发送给所述 IM客户端;  The group server returns a prompt message of sharing failure to the IM client by using the identity code and the group identity code of the IM user; if yes, obtaining a corresponding query from the local query according to the group identity code Sending the shared resource list of the group identification code, and sending the queried shared resource list to the IM client;
所述 IM客户端将来自所述群组服务器的共享资源列表显示在所 述会话对象对应的会话页面中的共享子页面中。 The IM client displays a list of shared resources from the group server in the office In the shared subpage in the session page corresponding to the session object.
11、 根据权利要求 3或 4所述的方法, 其特征在于, 为所述 IM 用户创建一个会话窗口, 包括: 利用 Windows操作系统中相关的应 用编程接口 API生成一个会话窗口。  The method according to claim 3 or 4, wherein creating a session window for the IM user comprises: generating a session window by using an associated application programming interface API in the Windows operating system.
12、 根据权利要求 1所述的方法, 其特征在于, 为该 IM用户提 供多于一个的会话窗口, 在每一会话窗口中为该 IM用户的至少一个 会话对象提供至少一个会话页面。  12. The method of claim 1, wherein the IM user is provided with more than one session window, and at least one session page is provided for at least one session object of the IM user in each session window.
13、 根据权利要求 12所述的方法, 其特征在于, 按预定规则为 属于同一类型的至少一个会话对象提供同一会话窗口。  13. The method according to claim 12, wherein the same session window is provided for at least one session object belonging to the same type according to a predetermined rule.
14、 根据权利要求 3或 4所述的方法, 其特征在于, 为所述会话 请求对应的会话对象创建一个会话页面, 包括: 创建一个与所述会话 对象的身份标识码相对应的会话页面。  The method according to claim 3 or 4, wherein creating a session page for the session object corresponding to the session request comprises: creating a session page corresponding to the identity code of the session object.
15、 一种即时通讯装置, 其对应至少一个 IM用户, 其特征在于, 包括: 会话窗口创建模块和会话页面创建模块;  An instant messaging device, which corresponds to at least one IM user, and includes: a session window creation module and a session page creation module;
所述会话窗口创建模块, 用于为该 IM用户提供至少一个会话窗 口, 该会话窗口能够为至少一个的会话对象提供至少一个的会话页 面;  The session window creating module is configured to provide the IM user with at least one session window, the session window being capable of providing at least one session page for at least one session object;
所述会话页面创建模块, 用于在所述会话窗口创建模块为该 IM 用户提供的每个会话窗口中为该 IM用户的至少一个会话对象提供至 少一个会话页面, 其中, 每个会话页面对应一个会话对象。  The session page creation module is configured to provide at least one session page for at least one session object of the IM user in each session window provided by the session window creation module for the IM user, where each session page corresponds to one Session object.
16、 根据权利要求 15所述的装置, 其特征在于, 所述会话窗口 创建模块为该 IM用户提供一个会话窗口;  The device according to claim 15, wherein the session window creation module provides a session window for the IM user;
该装置还包括会话管理模块;  The device also includes a session management module;
所述会话管理模块用于检测来自 IM用户的会话请求, 在检测到 来自该 IM用户的会话请求后, 检测针对该 IM用户的会话窗口是否 已建立, 如果未建立, 则调用所述会话窗口创建模块为该 IM用户建 立一个会话窗口,否则检测针对所述会话请求对应的会话对象的会话 页面是否已建立; 如果所述会话页面未建立, 则调用所述会话页面创 建模块在该 IM 用户的会话窗口中为所述会话对象建立一个会话页 面, 否则将所述会话对象对应的会话页面置为当前选中页。 The session management module is configured to detect a session request from an IM user, and after detecting a session request from the IM user, detect whether a session window for the IM user is Established, if not established, invoking the session window creation module to establish a session window for the IM user, otherwise detecting whether a session page for the session object corresponding to the session request has been established; if the session page is not established, Then, the session page creation module is called to establish a session page for the session object in the session window of the IM user, otherwise the session page corresponding to the session object is set as the currently selected page.
17、 根据权利要求 15所述的装置, 其特征在于, 所述会话窗口 创建模块为该 IM用户提供一个会话窗口;  The device according to claim 15, wherein the session window creation module provides a session window for the IM user;
该装置还包括会话管理模块;  The device also includes a session management module;
所述会话管理模块用于检测来自 IM用户的会话请求, 在检测到 来自该 IM用户的会话请求后, 检测针对所述会话请求对应的会话对 象的会话页面是否已建立, 如果已建立, 则将所述会话对象对应的会 话页面置为当前选中页, 否则检测针对该 IM用户的会话窗口是否已 建立; 如果所述会话窗口已建立, 则调用所述会话页面创建模块在该 IM 用户的会话窗口中为所述会话对象建立一个会话页面, 否则调用 所述会话窗口创建模块为该 IM用户建立一个会话窗口, 再调用所述 会话页面创建模块为所述会话对象建立一个会话页面。  The session management module is configured to detect a session request from an IM user, and after detecting a session request from the IM user, detecting whether a session page of a session object corresponding to the session request has been established, if established, The session page corresponding to the session object is set as the currently selected page, otherwise it is detected whether the session window for the IM user has been established; if the session window has been established, the session page creation module is invoked in the session window of the IM user Establishing a session page for the session object, otherwise calling the session window creation module to establish a session window for the IM user, and then calling the session page creation module to establish a session page for the session object.
18、 根据权利要求 16或 17所述的装置, 其特征在于, 所述装置 进一步包括资源共享创建模块;  The device according to claim 16 or 17, wherein the device further comprises a resource sharing creation module;
所述会话管理模块在所述 IM用户与所述会话对象之间要进行资 源共享时, 进一步调用所述资源共享创建模块以在该 IM用户的会话 窗口中对应所述会话对象的会话页面中为该 IM用户和所述会话对象 建立一个共享子页面以及共享连接。  When the resource management is to be performed between the IM user and the session object, the session management module further invokes the resource sharing creation module to correspond to the session page of the session object in the session window of the IM user. The IM user and the session object establish a shared subpage and a shared connection.
19、 根据权利要求 18所述的装置, 其特征在于, 所述会话管理 模块进一步用于检测所述会话请求对应的会话对象是否为群组用户, 如果所述会话对象是非群组用户则调用所述资源共享创建模块以建 立该 IM用户与所述非群组用户之间的共享连接, 如果所述会话对象 是群组用户则调用所述资源共享创建模块以建立该 IM用户与所述群 组用户之间的共享连接。 The device according to claim 18, wherein the session management module is further configured to detect whether the session object corresponding to the session request is a group user, and if the session object is a non-group user, call the location Resource sharing creation module to build Establishing a shared connection between the IM user and the non-group user, and calling the resource sharing creation module to establish a shared connection between the IM user and the group user if the session object is a group user .
PCT/CN2008/073247 2007-11-30 2008-11-28 An instant communication method and apparatus WO2009074079A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2007101882733A CN101159714B (en) 2007-11-30 2007-11-30 Instant communication method and device
CN200710188273.3 2007-11-30

Publications (1)

Publication Number Publication Date
WO2009074079A1 true WO2009074079A1 (en) 2009-06-18

Family

ID=39307637

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/073247 WO2009074079A1 (en) 2007-11-30 2008-11-28 An instant communication method and apparatus

Country Status (2)

Country Link
CN (1) CN101159714B (en)
WO (1) WO2009074079A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282859A (en) * 2021-04-30 2021-08-20 北京仁科互动网络技术有限公司 Method and device for obtaining visitor identity information, electronic equipment and storage medium

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101159714B (en) * 2007-11-30 2011-10-26 腾讯科技(深圳)有限公司 Instant communication method and device
CN101404626B (en) * 2008-11-10 2011-08-17 腾讯科技(深圳)有限公司 Instant communication system and electronic equipment
CN101771677B (en) * 2008-12-31 2013-08-07 华为技术有限公司 Method for providing resource for access user, server and system thereof
CN102394762A (en) * 2011-11-01 2012-03-28 陈晓亮 Many-people-involved on-line communication system method
CN103580993A (en) * 2012-07-19 2014-02-12 奥沃集合公司 System and method for providing software tools within an online platform for organizing groups and communicating with group members
CN103905772B (en) * 2012-12-28 2018-06-01 联想(北京)有限公司 The method and electronic equipment of a kind of prompting
CN104125133B (en) * 2013-04-27 2015-11-25 腾讯科技(深圳)有限公司 Conversation informing method, Apparatus and system in a kind of instant messaging application
CN103338256B (en) 2013-06-28 2015-09-23 腾讯科技(深圳)有限公司 Image sharing method, device, server and system
CN105407029B (en) * 2014-08-06 2019-10-22 阿里巴巴集团控股有限公司 A kind of account shunt method and communication terminal
CN106161180A (en) * 2015-03-30 2016-11-23 深圳市九洲电器有限公司 Communication management method and system
CN106878143A (en) * 2015-12-11 2017-06-20 北京奇虎科技有限公司 Message treatment method and terminal
CN107425991A (en) * 2017-06-21 2017-12-01 北京小米移动软件有限公司 Establish the method, apparatus of group and the method, apparatus of message forwarding
CN107483317B (en) * 2017-06-30 2020-08-11 北京五八信息技术有限公司 User identification processing method and device
CN109391537B (en) * 2017-08-10 2021-08-10 腾讯科技(深圳)有限公司 Information processing method and device and computer storage medium
CN107508748B (en) * 2017-09-18 2020-06-23 上海量明科技发展有限公司 Display method and device of contact person interaction interface and instant messaging tool
CN107659491A (en) * 2017-10-23 2018-02-02 林楚莲 A kind of Group file sharing method and system based on instant messaging
CN110493117A (en) * 2018-05-14 2019-11-22 成都野望数码科技有限公司 The method, apparatus and terminal of group member are replied in a kind of instant messaging
CN110995706B (en) * 2019-12-03 2021-09-21 广州市百果园信息技术有限公司 Authentication system, method, device and storage medium for communication application
CN112511405B (en) * 2020-10-30 2023-04-18 百果园技术(新加坡)有限公司 Sharing method and device for social application, server and storage medium
CN114051009B (en) * 2021-10-28 2023-11-10 维沃移动通信有限公司 Message sending method and electronic equipment
CN114064173A (en) * 2021-11-09 2022-02-18 广州博冠信息科技有限公司 Method, device, medium and equipment for creating instant session page

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1591442A (en) * 2003-09-04 2005-03-09 国际商业机器公司 Policy-based management method and system of instant message windows
CN1842003A (en) * 2005-03-30 2006-10-04 广州市领华科技有限公司 Method for realizing instant communication with a plurality of linkmen in single conversational window
CN1928861A (en) * 2005-09-09 2007-03-14 国际商业机器公司 Immediate communication client machine for project share and method thereof
CN101159714A (en) * 2007-11-30 2008-04-09 腾讯科技(深圳)有限公司 Instant communication method, device and cluster server

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1591442A (en) * 2003-09-04 2005-03-09 国际商业机器公司 Policy-based management method and system of instant message windows
CN1842003A (en) * 2005-03-30 2006-10-04 广州市领华科技有限公司 Method for realizing instant communication with a plurality of linkmen in single conversational window
CN1928861A (en) * 2005-09-09 2007-03-14 国际商业机器公司 Immediate communication client machine for project share and method thereof
CN101159714A (en) * 2007-11-30 2008-04-09 腾讯科技(深圳)有限公司 Instant communication method, device and cluster server

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282859A (en) * 2021-04-30 2021-08-20 北京仁科互动网络技术有限公司 Method and device for obtaining visitor identity information, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN101159714B (en) 2011-10-26
CN101159714A (en) 2008-04-09

Similar Documents

Publication Publication Date Title
WO2009074079A1 (en) An instant communication method and apparatus
US20200374489A1 (en) Method and apparatus for initiating and managing chat sessions
US7908322B2 (en) Initiation and support of video conferencing using instant messaging
JP5031833B2 (en) Multi-threaded instant messaging
CN109587044B (en) Group creation and message interaction method and device
US20100146065A1 (en) Method and apparatus for realizing instant messaging between a plurality of members in an instant messenger group
US9148333B2 (en) System and method for providing anonymity in a session initiated protocol network
US7505574B2 (en) Method and system for providing an improved communications channel for telephone conference initiation and management
US7949704B2 (en) Administration of a broker-based publish/subscribe messaging system
US8332761B2 (en) Multiple profiles for a user in a synchronous conferencing environment
US20060168015A1 (en) Instant messenger as a web-based communicator
US20140059147A1 (en) Including a Plurality of Users in a Conversation over a Communication Network
WO2012097655A1 (en) Group implementation method, system and client
US9137047B2 (en) Instant messaging system, component and method for additional service
WO2018107556A1 (en) Cross-domain instant messaging method and system based on ims architecture
EP2560329B1 (en) Method and processing system for routing a message request
US7643473B2 (en) Instant messaging with audio connection formation
JP2003044418A (en) Instant message transmission and reception system
CN101247363A (en) Method, client terminal and system for implementing instant communication message reminding
US20060168553A1 (en) Software development kit for real-time communication applications and system
CN106656526B (en) Method and device for realizing information interaction of user set number
WO2009071032A1 (en) Message processing method, system and apparatus in the instant messaging
CN100514977C (en) Group member adding method
WO2005099242A1 (en) Phone call forwarding over pc system
Kim et al. Design and Implementation of Desktop Video Conference System Based on Client-Server and P2P.

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

Country of ref document: EP

Kind code of ref document: A1

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) OF 131010

122 Ep: pct application non-entry in european phase

Ref document number: 08859107

Country of ref document: EP

Kind code of ref document: A1