WO2008151529A1 - Procédé et système pour transmettre un message de communication instantané personnalisé - Google Patents

Procédé et système pour transmettre un message de communication instantané personnalisé Download PDF

Info

Publication number
WO2008151529A1
WO2008151529A1 PCT/CN2008/070914 CN2008070914W WO2008151529A1 WO 2008151529 A1 WO2008151529 A1 WO 2008151529A1 CN 2008070914 W CN2008070914 W CN 2008070914W WO 2008151529 A1 WO2008151529 A1 WO 2008151529A1
Authority
WO
WIPO (PCT)
Prior art keywords
group
information
identification information
group member
message
Prior art date
Application number
PCT/CN2008/070914
Other languages
English (en)
Chinese (zh)
Inventor
Huipeng Zhang
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 WO2008151529A1 publication Critical patent/WO2008151529A1/fr

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 communications, and in particular to a method and system for custom messaging of instant messaging messages. Background of the invention
  • Instant Messaging is a technology that enables users to identify online users and interact with the identified users.
  • Instant messaging technology usually implements online real-time interaction of users through the client.
  • the user When a user sends a message through the client, the user usually needs to open a dialog window through the client, which is used to input the information to be sent and display the interaction information of the interaction between the two parties.
  • instant messaging technology can support multiple forms of information interaction, such as peer-to-peer communication and point-to-multipoint communication.
  • a dialog window in the instant messaging corresponds to a client, and the sending client sends the information to the receiving client by identifying the recipient's user identifier (such as an IP address, etc.). And display interactive information through the dialog window.
  • one dialog window may correspond to multiple receivers, and the point-to-multipoint single window interaction method is implemented.
  • the user is usually required to be grouped in advance by the server, and the group member list is saved on both the sender and the receiver, and then the group identification information of the group member is to be sent.
  • the message is sent to each recipient client and the interactive information is displayed through the dialog window.
  • the user is first grouped by establishing a group, and the members of each member in the group save the member list, and then send the interaction information group to each member in the group by identifying the group identifier of each member in the group, and through the dialogue.
  • the window displays interactive information.
  • An embodiment of the present invention provides a method for custom messaging of an instant messaging message, the method comprising: selecting at least one recipient in the user list to form a member group, and storing identification information of the group member; When the member sends the same message, the identifier information of each group member is obtained, and the same message is sent according to the identifier information.
  • an embodiment of the present invention further provides a system for custom messaging of an instant messaging message, the system comprising: a grouping unit, configured to select at least one recipient in the user list to form a member group, and store identification information of the group member; a sending unit, configured to: when sending the same message to each member of the member group, obtain identification information of each group member, and send the same message according to the identifier information.
  • the user when the user sends the same message to the clients of multiple receivers, the user can select the recipient of the received message at the client, and form the selected recipient into a new group.
  • the identification information of each group member is stored, and when the message needs to be sent, the identification information of the group member is obtained, and the message is simultaneously sent to each group member in the group, so that the user only needs to input one piece of information, and can send to multiple groups. Select the recipient's client to reduce the complexity of the operation and improve the user's experience satisfaction.
  • FIG. 1 is a flowchart of a method for implementing instant messaging according to Embodiment 1 of the present invention
  • FIG. 2 is a schematic block diagram of an instant messaging system according to Embodiment 3 of the present invention.
  • FIG. 3 is a schematic block diagram of an instant messaging system according to an embodiment of the present invention.
  • FIG. 4 is a schematic block diagram of a display unit in the instant messaging system shown in FIG. 3;
  • FIG. 5 is a timing diagram of the instant messaging system shown in Figure 3;
  • FIG. 6 is a schematic block diagram of an instant messaging system according to a fifth embodiment of the present invention. Mode for carrying out the invention
  • FIG. 1 is a flowchart of a method for implementing instant messaging according to Embodiment 1 of the present invention. As shown in Fig. 1, Embodiment 1 of the present invention includes the following steps.
  • Step 101 When the sender needs to send a message to multiple receivers, first select at least one recipient from the user list, and the sender client receives information that at least one recipient is a member.
  • the receivers are from the same group, that is, the receivers that need to send the same message are part of the same group.
  • the recipients may be located at different locations in the user list, for example, the recipient may be a member of a different group of the user list; the recipient may also be a member of a group of the user list. That is, the sender will need to send multiple recipients of the same message to form a new group.
  • Step 102 The identifier information of the group member that needs to send the same message is saved in a database on the server side of the instant messaging system.
  • the related information of the receiver includes the identifier information of the receiver, the current online state information of the receiver, various personality information, and interaction information between the receiver and the sender.
  • the related information of the recipient is obtained from the instant messaging server, and when the related information is changed, the instant messaging server notifies the instant messaging client to update.
  • the identifier information may further include information such as a user ID or an IP address or a TCP port number of the receiver for identifying the recipient.
  • the identification information of the group members can be stored in the following two storage manners.
  • a storage method is temporary storage.
  • the sender when the sender establishes a group member list, the sender establishes a temporary storage table for each group member in the instant messaging database, and temporarily stores the identification information of the group members. When the information interaction ends, the temporary storage table will be deleted, and when the next information interaction, a set of member lists will be re-established.
  • This storage method can consume as little database resources as possible.
  • Another storage method is permanent storage. That is, when the information interaction ends, the established storage table remains in the instant messaging database. When the next information interaction, the group member list still exists, and the sender can add and delete. The group member updates the corresponding information in the instant messaging database to perform this information interaction.
  • the above two storage methods are implemented during the information exchange process.
  • the sender needs to change the current receiver, it can be implemented by adding and deleting group members and simultaneously updating the corresponding identification information of the group member list in the instant messaging database.
  • Step 103 When the sender's client sends the input message to each group member in the established group, since the identification information in the newly established group member list has been associated with each receiver, Therefore, the sender's client can send the input message to each recipient according to the identification information by obtaining the identification information of each group member.
  • the sender client since the identification information of the group member is saved in the database of the server of the instant messaging system, the sender client first sends a request to the server of the instant messaging system, and the server of the instant messaging system sends the saved identifier information. To the sender client, so that the sender client sends a message according to the identifier information.
  • the receiver selected by the sender is the receiver that needs to receive the message; meanwhile, the group member list established by the sender is located at the sender's client, so each receiver The client does not have interference between the group member lists, thereby avoiding interference occurring during the information interaction, enhancing the confidentiality of the information, and improving the user's satisfaction.
  • the identification information of the group member that needs to send the same message is Saved in the data file of the sender's client.
  • the second embodiment of the present invention is different from the first embodiment in that, since the identifier information of the group member that needs to send the same message is stored in the client of the sender, there is no execution of obtaining the storage from the server in the second embodiment.
  • the step of identifying the information of each group member can be realized only by the identification information stored in the sender.
  • the second embodiment of the present invention provides a point-to-multipoint single window information interaction scheme.
  • multiple dialog windows are superimposed in a single window in the form of tags, enabling point-to-multipoint single-window information interaction.
  • a label is created for each group member that performs information interaction.
  • the switch information is displayed in the dialog window of the corresponding group member by switching labels, thereby facilitating user management and further improving the user experience.
  • the sender client creates a corresponding label for each selected group member on the current conversation window, and sets the label of the currently activated group member to be activated. status.
  • the information interaction result when information interaction is performed between the receiver and the client of the sender, the information interaction result will be displayed in the conversation of the group member for the group member whose label is in the active state. On the window; for group members whose labels are inactive, you can display the number of unread messages on the label and display the labels as different colors to show the difference.
  • the sender client When the sender client receives the message of switching the label, the label corresponding to the group member to be switched is activated, and the number of unread messages can be removed, and the label display color is restored to the default color.
  • the manner of closing the single dialog window may be as follows: by clicking the close button of the single dialog window.
  • the active dialog window is closed, the last activated tag can be activated as the current dialog window.
  • the sender and the group member when the sender and the group member perform information interaction, if a client having a non-group member sends information to the sender client, another dialog window is established, and the sending is performed for the same.
  • the client of the information establishes a label, and the label is managed in a similar manner as described above, and will not be described again.
  • it may alternatively be issued to only one recipient.
  • the label of the group member that needs to receive the information is activated first.
  • the group member identification information is saved from the client.
  • the identification information of the group member whose label is in the active state is obtained in the data file, and the identifier information is sent to the client of the group member.
  • Embodiment 3 of the present invention provides a system for instant messaging.
  • 2 is a schematic block diagram of an instant messaging system according to a third embodiment of the present invention.
  • the instant messaging system of the third embodiment of the present invention includes: a grouping unit 201, configured to select at least one recipient from the user list as a group member, and when receiving information of at least one recipient in the user list as a group member , store the identification information of the members of the group.
  • the grouping unit 201 in this embodiment may temporarily store the identification information of the group members, or may permanently store the identification information of the group members.
  • the grouping unit 201 determines that the identification information of the group member is deleted when the sender ends the information interaction.
  • the first transmitting unit 202 connected to the grouping unit 201, when transmitting a message to each group member, obtains identification information of each group member from the grouping unit 201, and transmits the information to all group members.
  • Embodiment 4 of the present invention provides a preferred embodiment of an instant messaging system based on the foregoing third embodiment.
  • FIG. 3 is a schematic block diagram of an instant messaging system according to an embodiment of the present invention, where each unit in the system is implemented in a client.
  • the system for instant messaging described in Embodiment 4 includes: a grouping unit 301, configured to select at least one recipient from the user list as a group member, and when receiving information of at least one recipient in the user list as a group member , the identification information of the group member is stored in the data file of the client.
  • the grouping unit 301 in this embodiment may be temporarily stored in the data file for the identification information of the group members, or may be permanently stored in the data file.
  • the grouping unit 301 determines that when the sender ends the information interaction, the identification information of the group member is deleted.
  • the first transmitting unit 302 connected to the grouping unit 301 when transmitting a message to each group member, obtains identification information of each group member from the grouping unit 301, and transmits the information to all group members.
  • Embodiment 4 of the present invention further includes a second sending unit 303 connected to the grouping unit 301.
  • the second sending unit 303 is configured to implement sending a message to a single group member, and the second sending unit 303 obtains identification information of the group member in an activated state from the grouping unit 301, and sends the information to the group member. .
  • the fourth embodiment of the present invention further displays the unit 304.
  • the display unit 304 is connected to the first sending unit 302 and the second sending unit 303, and is configured to display the information to be sent input by the sender and the information displayed after the transmission is successful, or display the received information when receiving the information returned by the receiver.
  • the display unit 304 is further configured to display status information related to the recipient, such as online status, transmission time, signature avatar, and the like.
  • the system in the fourth embodiment of the present invention further includes a first trigger unit 305 connected to the first sending unit 302, and the sender triggers the first trigger unit 305 to enable the first sending unit 302 to start sending. information.
  • the system in the fourth embodiment of the present invention further includes a second trigger unit 306 connected to the second sending unit 303.
  • the second triggering unit 306 is configured to implement a function of sending a message to a single receiving end, and the sending party notifies the second sending unit 303 to send the canceling picture 4 by triggering the second triggering unit 306, which is the display unit in the instant messaging system shown in FIG.
  • the display unit 304 includes: a group display unit 3042, configured to obtain, when the sender selects at least one receiver from the user list as a group member, from the user list in the data file in the client. The user information related to the group member and the user information related to the group member.
  • the display unit 304 further includes a dialog window 3043 connected to the first transmitting unit 302 and the second transmitting unit 303.
  • the sender inputs information through the dialog window 3043, and notifies the sending unit to send the input information to the corresponding group member through the corresponding trigger unit.
  • the corresponding sending unit can notify the pair after the transmission is successful.
  • the dialog window 3043 will display when it receives the interaction information from the group members.
  • the display unit 304 further includes a user list display unit 3041 for displaying list information of all users of the sender, that is, the user list display unit 3041 acquires and displays the user information related to the group members from the data file of the client.
  • the dialog window 3043 of the present embodiment further includes a label corresponding to each group member, and the label is a dialog window of the currently activated group member.
  • the method of establishing the label is as described above and will not be described again.
  • the display unit 304 is referred to as a chat window
  • the user list display unit 3041 is referred to as a buddy list window
  • the group display unit 3042 is referred to as a buddy list window being chatted
  • the first trigger unit 305 is referred to as a group send.
  • the button, the second trigger unit 306 is referred to as a send to current friend button.
  • FIG. 5 is a timing diagram of the instant messaging system shown in FIG. 3, which includes the following steps.
  • Step 501 The sender moves the image identifier for identifying the friend into the buddy list window that is being chatted from the buddy list window, and the mobile operation triggers the group unit to establish a group member identification information event.
  • the related information such as the image of the moved friend is also copied, so that the display of the user in the chat list window being chat is the same as the display of the user in the friend list window, for example, the online status of the mobile friend. .
  • step 501 when the sender activates a chat window to prepare a chat, if the method of temporarily storing the group member identification information is adopted, the buddy list window being chatted is empty; if the method of permanently storing the group member identification information is used, The chat buddy list window displays the list of group members that were last established by the sender. Know the information to save.
  • Step 503 The sender inputs the information to be sent in the conversation window.
  • Step 504 The sending unit needs to send the information by using the group sending button or sending the current friend button.
  • Step 505 The sending unit acquires, from the grouping unit, user identification information of a group member that needs to receive information.
  • Step 506 The sending unit sends, according to the acquired user identification information, information that the sender needs to send to the corresponding group member that needs to receive the information.
  • Step 507 The information sent at the same time is saved in the buddy list information in the database, and the notification information is displayed.
  • Step 508 The dialog window displays the sent information.
  • Step 408 specifically includes the following content: If the chat window of the friend is in an active state, the chat window obtains the sent message from the database for display; if the chat window with the friend is inactive, the message is displayed on the friend's label. The number of messages sent, and the tag is displayed in a different color than the activated tag. When the sender switches the currently activated chat window to the friend corresponding to the tag by clicking a tag, the number of messages displayed on the tag is removed, the color of the tag can be restored to the default color of the client, and the chat window will be retrieved from the database. The message is displayed.
  • the sender closes the chat window with a friend by double-clicking on a tag. If the double-clicked label is the currently active window, the window corresponding to the last clicked label before clicking the label is set to the active state. If there is currently only one label, double-click this tab to close the chat window. In addition, if the storage method of the user ID of the chatting friend is used, the temporary storage step 509 is adopted. Optionally, during the information interaction process, the sender may change the group member, that is, add or delete the current group member. List.
  • Step 510 The sender triggers the grouping unit to update the group member list event by the operation.
  • Step 511 The grouping unit will update the stored group member list.
  • Step 512 When the information interaction ends, close the chat window.
  • Step 513 Optionally, if the grouping unit adopts a temporary storage group member list manner, the display unit triggers deleting the group member identification information event.
  • Step 514 The grouping unit deletes the group member identification information according to the deletion group member identification information event.
  • Embodiment 5 of the present invention provides a system for instant messaging
  • FIG. 6 is a schematic block diagram of an instant messaging system according to Embodiment 5 of the present invention.
  • the instant messaging system of the fifth embodiment of the present invention comprises: a server end and a client end.
  • the grouping unit 601 and the database 607 are located at the server side, and the first sending unit 602, the first trigger unit 605, the display unit 604, the second sending unit 603, and the second trigger unit 606 are located at the client.
  • the instant messaging system of the fifth embodiment of the present invention is different from the instant messaging system of the fourth embodiment in that: the grouping unit 601 is located at the server of the instant messaging system; the grouping unit 601 is connected to the database 607, and the database 607
  • the first sending unit 602 and the second sending unit 603 send a request to acquire the identification information of the group member to the grouping unit 601 of the server before transmitting the information, and the grouping unit 601 selects the database from the database 607 according to the request.
  • the identification information of the group members is obtained, and then sent to the client for information, and will not be described again.

Landscapes

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

Abstract

L'invention concerne un procédé pour transmettre un message de communication instantané personnalisé, qui comprend les opérations consistant à: sélectionner au moins un correspondant récepteur dans la liste d'utilisateur pour construire un groupe de membres, et stocker les informations d'identification du membre dans le groupe; lors de la transmission du même message à chaque membre du groupe, obtenir les informations d'identification de chaque membre dans le groupe, transmettre le même message conformément aux informations d'identification. De plus, L'invention concerne un système pour transmettre un message de communication instantané personnalisé. L'utilisateur peut envoyer le même message au correspondant récepteur sélectionné par l'utilisateur. La complexité de l'opération de l'utilisateur est diminuée, et le degré de satisfaction de l'utilisateur est amélioré.
PCT/CN2008/070914 2007-06-13 2008-05-08 Procédé et système pour transmettre un message de communication instantané personnalisé WO2008151529A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2007100751123A CN101075958B (zh) 2007-06-13 2007-06-13 一种即时通讯的***及即时通讯的方法
CN200710075112.3 2007-06-13

Publications (1)

Publication Number Publication Date
WO2008151529A1 true WO2008151529A1 (fr) 2008-12-18

Family

ID=38976784

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/070914 WO2008151529A1 (fr) 2007-06-13 2008-05-08 Procédé et système pour transmettre un message de communication instantané personnalisé

Country Status (2)

Country Link
CN (1) CN101075958B (fr)
WO (1) WO2008151529A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852542A (zh) * 2021-09-26 2021-12-28 湖南于一科技有限公司 一键群发的方法、装置、设备及存储介质

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075958B (zh) * 2007-06-13 2011-11-02 腾讯科技(深圳)有限公司 一种即时通讯的***及即时通讯的方法
CN101945176B (zh) * 2010-09-29 2015-09-16 中兴通讯股份有限公司 一种消息会话管理方法及移动终端
CN102546762A (zh) * 2011-12-16 2012-07-04 深圳中兴网信科技有限公司 一种网页即时通讯***及方法
CN103795607A (zh) * 2012-10-30 2014-05-14 联想(北京)有限公司 一种消息处理方法、即时通信客户端及即时通信***
CN104660483B (zh) * 2013-11-21 2020-05-12 腾讯科技(上海)有限公司 群组通讯方法、服务端及***
CN104461431A (zh) * 2014-12-15 2015-03-25 广东威创视讯科技股份有限公司 一种拼接墙叠加窗口的切换方法及***
CN106411687B (zh) * 2015-07-31 2020-10-20 腾讯科技(深圳)有限公司 网络接入设备与绑定用户间交互的方法和装置
CN105279225A (zh) * 2015-09-09 2016-01-27 腾讯科技(深圳)有限公司 一种建立通讯组的方法和装置
CN105323312A (zh) * 2015-10-14 2016-02-10 北京乐动卓越科技有限公司 通讯信息数据传输方法和***
CN105610693B (zh) * 2016-01-07 2019-07-02 天脉聚源(北京)科技有限公司 一种群聊在屏状态显示方法及装置
CN108171337A (zh) * 2017-12-07 2018-06-15 中仁车汇科技发展(深圳)有限公司 车辆维修保养信息处理方法和设备以及计算机存储介质
CN112532401B (zh) * 2021-02-09 2021-05-11 全时云商务服务股份有限公司 在团队群建立业务流程的方法、***及存储介质
CN113518028A (zh) * 2021-05-13 2021-10-19 华世界数字科技(深圳)有限公司 一种基于区别群主与群成员的群聊方法及装置
CN113765775B (zh) * 2021-09-08 2023-06-02 深圳腾银信息咨询有限责任公司 一种赋能企业微信一键精准群发的方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1941748A (zh) * 2005-09-30 2007-04-04 腾讯科技(深圳)有限公司 一种群组消息发送方法及发送客户端和***
CN1956386A (zh) * 2005-10-26 2007-05-02 腾讯科技(深圳)有限公司 基于对等模式建立讨论组及该讨论组即时通信的方法
CN1968117A (zh) * 2005-11-19 2007-05-23 腾讯科技(深圳)有限公司 一种即时通信中局域网用户加入群组通信的方法
CN1968220A (zh) * 2005-11-18 2007-05-23 阿尔卡特公司 用于实现即时消息传送寻线组的***和方法
CN101075958A (zh) * 2007-06-13 2007-11-21 腾讯科技(深圳)有限公司 一种即时通讯的***及即时通讯的方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1941748A (zh) * 2005-09-30 2007-04-04 腾讯科技(深圳)有限公司 一种群组消息发送方法及发送客户端和***
CN1956386A (zh) * 2005-10-26 2007-05-02 腾讯科技(深圳)有限公司 基于对等模式建立讨论组及该讨论组即时通信的方法
CN1968220A (zh) * 2005-11-18 2007-05-23 阿尔卡特公司 用于实现即时消息传送寻线组的***和方法
CN1968117A (zh) * 2005-11-19 2007-05-23 腾讯科技(深圳)有限公司 一种即时通信中局域网用户加入群组通信的方法
CN101075958A (zh) * 2007-06-13 2007-11-21 腾讯科技(深圳)有限公司 一种即时通讯的***及即时通讯的方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852542A (zh) * 2021-09-26 2021-12-28 湖南于一科技有限公司 一键群发的方法、装置、设备及存储介质

Also Published As

Publication number Publication date
CN101075958B (zh) 2011-11-02
CN101075958A (zh) 2007-11-21

Similar Documents

Publication Publication Date Title
WO2008151529A1 (fr) Procédé et système pour transmettre un message de communication instantané personnalisé
US10318137B2 (en) Multi-modal participant lists
US9998602B2 (en) Voice communications with real-time status notifications
KR101003048B1 (ko) 무선 이동단말기용 음성 및 텍스트 그룹의 디스플레이관리기술
CN112152905B (zh) 通讯方法、装置及移动设备
US8825878B2 (en) Instant messaging device/server protocol
JP4118800B2 (ja) プレゼンス表示システム及びゲートウエイ装置
US20060194596A1 (en) System and method for direct peer to peer mobile messaging
US7334021B1 (en) Personalized away messages
US8306056B2 (en) Blended synchronous/asynchronous messaging
US20060168204A1 (en) Mobile blocking indicators on a contact list
CN102347916B (zh) 一种网关、跨社区群组信息处理***及方法
US8064934B2 (en) Method, system and apparatus for automatic notification to a plurality of communication nodes
CA3009851C (fr) Gestion de plusieurs profils pour un seul compte dans un systeme de messagerie asynchrone
WO2009089707A1 (fr) Procédé d'affichage d'informations et son terminal utilisateur
CN101232467A (zh) 一种实时传讯业务中应用时间戳获取信息的方法
CN101217506B (zh) 一种消息处理方法、***及客户端
CN101272357B (zh) 一种即时通信用户进行信息交流的方法、***和客户端
WO2011032408A1 (fr) Procédé et terminal mobile permettant de traiter des informations relatives à des contacts de communication instantanée
CN101087272B (zh) 一种在即时通讯***中实现呼叫受限的方法、装置和***
JP2009169866A (ja) 電子メールクライアントおよびその制御方法ならびにコンピュータプログラム
JP4560844B2 (ja) インターネットのような電気通信網内でのインスタントメッセージングサービスに対する選択的出席管理方法
US7487220B1 (en) Delivering instant messages to the intended user
CN109714243A (zh) 一种群聊交互方法及装置
CN101237428B (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: 08734269

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 6769/CHENP/2009

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 OF 220410

122 Ep: pct application non-entry in european phase

Ref document number: 08734269

Country of ref document: EP

Kind code of ref document: A1