US7263526B1 - Method and apparatus for embedding chat functions in a web page - Google Patents
Method and apparatus for embedding chat functions in a web page Download PDFInfo
- Publication number
- US7263526B1 US7263526B1 US08/768,606 US76860696A US7263526B1 US 7263526 B1 US7263526 B1 US 7263526B1 US 76860696 A US76860696 A US 76860696A US 7263526 B1 US7263526 B1 US 7263526B1
- Authority
- US
- United States
- Prior art keywords
- chat
- browser
- region
- client
- display device
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/04—Real-time or near real-time messaging, e.g. instant messaging [IM]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
- H04L12/18—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
- H04L12/1813—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
- H04L12/18—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
- H04L12/1813—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
- H04L12/1827—Network arrangements for conference optimisation or adaptation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/329—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99943—Generating database or data structure, e.g. via user interface
Definitions
- the present invention relates to network communications, and more particularly to synchronized browse and chat functions on a computer network.
- Web World Wide Web
- the location and exchange of data over computer networks is controlled by various network protocol.
- the World Wide Web (hereinafter “Web”) is a system of communications protocols that presents information in documents that are capable of being linked to other documents.
- the documents are stored in a distributed manner across the Internet on the networked computers, and are accessed using programs known as browsers.
- the Web is a system of protocols exchanged between a host computer running an application, known as a server, that delivers Web documents, and a user's computer, known as the client.
- Web documents are created using a markup language known as HTML, or Hypertext Markup Language. Hyperlinks are used to connect a document on one host computer to a document on another host computer.
- HTML paragraph is illustrative.
- HTTP Hypertext Transfer Protocol
- TCP/IP Transmission Control Protocol/Internet Protocol
- HTTP sits on top of TCP/IP and is a stateless protocol designed to transfer documents at a high rate of speed. As a stateless system, HTTP does not retain any information from one document transfer to the next. If additional documents are needed, each additional document must be transferred by opening a new HTTP connection, requesting the document, delivering the document, and closing the connection.
- IRC Internet Relay Chat protocol
- IRC uses the TCP/IP protocol in a client/server model.
- IRC client initiates a channel by connecting to an IRC enabled server, which may or may not be on the same host as the Web server.
- Other clients join the channel by typing a join IRC command.
- the IRC server mediates the channel, passing each message to all channel members or to particular channel members, as determined by the originator of the message.
- IRC Internet Engineering Task Force
- integrated HTML chat a technique known as integrated HTML chat
- chat is incorporated into the HTML frame and has the appearance of being embedded.
- the user receives an HTML page that contains the chat window, types his or her reply to a message in the chat window, and sends the revised page back to the originating server.
- integrated HTML chat is a limited and inflexible technique.
- the chat and browser applications run independently of one another, relying on user interaction at particular points in time to achieve browse-chat coordination. Unfortunately, independence of operation causes the browser and chat applications to be generally uncoordinated, and the need for the user to coordinate their operation is inconvenient.
- the present invention advantageously embeds chat functions into Web pages using the well-defined application program interfaces of various web browsers. More specifically, one embodiment of the invention is a method for embedding chat functions in a Web page.
- a chat client is linked to a browser through the application program interface of the browser.
- the browser is resident on a client computer having a client display device, and a server furnishes commands to the browser to establish browser and chat regions on the client display device.
- the same or a different server furnishes browser content to the browser, which displays the browser content in the browser region of the client display device.
- a chat server furnishes chat content to the browser which invokes the chat client through the application program interface.
- the evoked chat client displays the chat content in the chat region of the client display device through the browser.
- a client computer includes a client display device, an installed browser application having an application program interface, and an installed chat application.
- the chat application is linked to the browser application through the browser's application program interface.
- a server is programmed to furnish commands to the browser application for establishing browser and chat regions on the client display device.
- the same or a different server is programmed to furnish browser content to the browser application, the client computer being programmed by the browser application to display the browser content in the browser region of the client display device.
- a chat server is programmed to furnish chat content to the browser application, the client computer being programmed by the browser application to invoke the chat client through the application program interface, and the client computer being programmed by the chat client to display the chat content in the chat region of the client display device.
- FIG. 1 is a schematic diagram of network protocol connections between clients and a host in accordance with the present invention
- FIG. 2 is a flow chart of a method for real time network chat in accordance with the present invention
- FIG. 3 is a schematic diagram of how a hyperlink functions during a real time network chat, in accordance with the present invention.
- FIGS. 4A , 4 B, 4 C, 4 D, 4 E, 4 F, 4 G, 4 H, 4 I and 4 J are pictorial representations of user displays, in accordance with the present invention.
- FIG. 5 is a schematic diagram of a world topography
- FIG. 6 is a block schematic diagram showing a state of a two room world and the relationships between a chat server, a Web server, and elements of the user's display;
- FIG. 7 is a block schematic diagram showing another state of a two room world and the relationships between a chat server, a Web server, and elements of the user's display;
- FIG. 8 is a schematic diagram of an implementation of embedded chat for the Netscape Navigator browser, in accordance with the present invention.
- FIG. 9 is a block schematic diagram showing a server architecture suitable for handling a chat session using plug-ins, ActiveX controls, and Java applets.
- FIG. 1 and FIG. 2 show a process for real-time conferencing across the Internet.
- the process begins with a user who launches a chat session from his or her computer, preferably from a browser application running on the computer, by running an application called a real time markup (“RTM”) chat client.
- the computer operating system (“OS”) causes a two-way TCP/IP connection to be established between the client computer and a host computer for the chat session, while the RTM chat client causes a real time protocol (“RTP”) connection, typically full duplex, to be established between the RTM chat client and a real time server on the host.
- RTP real time protocol
- Other users join the chat session by establishing TCP/IP connections and launching their own RTM chat clients.
- FIG. 1 and FIG. 2 show a process for real-time conferencing across the Internet.
- the process begins with a user who launches a chat session from his or her computer, preferably from a browser application running on the computer, by running an application called a real time markup (“RTM
- FIG. 1 shows three RTM chat clients 110 , 120 and 130 , which run on top of respective TCP/IP clients 112 , 122 and 132 .
- the TCP/IP connections are established with a host computer, which runs TCP/IP host software 140 and typically hosts several different types of servers.
- FIG. 1 illustratively shows four servers, an HTTP server 142 , a telnet/chat server 144 , an FTP server 146 , and an Internet Relay Chat (“IRC”) server 148 .
- IRC Internet Relay Chat
- a variety of other server types reside on the host computer as well, including, for example, Gopher, Usenet and WAIS.
- a real time chat client is any client capable of sustaining what appears to a user to be real time chat.
- the effect of real time is created by using as the RTP a continuously open connection protocol such as, for example, a continuously open streaming protocol such as telnet or a continuously open connection packet protocol such as IRC.
- Telnet is a well known streaming protocol used to establish bi-directional continuously opened sockets and full duplex data transmission to achieve real time communications.
- the telnet protocol is an industry standard. UNIX hosts are generally provided with telnet servers as part of their operating systems.
- Other examples of continuously opened connection streaming protocols include UDP, or Universal Data Protocol, and a variety of proprietary protocols.
- IRC is a well known packet protocol used to establish bi-directional continuously opened sockets and full duplex data transmission to achieve real time communications.
- the IRC protocol is an industry standard, fully defined in RFC 1459.
- the HTTP protocol defines a transactional half-duplex data transmission. HTTP connections are opened and closed as documents are requested and sent. Real time communication is not realized
- a markup language is any language that enables document formats to be defined, and may also enable hyperlinks to be embedded in documents.
- the most popular markup language in use on the Web is HTML, which supports embedded hyperlinks, various font styles such as bold and italics, and various MIME (Multipurpose Internet Mail Extension) file types for text and embedded graphics, video and audio.
- FIG. 2 shows what happens when a RTM chat client is launched.
- the chat client in FIG. 2 is a telnet HTML chat client and the host includes a telnet server and a server-side application known as a chat server that enables communication between two or more chat clients.
- FIG. 2 shows use of the telnet protocol and a compatible chat server, the IRC protocol and an IRC chat server may be used if desired, as well as any other continuously open bi-directional connection chat client—server types and compatible chat server applications. Chat servers are well known; for example, the telnet protocol and proprietary chat server software is commonly used by commercial BBS services, and the IRC protocol and IRC server side chat applications are common in many UNIX environments.
- FIG. 2 also shows use of HTML, other markup languages may be used if desired.
- the telnet HTML chat client After the TCP/IP and telnet connections are made (step 200 ), the telnet HTML chat client immediately begins to receive any messages being posted by the chat server, and may send messages to other telnet HTML chat clients through the chat server or remain idle in the event that no messages are being sent or received. While non-HTML telnet clients may also be connected to the chat server, they will not be capable of displaying the incoming data with fidelity because they will not be able to properly parse it.
- the telnet chat client is designed either to send each keystroke to the host either individually or in groups. In either case, the telnet chat client appends the keystroke(s) to a TCP/IP header and the resulting packet is sent to the chat host (step 220 ).
- the chat host parses the incoming data in real time (step 222 ). If the chat host detects a telnet escape sequence (step 224 ), it processes the detected escape sequence (step 226 ). If the chat host is set to a mode for processing HTML tags (step 227 ) and detects a server-executable HTML tag (step 228 ), it processes the detected HTML tab as appropriate (step 229 ).
- chat host If the chat host does not detect a telnet escape sequence and either is not in an HTML tag detect mode or does not detect a server HTML tag if in an HTML tag detect mode, the chat host simply posts the data (step 230 ) to all connected telnet clients or to a specific or ones of connected telnet clients if so instructed by the chat server. Connected telnet clients that are not HTML enabled simply display any HTML tags as they are received. However, connected telnet HTML clients recognize and respond to the HTML tags in the data.
- An IRC packet is the entire series of keystrokes preceding a carriage return.
- An IRC chat client appends the IRC packet or in some cases breaks up the IRC packet into sub-packets and appends each sub-packet to a TCP/IP header, and the resulting TCP/IP packet is sent to the IRC chat host.
- the IRC chat host parses the incoming data in real time, processing any IRC headers and handling the appended data accordingly.
- the telnet chat client processes incoming messages containing HTML tags as follows.
- the telnet chat client parses the incoming data (step 210 ) to distinguish between HTML tags and characters to be displayed. If a client-executable HTML tag is detected (step 212 ), the tag is processed as appropriate (step 214 ). If a client HTML tag is not detected (step 212 ), the incoming data is displayed on the chat screen of the telnet chat client computer (step 216 ). In either case, the telnet chat client then looks for more data to process (step 218 ), and either resumes parsing or idles if no incoming or outgoing message is present.
- the telnet connection is terminated either by the client or the host. Termination is done by releasing the socket for the connection, in a manner well known in the art.
- Sarah's chat client software sends the following illustrative data stream to members of the chat session via the host.
- Sam responds to Sara's message with his message, and then simply clicks on the hyperlink “ichat site” in his chat window using either his mouse or keyboard navigation. This action launches Sam's Web browser, if it is not already running. Sam's Web browser takes him to the ichat home page, without need for Sam to enter a URL.
- the manner in which hyperlinks function in a chat session among RTM chat clients is shown in more detail in FIG. 3 .
- the two way arrow between RTM chat client 314 in client 310 and a real time server 324 in host 320 represents a bi-directional TCP/IP—real time protocol communications channel.
- the two way arrow between RTM chat client 334 in client 330 and the real time server 324 in host 320 also represents another bi-directional TCP/IP—real time protocol communications channel.
- the one way arrows between web browser 332 in the client 330 and HTTP server 342 in host 340 represent respective one way TCP/IP HTTP (transactional) protocol communications channels.
- the host 310 need not include a Web browser
- the host 320 need not include an HTTP server 322
- the host 340 need not include a real time server 340 .
- RTM chat client 314 creates a message that includes an embedded hyperlink, and sends that message through the real time server 324 (action “A”) to the RTM chat client 334 (e.g. Sam) (action “B”).
- the real time server 324 acts on the embedded hyperlink, although in the example of FIG. 3 the real time server 324 merely posts the message to the RTM chat client 334 .
- other actions that may be occurring such as echo of the message back to the RTM chat client 314 and communication of the message to other joined chat clients, are omitted for clarity.
- the client 330 e.g Sam
- causes his Web browser 332 to access the URL associated with the hyperlink embedded in the chat message e.g. ichat site
- Action “C” is performed in any suitable manner.
- the RTM chat client 334 simply launches the Web browser 332 using the URL associated with the hyperlink as a command line argument. If the Web browser 332 happens to be running, the RTM chat client 334 communicates the page request to the Web browser 332 using any suitable interface protocol such as the DDE protocol, which is standard in such operating systems as the Microsoft® Windows® Version 3.1 operating system and the Microsoft® Windows® 95 operating system. Newer protocols and methods suitable for having the RTM chat client 334 cause the Web browser 332 to acquire a Web page include plug-in technologies, ActiveX technologies, and Java technologies.
- the Web browser 332 makes a TCP/IP connection with the HTTP server 342 (or any other HTTP server, including HTTP server 322 ) and Web browser 332 makes a request for a Web page (action “D”) by sending the URL associated with the embedded hyperlink.
- the HTTP server 342 responds by delivering the requested Web page (action “E”), and the TCP/IP connection between the Web Browser 332 and the HTTP server 342 is terminated.
- the bi-directional TCP/IP—real time protocol communications channels between the RTM chat client 314 and the real time server 324 , and between the RTM chat client 334 and the real time server 324 remain open if desired to continue the chat session.
- FIG. 6 shows a real time chat server 610 , which not only maintains the chat session as does the real time server 324 of FIG. 3 , but also synchronizes the browse and chat functions by dynamically linking the browser and chat applications to allow the contents of the browser window and the chat window to change in a coordinated manner.
- multiple users' browsers may be connected into one powerful distributed chat/HTTP server and all such users are able to fully interact with one another in a coordinated manner via type-written messages, HTML web documents, and file transfers.
- a useful metaphor for synchronized chat and browse functions is that of a visitor able to move from room to room of a building, each room containing remarkable things and a group of people engaged in a voted discussion about the things in their room.
- the visitor may remain in the present room and continue the present discussion while looking at the remarkable things on display in the present room, or may peak into a different room and continue the present discussion while looking at the remarkable things on display in the different room, or may move to a different room and join the discussion in progress in that different room, or may follow another visitor to a different room and join with the other visitor in the discussion in progress in that different room.
- the real time chat server 610 synchronizes the browse and chat functions when the user, or visitor of the metaphor, moves into another room, so that not only does the browser content change but the chat also changes in a coordinated manner.
- chat window is embedded in the Web browser window, although the two windows may be separate if desired or the browser window may be embedded in the chat window.
- the user learns of a second Web page of interest from another chat member during the chat, the user need only click on the hyperlink provided in the chat window to examine the second Web page while continuing to participate in the chat associated with the first Web page. If the second Web page is chat-enabled and the user wishes to join a chat associated with the second Web page, the user need only click on the chat button in the second Web page.
- this new site has a “speaker” who presents a variety of “slides,” which are different Web pages on the speaker's site or on other sites or are sections of the current Web page, and discusses each slide with users in the chat group.
- a user might ask a question about one of the slides, to which the speaker is able to respond by simply answering the user's question in the chat window, or by showing other slides to the user individually or with the audience and discussing the other slides in the chat window, or by taking the user individually or with the audience to a different Web page on or off the current site either to continue the chat by discussing the new Web page or to join the chat associated with the new Web page, or by suggesting that the user go to a different Web page to join a chat associated with the new Web site.
- FIG. 4A shows the screen of a user Ursula who wishes to join a chat in progress on the subject of where to go to fix computers.
- the user launches her Web browser and brings up an HTML page 410 in her browser window having a schedule of computer chats.
- one of the scheduled chats is on sharing ideas about where to go to fix computers is in progress.
- FIG. 4B shows the result of the user's having clicked on “CHAT” ( 411 ).
- a chat window opens containing the selected chat session 412 .
- the chat window containing the chat session 412 is embedded in the browser window displaying the page 410 .
- the user announces to the chat group by typing (not shown) into a message entry area 414 that she needs advice on fixing her computer, and one of the chat participants, Able, responds in the chat session 412 by recommending the Fixit! repair advisor service.
- Able also creates the hyperlink “Fixit! for the user and the chat group generally. Ursula thanks Able and clicks on the hyperlink “Fixit!” (action 416 ) in the chat session 412 .
- FIG. 4C shows the result of the user's having clicked on “Fixit!” (action 416 ).
- a Fixit! welcome page 420 displays which contains a list of computer brands, and the user is able either to enter into a chat about any of the computer brands by clicking on the hyperlink for that computer brand on the page 420 , or to request help from the receptionist Rob by clicking on the hyperlink “Chat with Rob the Receptionist” on the page 420 .
- FIG. 4D shows the result of the user's having clicked on “Chat with Rob the Receptionist” (action 412 ).
- a chat window appears showing a synchronized chat session 422 .
- the chat window containing chat session 422 is embedded in the browser window containing the HTML page 420 .
- the chat window containing chat session 422 also contains a message entry area 424 . Since Ursula's computer type is not listed, she joins the chat session in progress by using the message entry area 424 ( FIG. 4C ) to ask the receptionist if Fixit! can help repair her computer.
- the receptionist Rob replies in the chat session 422 that the user's ABC brand computer is the same as a BCD brand computer, and offers to move her to a BCD computer repair advisor for help.
- FIG. 4E shows a Fixit! repair advisor welcome page 440 appearing in the browser window along with a synchronized chat session 442 in the embedded chat window, which result from Rob's having moved Ursula to BCD Computer repair advisor Ralph.
- pages 420 and 440 are on the same site, viz. the Fixit! site.
- the chat window containing the chat session 442 also contains a message entry area 444 .
- An advertising banner 446 appears in a banner window above and adjacent to the browser window containing page 440 .
- the general type of banner is synchronized with the chat, here BCD Computer Inc. advertisements where the chat is about fixing BCD brand computers, and the specific message of the banner changes either periodically or in some other suitable manner, as by context sensitivity.
- the repair advisor Ralph greets Ursula, Ursula describes the problem, and Ralph suggests a look at a particular HTML page to help identify exactly the failed component in Ursula's computer.
- FIG. 4F shows in the browser window an image 458 of one type of disk drive that might have been installed in Ursula's ABC Computer.
- the image 458 is part of HTML page 450 .
- Page 450 is not from the Fixit! site. Rather, page 450 is from the site http://www.diskco.com, although it could have been a page from a different server on the Fixit! site, a page from the same server as page 440 , or even a different section of the page 440 .
- Page 450 appears with and is synchronized with chat session 442 in the embedded chat window.
- a new synchronized banner 456 appears in the banner window.
- the component shown in the image 458 is not the type in Ursula's computer. Ralph suggests a look at another HTML page to help identify exactly the failed component in Ursula's computer.
- FIG. 4G shows in the browser window an image 468 of another type of disk drive that might have been installed in Ursula's ABC Computer.
- the image 468 is part of HTML page 460 , which also is from the server http://www.diskco.com, although it could have been a page from a different site or server.
- Page 460 appears with and is synchronized with chat session 442 in the embedded chat window.
- a new synchronized banner 466 appears in the banner window.
- the component shown in the image 468 is not the type in Ursula's computer. Ralph suggests a look at a Fixit! promotional page while he decides on a course of action.
- FIG. 4H shows in the browser window an image 478 , which is a promotional graphic.
- the promotional graphic 478 is part of HTML page 470 , which is Ralph's page on the Fixit! site.
- the new page 470 and the old chat window 442 are synchronized.
- Another new synchronized banner 476 appears in the banner window.
- None of the components shown in graphics 458 and 468 is in Ursula's computer, and Ralph announces his conclusion in chat session 442 ( FIG. 4H ) that Ursula has an undocumented component in her computer. Ralph decides that the best course of action is for Ursula to follow him to chat with a BCD Computer technician to discuss the problem, and makes a suggestion to this effect.
- FIG. 41 shows a BCD Computer technical services desk welcome page 480 in the browser window.
- HTML page 480 which illustratively is on the BCD Computer Web site and not on the Fixit! Web site, is selected by Ralph so that he can discuss Ursula's problem with a BCD Computer technical expert.
- Page 480 appears with and is synchronized with chat session 442 in the embedded chat window, which contains the message entry area 444 .
- a new synchronized banner 486 appears in the banner window. Since Ralph wants to chat with a BCD Computer technician, he clicks on “Click here” (action 481 ) on the page 480 .
- FIG. 4J shows the BCD Computer technical services desk welcome page 480 in the browser window.
- the new page 480 becomes synchronized with a new chat session 482 in the chat window, which contains the message entry area 484 .
- no banner is associated with either the new page 480 or the new chat session 482 , so no banner window appears.
- Ursula is likely to have her problem resolved now that experts from Fixit! and BCD Computer are both involved in a chat with her about her problem.
- Table 1 summarizes the capabilities showcased in the foregoing example, which constitute a useful set of capabilities for chat-enabled Web servers and clients.
- chat server to synchronize the chat and browse functions are possible and include a variety of command sets as well as linear and object oriented programming techniques.
- the chat server is implemented using object oriented techniques.
- Users are realized as instantiations of a user object.
- the user object “resides” in an instantiation of a room (like one of the rooms of the metaphor), which is characterized by a particular browser connection (like the remarkable things of the metaphor) and a particular chat connection (like the discussion group of the metaphor).
- the user object is fully aware of these browser and chat connections of the room in which it is resident.
- the user object is able to move or be moved to another instantiation of a room, which is also characterized by a particular browser connection and a particular chat connection, and becomes fully aware of the new browser and chat connections that characterize the new room. Physically, the user's browser and chat connections change immediately as the user object become aware of the browser and chat connections of the new room.
- the room is an element of a world, which is a collection of rooms.
- the rooms within a particular world define areas of special interest and preferably are arranged in a manner where a user can move easily from one room to another. For example, if the designer of a world is working on a Web site that will showcase five products of a common manufacturer, the world is in one implementation a six room world, one room being a main entry area and the other five being product rooms.
- each room contains an HTML page illustrating features of a particular product and a chat area where customers and salesmen discuss the product.
- User traffic flow is taken into account when designing a world.
- User traffic flow is defined by room exits that connect one room to another.
- the product promotional site mentioned above in one implementation has the six room topology shown in FIG. 5 , with an entry room 500 having five exits to respectively the five product rooms 510 , 520 , 530 , 540 and 550 , and with each of the product rooms having one exit back to the entry room.
- LPC is suitable for implementing the chat server, although other languages are suitable as well.
- LPC is an object-oriented interpreted language that is widely used in multi-user network applications, typically Multi-User Dungeons (MUDs).
- the chat server is built from a number of core software objects within the LPC framework. These core objects are user objects, connection objects, and room objects.
- User objects are used by the chat server to identify the users of the server and to distinguish the individual user preferences on that server.
- Each of the users of the chat server identifies himself or herself, if desired, by means of name, gender, address, e-mail address, URL, an avatar, and a description. These attributes are stored in the user object and can be queried and viewed by other users of the chat server.
- the user object also has associated with it the method by which the user connected to the server. The connection method is obtained through the connection objects that the user objects can inherit.
- Connection objects give the chat server the capability to provide network connections to a variety of standard network protocols. These protocols include Telnet, HTML, IRC, and raw TCP/IP socket level communication. A user of the chat server can take advantage of one or more of these connection objects to connect and communicate to the chat server and the other user objects.
- Room objects gives the chat server the capability to divide the server into different communication areas.
- the room objects contain the different user objects as different users login to the chat server.
- Each room object has attributes that are presented to the user objects contained within the room object. These attributes include a URL frame, a rotating URL frame, a short description, a long description, and a real-time chat text area.
- the user When a user logs on to the chat server, the user is assigned a user object and the preferences of that user are restored from a database. The user object is then moved into a room object which is either the last room that user visited or the default start room for that chat server. The user is then presented with the attributes of the room object along with the names of the other user objects within that room object. All of the user objects within the room objects see the same attributes and are given the capability to communicate with the other user objects within the room object.
- the chat server is configurable to give the user ways to navigate between the different rooms on the server.
- Each room object can be configured with exits to other room objects.
- the chat server creates a topology of rooms that the user can navigate.
- the chat server can also be configured in a flat topology such that all room objects are immediately accessible to the user. All of the objects contains within the chat server have actions that are available to the user object to facilitate communication with other user objects. These actions include different methods of text communication to one or more users, viewing URLs between one or more users, and transferring files between users.
- Spatial definition within the object oriented implementation calls for movement commands to navigate within the defined environment.
- a suitable set includes four categories of movement commands based on function: directional movement, teleportation, following, and mobile privacy.
- Directional movement is based on utilizing room exits to physically move one's avatar through the defined virtual space.
- the go command takes as an argument the direction in which the invoking user wishes to travel.
- Room exits become go commands when defined within the virtual space, in which case the user need only type the exit's name instead of preceding the name with the go command.
- Exit listings show up as hyperlinks which Web users need only point to and click to navigate, allowing even greater ease of movement.
- the teleportation command is based on a user's jumping from one room to another in a fashion that omits the need to traverse intervening virtual space.
- the user's avatar simply leaves one room and enters another, whether or not connected. While teleportation is faster than directional movement, directional movement offers greater opportunities to meet new people and assist with more problems.
- the goto command is a variation of the teleportation command.
- the goto command takes as an argument the name of a user to whom the invoker wishes to travel.
- a request is sent to the target of the goto command to verify that it is acceptable for the teleporter to go to the target.
- the follow command is based on users following other users from point-to-point within the virtual space. Since the followed user's avatar leaves one room and enters another by means of directional movement or teleportation, any following users move to the same destination using the same mode of travel.
- Followed Web users who encounter and utilize a hyperlink to an offsite destination are followed to that site by any followers who also have browser capabilities. Those without browser capabilities, i.e. telnet users, are simply left behind. Link following only works for the first offsite hyperlink encountered.
- the follow command takes one argument, which is the name of a user the invoker wishes to follow. Upon invocation, a request is sent to the target of the follow command to verify that it is acceptable for the follower to follow the target.
- the stopfollow command is directly tied to the follow command.
- the stopfollow command allows a user who is following to stop following, and allows a user who is being followed to stop another form following him or her.
- the autogoto command is directly tied to the goto command, and allows a user to set an automatic response to requests by others to go to him or her.
- the autogoto command takes a single argument selected from the following: ask, yes, and no.
- any attempts to go to that user result in a notice being sent to that user informing him or her that another requests to be allowed to go to his or her current location.
- the target of the go to who received the message, responds with “allow” or “disallow” as desired.
- autogoto is set to “yes” for a particular user, all requests to follow are automatically allowed.
- autogoto is set to “no” for a particular user, all requests to follow are automatically disallowed.
- the allow command enables users to respond to incoming goto or follow requests, and takes as its single argument the name of the user to whom permission to use goto or follow should be granted.
- the disallow command enables users to respond to incoming goto or follow requests, and takes as its single argument the name of the user to whom permission to use goto or follow should be denied.
- the move command which is generally reserved for an administrator but which can be authorized to other users, allows this person to move one or more users into other rooms in the world.
- the suggest command is movement-like in that it allows a user a “peak” into another room or even another world by viewing an HTML page posted in the user's display window by the invoker of the command. The user and invoker remain in the current chat.
- the suggest command is also useful for displaying ad banners, which is achieved by designating the ad banner window default name ichatad.
- chat server suitable for the Web
- rooms are represented principally by separate URLs and are individual web-based (HTML) pages which may or may not be chat-enabled.
- Design of the URL to be displayed with each room is dictated primarily by the HTML designer's needs and the capabilities of the Web browser.
- the chat and Web servers support all popular extensions, such as images, frames, plug-ins, Java® and JavaScript®, and ActiveX, and all popular multimedia extensions such as Real Audio, Shockwave, and Java Applets, and all can be synchronized with the chat and/or browse functions using the techniques described herein.
- the browser connection is an HTTP connection
- the chat connection is a telnet or IRC connection.
- HTTP connection closes after document transfer completes, since current generation browsers such as Netscape® Navigator® Version 3.0 and Microsoft® Explorer® Version 3.0 require that it be so.
- alternative technologies such as server push require that the http connection be maintained open, and may be used if desired.
- telnet and IRC connections remain open.
- the chat client preferably is linked to the browser client for various reasons, including to establish a particular HTTP connection when the client is not the originator of the new connection request.
- the chat server may need to cause a new HTTP connection to be made because a user object has just moved into a new room characterized by that connection.
- the chat server cannot cause the HTTP server on the site to push the new document onto the browser client.
- the chat server is able to use the telnet or IRC connection to the chat client to make the request to load the new HTML page, and the request is then communicated by the chat client to the linked browser client which then pulls the new HTML page.
- the HTTP connection happens to be open and the next HTML page is on the same site as the current HTML page, the browser server is able to push the HTML document onto the client browser if desired, or the transfer may rely on client pull.
- FIG. 6 and FIG. 7 show an implementation of a world and the relationships between a chat server 610 , an HTTP server 620 , and the user's display, represented by a banner 630 , an HTML page 640 , and a chat 650 .
- the world model of FIG. 6 and FIG. 7 is a simple two room world, for clarity, but is suitable for realizing the various events of FIG. 4 occurring on the Fixit! site, as follows.
- the user object 616 is created in room object 614 , which typically is an entry room.
- a user object 618 for Ralph the repair advisor resides in room object 612 , but presently has nothing to do with the Ursula user object 616 .
- Connections to the user object 618 are omitted for clarity.
- the user object 616 becomes fully aware of the web and chat connections that characterize the room object 614 , thereby synchronizing the chat and browse functions. Other user objects associated with room object 614 are omitted for clarity.
- the transition from FIG. 4D to FIG. 4E is executed by Rob the Receptionists, who issues a move command to move Ursula into room object 612 ( FIG. 7 ), which already has user object 612 resident.
- the user object 616 becomes fully aware of the web and chat connections that characterize the room object 612 , thereby synchronizing the chat and browse functions.
- Ursula sees the HTML page 440 of Ralph the repair advisor and joins in the synchronized chat session 442 .
- Each new URL is sent to the chat server 610 , which sends information over the telnet or IRC connection to the chat application maintaining chat window 650 , which in turn instructs the Web browser maintaining page 640 to load a new page.
- the chat application preferably uses local communications to the browser maintaining page 640 to load a new page corresponding to the new URL, although the chat application may be internal to the browser application if desired.
- a suitable local communications protocol is DDE, although other local communications protocols are suitable as well.
- the browser application establishes an HTTP connection to the appropriate server, which for this example is the HTTP server 620 although it could be a server on another site. Note that user object 616 remains in room object 612 (not shown).
- the transition from FIG. 4H to FIG. 4I is executed by repair advisor Ralph using the suggest command to display new URLs 480 on Ursula's browser screen while remaining in the object room 612 and continuing the same chat session 442 .
- This transition is similar to the transitions from FIG. 4E to FIG. 4F , from FIG. 4F to FIG. 4G , and from FIG. 4F to FIG. 4G , except that the HTTP connection is to a server on the BCD Computer site rather than to a server on the Fixit! site.
- FIG. 4I to FIG. 4J The transition from FIG. 4I to FIG. 4J is executed by repair advisor Ralph using the follow command to link his user object 618 to Ursula's user object 616 , and then clicking on a hyperlink on the page 480 (action 481 , FIG. 4I ) to join in a chat with the BCD Computer technician Terri. Following another user is achieved by locking together user objects, as shown by the tie bar 700 linking user object 616 to user object 618 . Linked user objects 616 and 618 are extinguished from room object 612 but are resurrected in another room in the world on the BCD Computer site (not shown).
- Advertising banners such as 446 ( FIG. 4E ), 456 ( FIG. 4F ), 466 ( FIG. 4G ), 476 ( FIG. 4H ), 486 ( FIG. 4I) and 630 ( FIG. 6 and FIG. 7 ) are just small HTML windows and are handled in a similar fashion with one major exception.
- banners are synchronized on a timed rotation, customizable by the second. The result is that users view multiple ad banners as often and for as long as configured by the Web site administrator.
- the Netscape NavigatorTM Web browser available from Netscape Communications Corporation of Mountain View, Calif., has since the Beta release of version 2.0 in 1995 included a plug-in architecture.
- This plug-in architecture is a standard application programming interface that allows third party developers to write software programs, or modules, to extend the capabilities of the Web browser to view data types for which it might not have been designed to view. They are downloadable and become activate when needed.
- Other software architectures accomplish similar results in somewhat different ways.
- the Microsoft ExplorerTM Web browser version 3.0 released in 1996, supports ActiveX controls. ActiveX controls are similar to plug-ins in what they can do and how they appear, but are different in that they download and install into the Web browser automatically.
- FIG. 8 An implementation of embedded chat suitable for use with the Netscape Navigator browser is shown in FIG. 8 .
- a user desiring to obtain the chat client software by download via the Web goes to a Web site that offers the software and clicks on a download button.
- This action causes a download request to be sent to an FTP server 810 (path 812 ).
- the FTP server 810 an HTTP server may be used instead, if desired
- sends an executable file containing a self-extracting dynamic linking library file, or DLL file to the user's computer (path 814 ).
- the user installs the chat plug-in DLL file in a plug-in subdirectory of the browser directory by executing the downloaded executable file. Installation of the chat plug-in is completed by having the user restart the client browser application, which registers the chat plug-in for future use as needed.
- the login page 820 identifies the user's name and password and contains an indication of the type of chat client software to be used, in this case a plug-in. It will be appreciated that some browsers such as version 3.0 of the Netscape Navigator browser are capable of generating the correct selection or limiting the number of displayed selections automatically.
- the data from the data fields of the completed form and the request for download is sent to the HTTP server 830 (path 834 ) when the “submit” button on the login page 820 is clicked.
- the HTTP server 830 passes the login data to a chat server 840 for an authorization check.
- the HTTP server at that site sends an HTML page (path 836 ) that includes a sequence of HTML tags that causes a two frame window 850 to display on the user's monitor.
- the window 850 includes an HTML frame 852 and a plug-in frame 854 (see also FIG. 4B ).
- HTML pages 860 received by the browser client are recognized by the browser, which displays them in the HTML frame 852 in normal fashion.
- Chat files which are assigned the MIME type application/x-chat or are identified by the extension .CHAT, are not processed by the browser since it does not natively support them.
- chat pages 870 are displayed in the plug-in window 854 .
- the HTML frame 852 and the plug-in frame 854 may or may not be synchronized, as desired.
- a suitable sequence of HTML tags for creating the HTML frame 852 and the plug-in frame 854 in a Netscape Navigator browser is as follows.
- ActiveX controls are also useful for embedding real time chat into a Web page in a manner similar to plug-ins, although some of the details differ. ActiveX controls download and install into the Web browser automatically, and use a full screen “embed” like command to place HTML chat pages in the chat frame instead of .CHAT files. The manner in which the capabilities of plug-ins can be replicated using ActiveX controls is generally well known in the art.
- Java applets are also useful for embedding real time chat into a Web page. Java applets are delivered along with the HTML chat pages, and interpreted at runtime by an interpreter running on the user's computer.
- FIG. 9 An illustrative server architecture 900 suitable for handling a chat session using plug-ins and ActiveX controls, as well as Java applets in any combination is shown in FIG. 9 .
- Column 910 shows various clients
- column 920 shows Web server 922 and Chat server 924
- column 930 shows various multimedia types.
- the architecture 900 is extendible to Netscape Navigator chat plug-ins 912 for Windows 95 and Macintosh System 7, ActiveX controls 914 for Microsoft Internet Explorer 3.0, Java clients (Unix and Others 916 ), and stand-alone clients for Microsoft Windows 3.1 (Unix and Others 916 ).
- This architecture provides seemless and platform independent communication using various multimedia types such as Real Audio 932 , Shockwave 934 , Java Applets 936 , and Others 938 among people on chat-enabled web pages.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Business, Economics & Management (AREA)
- Finance (AREA)
- Multimedia (AREA)
- General Engineering & Computer Science (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Strategic Management (AREA)
- Computer Security & Cryptography (AREA)
- Game Theory and Decision Science (AREA)
- Entrepreneurship & Innovation (AREA)
- Economics (AREA)
- Marketing (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
-
- <P>
- Welcome to the home page of <B> ichat, Inc.</B>. We develop <A HREF=“../products/index.html”>software</A> that expands the functionality and accessibility of real-time Internet chat systems.
The HTML tag “<A HREF=” instructs the browser to create a link to a web page referenced by the embedded Uniform Resource Locator (“URL”), which is a type of address, and to use the word “software” embedded between the tags “> . . . </A>” as the hyperlinked word. The link may be a target, which is a word or phrase in another section of the same Web page; a relative link, which is another Web page within the current site, either forward or backward relative to the current page; or an external or absolute link, which is a Web page on another host.
-
- Hi everyone! I found a <I> great</I> web site. <B> Check out</B> the <A HREF=“http://www.ichat.com”> ichat site.</A>
The HTML chat client software displays Sara's message as it is typed in a normal font, until the “<I>” tag is detected (the sharp brackets connote an HTML control). The characters “great” are displayed as they are typed in an italics style font until the “</I>” tag is detected, after which subsequent characters are again displayed at they are typed in a normal font. When the “<B>” tag is detected, the subsequent characters “great” are displayed as they are typed in a bold font until the “</B>” tag is detected, after which subsequent characters are again displayed at they are typed in a normal font. When the tag “<A HREF=”http://www.ichat.com“>” is detected, Sam's software responds by linking the URL “http://www.ichat.com” to the text following the tag, until the tag “</A>” is detected. Hence, the URL “http://www.ichat.com” is linked to the hyperlink ichat site. This hyperlink is displayed as its characters are typed in a underlined and colored font until the “</A>” tag is detected, after which any subsequent characters are displayed at they are typed in a normal font.
- Hi everyone! I found a <I> great</I> web site. <B> Check out</B> the <A HREF=“http://www.ichat.com”> ichat site.</A>
TABLE 1 | ||
APPEARANCE OF BROWSER AND | ||
OBJECTIVE | ACTION | CHAT WINDOWS |
View a new page | Select a bookmark, or | Desired page displays in the browser window |
(different site, same | enter the URL of the | while the current chat session continues in |
site, or same server) | new page, or click on | the chat window. If the new page is chat |
a hyperlink in the | enabled, a hyperlink is shown which enables | |
browser or chat | a new chat session synchronized with the | |
windows. | new page to be displayed. | |
Join a new chat | Navigate to an | New chat session displays in the chat |
session | adjoining “room” | window, and a synchronized page displays in |
using a direction | the browser window. | |
command, or by | ||
clicking on a hyperlink | ||
in the chat window, or | ||
by using a | ||
teleportation | ||
command, or by using | ||
a goto command to | ||
join a specified target. | ||
View a new chat- | Desired page displays in the browser | |
enabled page, then | window, then after the click a new chat | |
click on the chat | session synchronized with the new page | |
hyperlink. | displays in the chat window. | |
Follow another user | Invoker enters the | The invoker's browser and chat windows are |
“follow” command | the same as that of the target until either the | |
followed by the name | invoker or the target enters a “stop | |
of the user (the target) | following” command. | |
the invoker wishes to | ||
follow. | ||
Post an HTML page | Invoker enters the | The target's chat window remains the same |
in another user's | “suggest” command | as the invoker's chat window but the target's |
browser window | followed by the name | browser window contains the page specified |
of the target and the | by the invoker. | |
URL of the HTML | ||
page. | ||
Move a target to | Invoker enters the | New chat session displays in the chat |
another chat session | “move” command | window, and a synchronized page displays in |
and post its | followed by the name | the browser window. |
associated HTML | of the target and the | |
page to the target's | path of the new chat | |
browser window. | room. | |
-
- <HTML>
- . . .
- <BODY>
- <FRAMESET ROWS=*, 200>
- <FRAME NAME=DISPLAY SRC=XXX.HTML>
- <FRAME NAME=PLUGIN SRC=XXX.CHAT>
- </FRAMESET>
- . . .
- </BODY>
- </HTML>
The FRAMESET tag creates HTML and PLUGIN frames of a particular size, and the two FRAME tags identify the respective sources for the two frames.
Claims (30)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/768,606 US7263526B1 (en) | 1996-10-30 | 1996-12-18 | Method and apparatus for embedding chat functions in a web page |
US09/187,895 US7165213B1 (en) | 1996-10-30 | 1998-11-06 | Method and system for coordinating media and messaging operations in an information processing system |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/741,470 US6785708B1 (en) | 1996-10-30 | 1996-10-30 | Method and apparatus for synchronizing browse and chat functions on a computer network |
US08/768,606 US7263526B1 (en) | 1996-10-30 | 1996-12-18 | Method and apparatus for embedding chat functions in a web page |
Related Parent Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/722,898 Continuation-In-Part US5764916A (en) | 1996-09-27 | 1996-09-27 | Method and apparatus for real time communication over a computer network |
US08/741,470 Continuation-In-Part US6785708B1 (en) | 1996-10-30 | 1996-10-30 | Method and apparatus for synchronizing browse and chat functions on a computer network |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/187,895 Continuation-In-Part US7165213B1 (en) | 1996-10-30 | 1998-11-06 | Method and system for coordinating media and messaging operations in an information processing system |
Publications (1)
Publication Number | Publication Date |
---|---|
US7263526B1 true US7263526B1 (en) | 2007-08-28 |
Family
ID=38433221
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/768,606 Expired - Fee Related US7263526B1 (en) | 1996-10-30 | 1996-12-18 | Method and apparatus for embedding chat functions in a web page |
US09/187,895 Expired - Fee Related US7165213B1 (en) | 1996-10-30 | 1998-11-06 | Method and system for coordinating media and messaging operations in an information processing system |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/187,895 Expired - Fee Related US7165213B1 (en) | 1996-10-30 | 1998-11-06 | Method and system for coordinating media and messaging operations in an information processing system |
Country Status (1)
Country | Link |
---|---|
US (2) | US7263526B1 (en) |
Cited By (85)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030078972A1 (en) * | 2001-09-12 | 2003-04-24 | Open Tv, Inc. | Method and apparatus for disconnected chat room lurking in an interactive television environment |
US20040039779A1 (en) * | 1999-09-28 | 2004-02-26 | Brawnski Amstrong | System and method for managing information and collaborating |
US20040133482A1 (en) * | 2000-03-20 | 2004-07-08 | Siemens Energy & Automation. | Method, system and apparatus for providing product information over the internet |
US20040222972A1 (en) * | 1998-04-01 | 2004-11-11 | Planetweb, Inc., A California Corporation | Multimedia communication and presentation |
US20050005244A1 (en) * | 2000-10-11 | 2005-01-06 | Microsoft Corporation | Scripted text discussion system |
US20050027802A1 (en) * | 1999-09-28 | 2005-02-03 | Mark Madsen | System and method for managing information and collaborating |
US20050182817A1 (en) * | 2004-02-12 | 2005-08-18 | International Business Machines Corporation | System and method for messaging and collaborating in an intranet environment |
US20050235034A1 (en) * | 2004-04-15 | 2005-10-20 | International Business Machines Corporation | System and method for searchable instant messaging chat repositories using topic and identifier metadata |
US20050289220A1 (en) * | 2004-06-24 | 2005-12-29 | International Business Machines Corporation | Chat marking and synchronization |
US20060080592A1 (en) * | 2004-04-20 | 2006-04-13 | Alves De Moura Francisca Rodri | System for management of interactions between users and software applications in a web environment |
US20060101119A1 (en) * | 2004-11-10 | 2006-05-11 | Microsoft Corporation | Integrated electronic mail and instant messaging application |
US20060155605A1 (en) * | 2002-09-10 | 2006-07-13 | Peter Haighton | Rich media personal selling system |
US20060161852A1 (en) * | 2005-01-20 | 2006-07-20 | Yen-Fu Chen | Method to enable user selection of segments in an instant messaging application for integration in other applications |
US20060167994A1 (en) * | 2005-01-11 | 2006-07-27 | Yen-Fu Chen | System and method for automatically segmenting content from an instant messaging transcript and applying commands contained within the content segments |
US20060259550A1 (en) * | 2001-09-27 | 2006-11-16 | International Business Machines Corporation | System and method for providing character interactive input/output |
US20070016585A1 (en) * | 2005-07-14 | 2007-01-18 | Red Hat, Inc. | Method and system for enabling users searching for common subject matter on a computer network to communicate with one another |
US20070245249A1 (en) * | 2006-04-13 | 2007-10-18 | Weisberg Jonathan S | Methods and systems for providing online chat |
US20080010344A1 (en) * | 2006-07-07 | 2008-01-10 | Meebo, Inc. | Method and system for embedded personalized communication |
US20080034040A1 (en) * | 2006-08-04 | 2008-02-07 | Meebo, Inc. | Method and system for embedded group communication |
US20080177600A1 (en) * | 2007-01-09 | 2008-07-24 | Mccarthy Michael Sean | Methods and systems for measuring online chat performance |
US20080178096A1 (en) * | 2001-05-11 | 2008-07-24 | Rika Kusuda | Collaborative chat system |
US20080183587A1 (en) * | 1999-03-30 | 2008-07-31 | Joo Jin-Yong | Advertising method using internet e-mail and chatting window |
US20080195927A1 (en) * | 2000-11-16 | 2008-08-14 | International Business Machines Corporation | Linking a User Selected Sequence of Received World Wide Web Documents Into a Stored Document String Available to the User at a Receiving Web Station |
US20080288349A1 (en) * | 2007-02-22 | 2008-11-20 | Weisberg Jonathan S | Methods and systems for online interactive communication |
US20090094288A1 (en) * | 2005-01-11 | 2009-04-09 | Richard Edmond Berry | Conversation Persistence In Real-time Collaboration System |
US20090119371A1 (en) * | 2007-11-02 | 2009-05-07 | International Business Machines Corporation | Synchronization of questions and answers in a collaborative messaging environment |
US20090138809A1 (en) * | 2007-11-26 | 2009-05-28 | Ronen Arad | System and method for an instant messaging interface |
US20090144288A1 (en) * | 1998-01-30 | 2009-06-04 | Aviv Refuah | WWW addressing |
US20090150397A1 (en) * | 2007-12-07 | 2009-06-11 | Li Chen | Method of tagging instant messaging (im) conversations for easy information sharing |
US20090187459A1 (en) * | 2005-04-20 | 2009-07-23 | Hayes Jr Marc Francis | System and method for qualifying a lead originating with an advertisement published on-line |
US20090204666A1 (en) * | 2008-02-13 | 2009-08-13 | Microsoft Corporation | Push mechanism for efficiently sending aggregated data items to client |
US20090254843A1 (en) * | 2008-04-05 | 2009-10-08 | Social Communications Company | Shared virtual area communication environment based apparatus and methods |
US20090288007A1 (en) * | 2008-04-05 | 2009-11-19 | Social Communications Company | Spatial interfaces for realtime networked communications |
US20090313685A1 (en) * | 2006-02-15 | 2009-12-17 | Alibaba Group Holding Limited | Method and System for Instant Messaging |
US20100083143A1 (en) * | 2008-06-10 | 2010-04-01 | Joseph Bigley | Internet banner system with live interaction |
US20100107088A1 (en) * | 2008-10-28 | 2010-04-29 | Meebo, Inc. | Provisioning instant communications for a community of users |
US20100146118A1 (en) * | 2008-12-05 | 2010-06-10 | Social Communications Company | Managing interactions in a network communications environment |
US20100174797A1 (en) * | 2006-01-20 | 2010-07-08 | ION Technologies Limited | Method for Recoverable Message Exchange Independent of Network Protocols |
US20100205544A1 (en) * | 2009-02-10 | 2010-08-12 | Yahoo! Inc. | Generating a live chat session in response to selection of a contextual shortcut |
US20100257450A1 (en) * | 2009-04-03 | 2010-10-07 | Social Communications Company | Application sharing |
US20100268843A1 (en) * | 2007-10-24 | 2010-10-21 | Social Communications Company | Automated real-time data stream switching in a shared virtual area communication environment |
US7848971B1 (en) * | 2006-02-28 | 2010-12-07 | Intuit Inc. | Integrated online chat within an income tax preparation product |
US7958453B1 (en) | 2006-09-29 | 2011-06-07 | Len Bou Taing | System and method for real-time, multi-user, interactive and collaborative environments on the web |
US20110185286A1 (en) * | 2007-10-24 | 2011-07-28 | Social Communications Company | Web browser interface for spatial communication environments |
US20120022992A1 (en) * | 1997-07-11 | 2012-01-26 | Asoid Net work Facility, LLC | Method for computerized wagering |
US20120030295A1 (en) * | 2000-06-26 | 2012-02-02 | Aol Inc. | E-mail integrated instant messaging |
US20120198531A1 (en) * | 2011-01-31 | 2012-08-02 | Microsoft Corporation | Multi-device session pairing using a visual tag |
US20120203848A1 (en) * | 2008-12-15 | 2012-08-09 | International Business Machines Corporation | System and method to provide context for an automated agent to service multiple avatars within a virtual universe |
US20120278186A1 (en) * | 2011-04-28 | 2012-11-01 | Ad-X Limited | Method of tracking software application internet downloads |
US8397168B2 (en) | 2008-04-05 | 2013-03-12 | Social Communications Company | Interfacing with a spatial virtual communication environment |
US20130080928A1 (en) * | 2011-09-26 | 2013-03-28 | Sparxo, Inc. | Embeddable context sensitive chat system |
US20130173723A1 (en) * | 2005-04-07 | 2013-07-04 | June R. Herold | Using automated agents to facilitate chat communications |
US20130212466A1 (en) * | 2012-02-10 | 2013-08-15 | Livelook, Inc. | System and method of concurrent unobstructed co-browsing and chat messaging |
US20140089408A1 (en) * | 2012-09-27 | 2014-03-27 | Tencent Technology (Shenzhen) Company Limited | Information processing method, apparatus, terminal, and server |
US8732296B1 (en) * | 2009-05-06 | 2014-05-20 | Mcafee, Inc. | System, method, and computer program product for redirecting IRC traffic identified utilizing a port-independent algorithm and controlling IRC based malware |
US20140164959A1 (en) * | 2004-01-26 | 2014-06-12 | Forte Internet Software, Inc. | Server-Client Interaction and Information Management System |
US8756304B2 (en) | 2010-09-11 | 2014-06-17 | Social Communications Company | Relationship based presence indicating in virtual area contexts |
US20140189025A1 (en) * | 2012-03-29 | 2014-07-03 | Getabl Inc. | Apparatus and Method for Managing User Chat Experiences with Businesses |
US20140201178A1 (en) * | 2013-01-14 | 2014-07-17 | Microsoft Corporation | Generation of related content for social media posts |
US8930472B2 (en) | 2007-10-24 | 2015-01-06 | Social Communications Company | Promoting communicant interactions in a network communications environment |
US8959164B2 (en) | 2000-05-04 | 2015-02-17 | Facebook, Inc. | Tri-state presence indicator |
US8965976B2 (en) * | 2013-03-13 | 2015-02-24 | Getabl Inc. | Apparatus and method for managing user chat experiences with businesses |
US9043418B2 (en) | 2000-05-04 | 2015-05-26 | Facebook, Inc. | Systems and methods for instant messaging persons referenced in an electronic message |
US20150149916A1 (en) * | 2012-07-19 | 2015-05-28 | Glance Networks, Inc. | Integrating Co-Browsing with Other Forms of Information Sharing |
US9065874B2 (en) | 2009-01-15 | 2015-06-23 | Social Communications Company | Persistent network resource and virtual area associations for realtime collaboration |
US9077549B2 (en) | 2009-01-15 | 2015-07-07 | Social Communications Company | Creating virtual areas for realtime communications |
US9100221B2 (en) | 2000-05-04 | 2015-08-04 | Facebook, Inc. | Systems for messaging senders and recipients of an electronic message |
US9319357B2 (en) | 2009-01-15 | 2016-04-19 | Social Communications Company | Context based virtual area creation |
US9357025B2 (en) | 2007-10-24 | 2016-05-31 | Social Communications Company | Virtual area based telephony communications |
US9356894B2 (en) | 2000-05-04 | 2016-05-31 | Facebook, Inc. | Enabled and disabled menu choices based on presence state |
US9360996B2 (en) | 2000-05-04 | 2016-06-07 | Facebook, Inc. | Intelligently enabled menu choices based on online presence state in address book |
EP3035201A1 (en) * | 2009-09-10 | 2016-06-22 | Yahoo! Inc. | Monetization of interactive network-based information objects |
US9531654B2 (en) | 2000-05-04 | 2016-12-27 | Facebook, Inc. | Adding contacts from a hovering interface |
US9535651B2 (en) | 2009-12-18 | 2017-01-03 | Oracle International Corporation | Co-browsing systems and methods |
US9572189B2 (en) | 2005-04-20 | 2017-02-14 | Contact At Once!, Llc. | System and method for analyzing messages and initiating communication sessions |
US20170329565A1 (en) * | 2015-02-05 | 2017-11-16 | Tencent Technology (Shenzhen) Company Limited | Information processing method, client, server, and computer-readable storage medium |
US9853922B2 (en) | 2012-02-24 | 2017-12-26 | Sococo, Inc. | Virtual area communications |
US20180018714A1 (en) * | 2015-06-23 | 2018-01-18 | David A. Uhalley | System and method of delivering advertising over networks |
US9967399B2 (en) | 2014-12-19 | 2018-05-08 | Oracle International Corporation | Co-browsing preview of queued customer contacts |
JP2018515846A (en) * | 2015-05-11 | 2018-06-14 | テンセント・テクノロジー・(シェンジェン)・カンパニー・リミテッド | Method and apparatus for displaying an instant messaging window and computer readable medium |
US10038788B1 (en) | 2017-05-09 | 2018-07-31 | Oracle International Corporation | Self-learning adaptive routing system |
US20190073197A1 (en) * | 2017-09-01 | 2019-03-07 | Nationwide Mutual Insurance Company | Chatbot development and deployment platform |
US20190386938A1 (en) * | 2018-05-23 | 2019-12-19 | Capital One Services, Llc | Method and System of Converting Email Message to AI Chat |
US10671337B2 (en) | 2015-09-25 | 2020-06-02 | Oracle International Corporation | Automatic sizing of agent's screen for html co-browsing applications |
US11657438B2 (en) | 2012-10-19 | 2023-05-23 | Sococo, Inc. | Bridging physical and virtual spaces |
Families Citing this family (35)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7490169B1 (en) * | 1997-03-31 | 2009-02-10 | West Corporation | Providing a presentation on a network having a plurality of synchronized media types |
US7584250B1 (en) * | 1999-06-28 | 2009-09-01 | Lockheed Martin Corp. | Method and system for distributing an invention disclosure over an intranet |
US6529921B1 (en) * | 1999-06-29 | 2003-03-04 | Microsoft Corporation | Dynamic synchronization of tables |
US7171473B1 (en) * | 1999-11-17 | 2007-01-30 | Planet Exchange, Inc. | System using HTTP protocol for maintaining and updating on-line presence information of new user in user table and group table |
WO2001048581A2 (en) * | 1999-12-09 | 2001-07-05 | Linden Craig L | Mobile advertising methods and improvements |
US8335994B2 (en) * | 2000-02-25 | 2012-12-18 | Salmon Alagnak Llc | Method and apparatus for providing content to a computing device |
US7328239B1 (en) * | 2000-03-01 | 2008-02-05 | Intercall, Inc. | Method and apparatus for automatically data streaming a multiparty conference session |
US6976216B1 (en) * | 2000-11-17 | 2005-12-13 | Streamzap, Inc. | Computer system with remote key press events directed to a first application program and local key press events directed to a second application program |
US20040210947A1 (en) | 2003-04-15 | 2004-10-21 | Shusman Chad W. | Method and apparatus for interactive video on demand |
US20030196206A1 (en) * | 2002-04-15 | 2003-10-16 | Shusman Chad W. | Method and apparatus for internet-based interactive programming |
US7890854B2 (en) * | 2007-05-31 | 2011-02-15 | Realnetworks, Inc. | Web media asset identification system and method |
US20090083115A1 (en) * | 2007-09-24 | 2009-03-26 | Pearson Gregory A | Interactive networking systems |
US9275247B2 (en) | 2007-09-24 | 2016-03-01 | Gregory A. Pearson, Inc. | Interactive networking systems with user classes |
US8655953B2 (en) * | 2008-07-18 | 2014-02-18 | Porto Technology, Llc | System and method for playback positioning of distributed media co-viewers |
US20100100942A1 (en) * | 2008-10-22 | 2010-04-22 | Minyanville Publishing And Multimedia, Llc | System and Method for Exchanging Information Regarding Financial Markets in a Moderated Environment |
US8533857B2 (en) | 2011-04-12 | 2013-09-10 | Teletech Holdings, Inc. | Methods for providing cross-vendor support services |
US9178994B2 (en) | 2011-04-12 | 2015-11-03 | Teletech Holdings, Inc. | Methods for providing self-support services using information from a viral source |
US8478652B2 (en) | 2011-07-18 | 2013-07-02 | Teletech Holdings, Inc. | Platform for providing life-cycle product support services |
US8572707B2 (en) | 2011-08-18 | 2013-10-29 | Teletech Holdings, Inc. | Multiple authentication mechanisms for accessing service center supporting a variety of products |
CN102300074B (en) * | 2011-08-26 | 2017-06-20 | 中兴通讯股份有限公司 | For the control method and system of the stream medium data of TV conference system |
US9173090B2 (en) | 2011-09-15 | 2015-10-27 | Teletech Holdings, Inc. | Method for activating services associated with a product via a service center supporting a variety of products |
US9336687B2 (en) | 2011-10-11 | 2016-05-10 | Teletech Holdings, Inc. | Method for providing learning courses via a service center supporting a variety of products |
US9015109B2 (en) | 2011-11-01 | 2015-04-21 | Lemi Technology, Llc | Systems, methods, and computer readable media for maintaining recommendations in a media recommendation system |
US8874636B2 (en) | 2012-01-03 | 2014-10-28 | Teletech Holdings, Inc. | Method for providing support services using consumer selected specialist and specialist ratings |
US8942369B2 (en) | 2012-02-28 | 2015-01-27 | Teletech Holdings, Inc. | Method for providing support services using multi-channel navigator and route sequences |
US9245287B2 (en) | 2012-07-18 | 2016-01-26 | Teletech Holdings, Inc. | Method for providing support with associates anywhere and notifications |
US9042540B2 (en) | 2012-10-30 | 2015-05-26 | Teletech Holdings, Inc. | Method for providing support using answer engine and dialog rules |
KR102064934B1 (en) * | 2013-07-17 | 2020-02-11 | 삼성전자 주식회사 | Method and apparatus for transmitting/receiving data between a wireless terminal and electronic pen |
US10205690B1 (en) * | 2014-09-24 | 2019-02-12 | Google Llc | Automatic real-time indication of user non-chat activity during a chat session |
US20160277476A1 (en) * | 2015-03-19 | 2016-09-22 | Eastman Kodak Company | Distributing content using a smartphone |
FR3047631B1 (en) * | 2016-02-10 | 2018-04-20 | Airbus Operations (S.A.S.) | DEVICE FOR CONTROLLING AN AIRCRAFT COMMUNICATION SYSTEM |
US10476819B2 (en) * | 2016-03-31 | 2019-11-12 | Atlassian Pty Ltd | Systems and methods for providing controls in a messaging interface |
WO2017177455A1 (en) * | 2016-04-15 | 2017-10-19 | 华为技术有限公司 | Message presentation method, device, and system |
MY190448A (en) * | 2017-12-28 | 2022-04-21 | Mimos Berhad | A system and method for managing presentation sessions |
US20220377059A1 (en) * | 2021-05-21 | 2022-11-24 | Zoom Video Communications, Inc. | Long-term key management for end-to-end encryption of videoconferences |
Citations (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4837798A (en) | 1986-06-02 | 1989-06-06 | American Telephone And Telegraph Company | Communication system having unified messaging |
US4914586A (en) | 1987-11-06 | 1990-04-03 | Xerox Corporation | Garbage collector for hypermedia systems |
US5276679A (en) | 1992-02-12 | 1994-01-04 | U.S. West Advanced Technologies, Inc. | Method for maintaining channels and a subscriber station for use in an ISDN system |
US5287103A (en) | 1991-12-30 | 1994-02-15 | At&T Bell Laboratories | Method and apparatus for providing local area network clients with internetwork identification data |
US5297249A (en) | 1990-10-31 | 1994-03-22 | International Business Machines Corporation | Hypermedia link marker abstract and search services |
US5481666A (en) | 1993-08-25 | 1996-01-02 | Taligent, Inc. | Object-oriented navigation system |
US5506984A (en) | 1993-06-30 | 1996-04-09 | Digital Equipment Corporation | Method and system for data retrieval in a distributed system using linked location references on a plurality of nodes |
US5528671A (en) | 1989-09-14 | 1996-06-18 | Fujitsu Limited | Network control system |
US5530852A (en) | 1994-12-20 | 1996-06-25 | Sun Microsystems, Inc. | Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics |
US5537546A (en) | 1992-04-17 | 1996-07-16 | Bull S.A. | High-level adaptable bidirectional protocol for use between a hypermedia system and a plurality of editors |
US5539886A (en) | 1992-11-10 | 1996-07-23 | International Business Machines Corp. | Call management in a collaborative working network |
US5550906A (en) | 1994-08-05 | 1996-08-27 | Lucent Technologies Inc. | Telecommunications feature server |
US5572643A (en) * | 1995-10-19 | 1996-11-05 | Judson; David H. | Web browser with dynamic display of information objects during linking |
US5617565A (en) | 1994-11-29 | 1997-04-01 | Hitachi America, Ltd. | Broadcast interactive multimedia system |
US5619650A (en) | 1992-12-31 | 1997-04-08 | International Business Machines Corporation | Network processor for transforming a message transported from an I/O channel to a network by adding a message identifier and then converting the message |
US5668863A (en) | 1995-07-31 | 1997-09-16 | Latitude Communications | Method and apparatus for recording and retrieval of audio conferences |
US5737619A (en) * | 1995-10-19 | 1998-04-07 | Judson; David Hugh | World wide web browsing with content delivery over an idle connection and interstitial content display |
US5764916A (en) * | 1996-09-27 | 1998-06-09 | Ichat, Inc. | Method and apparatus for real time communication over a computer network |
US5794006A (en) * | 1995-08-18 | 1998-08-11 | Microsoft Corporation | System and method for editing content in an on-line network |
US5828839A (en) * | 1996-11-14 | 1998-10-27 | Interactive Broadcaster Services Corp. | Computer network chat room based on channel broadcast in real time |
US5862330A (en) * | 1996-07-16 | 1999-01-19 | Lucent Technologies Inc. | Technique for obtaining and exchanging information on wolrd wide web |
US5880731A (en) * | 1995-12-14 | 1999-03-09 | Microsoft Corporation | Use of avatars with automatic gesturing and bounded interaction in on-line chat session |
US5884032A (en) | 1995-09-25 | 1999-03-16 | The New Brunswick Telephone Company, Limited | System for coordinating communications via customer contact channel changing system using call centre for setting up the call between customer and an available help agent |
US5907547A (en) | 1996-10-24 | 1999-05-25 | At&T Corp | System and method for establishing internet communications links |
US6031836A (en) | 1996-09-13 | 2000-02-29 | Lucent Technologies Inc. | Web-page interface to telephony features |
US6385191B1 (en) | 1996-11-14 | 2002-05-07 | Avaya Technology Corp. | Extending internet calls to a telephony call center |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
IL106384A0 (en) | 1992-07-30 | 1993-11-15 | Yeda Res & Dev | Method for establishing an interactive communication between users at different workstations in a network |
US5689641A (en) * | 1993-10-01 | 1997-11-18 | Vicor, Inc. | Multimedia collaboration system arrangement for routing compressed AV signal through a participant site without decompressing the AV signal |
US5784546A (en) * | 1994-05-12 | 1998-07-21 | Integrated Virtual Networks | Integrated virtual networks |
US5563988A (en) * | 1994-08-01 | 1996-10-08 | Massachusetts Institute Of Technology | Method and system for facilitating wireless, full-body, real-time user interaction with a digitally represented visual environment |
US5790793A (en) | 1995-04-04 | 1998-08-04 | Higley; Thomas | Method and system to create, transmit, receive and process information, including an address to further information |
CA2180891C (en) * | 1995-07-12 | 2010-01-12 | Junichi Rekimoto | Notification of updates in a three-dimensional virtual reality space sharing system |
US5793365A (en) * | 1996-01-02 | 1998-08-11 | Sun Microsystems, Inc. | System and method providing a computer user interface enabling access to distributed workgroup members |
US5796393A (en) | 1996-11-08 | 1998-08-18 | Compuserve Incorporated | System for intergrating an on-line service community with a foreign service |
US5884029A (en) * | 1996-11-14 | 1999-03-16 | International Business Machines Corporation | User interaction with intelligent virtual objects, avatars, which interact with other avatars controlled by different users |
US5862230A (en) | 1997-01-22 | 1999-01-19 | Darby; Ronald A. | Method to reduce perceived sound leakage between auditoriums in multiplex theaters |
-
1996
- 1996-12-18 US US08/768,606 patent/US7263526B1/en not_active Expired - Fee Related
-
1998
- 1998-11-06 US US09/187,895 patent/US7165213B1/en not_active Expired - Fee Related
Patent Citations (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4837798A (en) | 1986-06-02 | 1989-06-06 | American Telephone And Telegraph Company | Communication system having unified messaging |
US4914586A (en) | 1987-11-06 | 1990-04-03 | Xerox Corporation | Garbage collector for hypermedia systems |
US5528671A (en) | 1989-09-14 | 1996-06-18 | Fujitsu Limited | Network control system |
US5297249A (en) | 1990-10-31 | 1994-03-22 | International Business Machines Corporation | Hypermedia link marker abstract and search services |
US5287103A (en) | 1991-12-30 | 1994-02-15 | At&T Bell Laboratories | Method and apparatus for providing local area network clients with internetwork identification data |
US5276679A (en) | 1992-02-12 | 1994-01-04 | U.S. West Advanced Technologies, Inc. | Method for maintaining channels and a subscriber station for use in an ISDN system |
US5537546A (en) | 1992-04-17 | 1996-07-16 | Bull S.A. | High-level adaptable bidirectional protocol for use between a hypermedia system and a plurality of editors |
US5539886A (en) | 1992-11-10 | 1996-07-23 | International Business Machines Corp. | Call management in a collaborative working network |
US5619650A (en) | 1992-12-31 | 1997-04-08 | International Business Machines Corporation | Network processor for transforming a message transported from an I/O channel to a network by adding a message identifier and then converting the message |
US5506984A (en) | 1993-06-30 | 1996-04-09 | Digital Equipment Corporation | Method and system for data retrieval in a distributed system using linked location references on a plurality of nodes |
US5481666A (en) | 1993-08-25 | 1996-01-02 | Taligent, Inc. | Object-oriented navigation system |
US5550906A (en) | 1994-08-05 | 1996-08-27 | Lucent Technologies Inc. | Telecommunications feature server |
US5617565A (en) | 1994-11-29 | 1997-04-01 | Hitachi America, Ltd. | Broadcast interactive multimedia system |
US5530852A (en) | 1994-12-20 | 1996-06-25 | Sun Microsystems, Inc. | Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics |
US5668863A (en) | 1995-07-31 | 1997-09-16 | Latitude Communications | Method and apparatus for recording and retrieval of audio conferences |
US5794006A (en) * | 1995-08-18 | 1998-08-11 | Microsoft Corporation | System and method for editing content in an on-line network |
US5884032A (en) | 1995-09-25 | 1999-03-16 | The New Brunswick Telephone Company, Limited | System for coordinating communications via customer contact channel changing system using call centre for setting up the call between customer and an available help agent |
US5737619A (en) * | 1995-10-19 | 1998-04-07 | Judson; David Hugh | World wide web browsing with content delivery over an idle connection and interstitial content display |
US5572643A (en) * | 1995-10-19 | 1996-11-05 | Judson; David H. | Web browser with dynamic display of information objects during linking |
US5880731A (en) * | 1995-12-14 | 1999-03-09 | Microsoft Corporation | Use of avatars with automatic gesturing and bounded interaction in on-line chat session |
US5862330A (en) * | 1996-07-16 | 1999-01-19 | Lucent Technologies Inc. | Technique for obtaining and exchanging information on wolrd wide web |
US6031836A (en) | 1996-09-13 | 2000-02-29 | Lucent Technologies Inc. | Web-page interface to telephony features |
US5764916A (en) * | 1996-09-27 | 1998-06-09 | Ichat, Inc. | Method and apparatus for real time communication over a computer network |
US5907547A (en) | 1996-10-24 | 1999-05-25 | At&T Corp | System and method for establishing internet communications links |
US5828839A (en) * | 1996-11-14 | 1998-10-27 | Interactive Broadcaster Services Corp. | Computer network chat room based on channel broadcast in real time |
US6385191B1 (en) | 1996-11-14 | 2002-05-07 | Avaya Technology Corp. | Extending internet calls to a telephony call center |
Non-Patent Citations (39)
Title |
---|
"Chat," WBS, http://wbs.net/wcc.html, WebChat Communiations, Inc., 1995-1998. |
"Choose your topology", Release 1.0, Jun. 23, 1995, v95, No. 6, p. 15, (Computer Select CD, Dec. 1995). |
"Look who's talking", Computer Letter, Jul, 29, 1996, vol. 12, No. 25, p. 1 (computer Select CD, Dec. 1996). |
"Tennis Chat," WebChat(TM), Internet Roundtable Society, JJ Unlimited, http://www.tenniscountry.com/chat.html, 1995. |
"Travlang Chat," http://chat.travlang.com/., 1995-1998 travlang. |
Amdur, D., "Virtually Speaking," Multimedia World, p. 114, Mar. 1996. |
Blair, D., "MaxWeb 2.0: Interactive 3D Cinema on the World Wide Web", USENET posting Apr. 3, 1995, Internet-www.google.com/groups. |
Busey, A., "The Other Side of Muds," Secrets of the Mud Wizards, Chapter 12 p. 215-433, Sams.net Publishing, 1995. |
Conatser, K., "RoundTable brings Web chat, file sharing to life," InfoWorld, p. 3-4, Aug. 5, 1996. |
Conatser, K., "VolcanoChat is a simple way to add interactivity," InfoWorld, p. 12., Oct. 28, 1996. |
Conatser, K., "WebBoard build powerful on-line forums effortlessly," InforWorld, p. 4-5, May 13, 1996. |
Constance, P., "Interlink posts intelligence data on the Web for 100,000 curious surfers," Government Computer News, May 27, 1996, v15, No. 11, p. 60. (Computer Select CD, Dec. 1996). |
Desmond, M., "The Shape of Things to Come: Alpha World Brings a 3-D Virtual World to the Internet," Multimedia World, p. 16-17, Sep. 1995. |
Donath, J., et al., The Socialable Web, MIT media lab, Internet: htt;://Judith.www.media.mit.edu/SocialWeb/SociableWeb.html. |
Frentzen, J., "Real-time Internet conferencing Takes Off,"PCWEEK, Feb. 20, 1995, v12, No. 7, p. 18, (Computer Select CD, Dec. 1995). |
Hamilton, Pam, "Black sun interactive offers free VRML browser for real-time 3d multi-user interaction of the Internet; leading cyberspace technology developer to offer viewer, server and builder product set for Internte and Intranet virtual", Business Wi, Feb. 1996. * |
Hill, J., "Tribal Voice: PowWow," PC Magazine, p. 118, Oct. 8, 1996. |
Hirshon, Jonathan, "WebMaster announces first IRC server software for Windows NT based Intranet application through International standards, plus multimedia functionality, OLE, Java, and Web browser support", pp. 1-2, Mar. 1996. * |
Jones, C., "Audio goes live on Web," InfoWorld, p. 15-16, Sep. 23, 1996. |
Judith Donath et al., "The Social Web", MIT media lab, Internet: http:judith.www.media.mit.edu/socialWeb/SociableWeb.html. * |
Kramer, M., "Neat ways to meet on the Net," PC Week, p. 87, Apr. 15, 1996. |
Kramer, M., "Web heeds conference call," PC Week: PC Weeklabs Reviews, p. 59, Feb. 26, 1996. |
Metz, E., "Java Jfactory, and Network Development," Dr. Dobb's Journal, p. 78-87, Sep. 1996. |
Miller, M.J., "Being Virtual," PC Magazine, p. 29, Feb. 6, 1996. |
MIRC v.3.7 "Versions.txt" (Dec. 10, 1995)-retrieved from www.mirc.org. |
Moeller, Michael, "Sun is working on rebuilt HotJava as hosting environment. (Browsers take new turn) (Sun Microsystems)", PC Week, v13, n9, pp. 1-2, Aug. 1996. * |
Mustang Software, "BBS out of the gate: wildcat 5 features HTML interface, realtime chat-Mustang, seeking VARs, launches program", CMP, p. 1, Apr. 1996. * |
Pearlstein, J., "Serving up real-time Chat," Gateways, Jun. 3, 1996. |
Pearlstein, J., "Tapestry Eases HTML," Gateways, p. 20, Jun. 17, 1996. |
Progressive Networks, Inc., "RealVideo Technical White Paper", 7 pages, Mar. 16, 1997, http://www.real.com/products/realvideo/overview/index.html. |
Seminerio, M., "eShare Chats Up Intranets With Expressions Software," PC Week, p. 33, Feb. 24, 1997. |
Serrat, E.M., "A NetWare Chat Utility," Dr. Dobb's Journal, p, 60, Nov. 1993. |
Stanton, J., "Internet to get chattier," Gateways, p. 28, Aug. 7, 1995. |
Streeter, April, "ELS Opens windows on chat." |
Thomas, R., "On-Line Conferencing and Reader Responses," UnixWorld, p. 111-113, Jan. 1989. |
Tweney, D., "Best Online Services," PC World, p. 153-162, Aug. 1996. |
Volano, John, "VolanoChat Java solution turns ordinary web sites into interactive money makers", Business Wire, pp. 1-2, Aug. 1996. * |
Welch, N., "Custom Forums let users meet on-line," Gateways, p. 15, Nov. 19, 1991. |
Zimmerman, M.R., "OnLive software lets user converse over the Internet," PC Week, p. 14, Sep. 30, 1996. |
Cited By (178)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120022992A1 (en) * | 1997-07-11 | 2012-01-26 | Asoid Net work Facility, LLC | Method for computerized wagering |
US20110191410A1 (en) * | 1998-01-30 | 2011-08-04 | Net-Express, Ltd. | WWW Addressing |
US20090144288A1 (en) * | 1998-01-30 | 2009-06-04 | Aviv Refuah | WWW addressing |
US8661094B2 (en) * | 1998-01-30 | 2014-02-25 | Net-Express Ltd. | WWW addressing |
US8683328B2 (en) | 1998-04-01 | 2014-03-25 | Weald Remote Limited Liability Company | Multimedia communication and presentation |
US20040222972A1 (en) * | 1998-04-01 | 2004-11-11 | Planetweb, Inc., A California Corporation | Multimedia communication and presentation |
US7783974B2 (en) * | 1998-04-01 | 2010-08-24 | I2Z Technology, Llc | Multimedia communication and presentation |
US20080183587A1 (en) * | 1999-03-30 | 2008-07-31 | Joo Jin-Yong | Advertising method using internet e-mail and chatting window |
US20050027802A1 (en) * | 1999-09-28 | 2005-02-03 | Mark Madsen | System and method for managing information and collaborating |
US20040039779A1 (en) * | 1999-09-28 | 2004-02-26 | Brawnski Amstrong | System and method for managing information and collaborating |
US7512655B2 (en) | 1999-09-28 | 2009-03-31 | Microsoft Corporation | System and method for managing information and collaborating |
US7636752B2 (en) * | 1999-09-28 | 2009-12-22 | Parlano, Inc. | System and method for managing information and collaborating |
US20040133482A1 (en) * | 2000-03-20 | 2004-07-08 | Siemens Energy & Automation. | Method, system and apparatus for providing product information over the internet |
US9100221B2 (en) | 2000-05-04 | 2015-08-04 | Facebook, Inc. | Systems for messaging senders and recipients of an electronic message |
US9531654B2 (en) | 2000-05-04 | 2016-12-27 | Facebook, Inc. | Adding contacts from a hovering interface |
US9356894B2 (en) | 2000-05-04 | 2016-05-31 | Facebook, Inc. | Enabled and disabled menu choices based on presence state |
US10158588B2 (en) | 2000-05-04 | 2018-12-18 | Facebook, Inc. | Providing supplemental contact information corresponding to a referenced individual |
US10122658B2 (en) | 2000-05-04 | 2018-11-06 | Facebook, Inc. | System for instant messaging the sender and recipients of an e-mail message |
US9699122B2 (en) | 2000-05-04 | 2017-07-04 | Facebook, Inc. | User interfaces for providing supplemental contact information corresponding to a referenced individual |
US9360996B2 (en) | 2000-05-04 | 2016-06-07 | Facebook, Inc. | Intelligently enabled menu choices based on online presence state in address book |
US9621493B2 (en) | 2000-05-04 | 2017-04-11 | Facebook, Inc. | Providing supplemental information corresponding to a referenced individual |
US9043418B2 (en) | 2000-05-04 | 2015-05-26 | Facebook, Inc. | Systems and methods for instant messaging persons referenced in an electronic message |
US8959164B2 (en) | 2000-05-04 | 2015-02-17 | Facebook, Inc. | Tri-state presence indicator |
US10313297B2 (en) | 2000-06-26 | 2019-06-04 | Facebook, Inc. | E-mail integrated instant messaging |
US9628431B2 (en) * | 2000-06-26 | 2017-04-18 | Facebook, Inc. | E-mail integrated instant messaging |
US9363213B2 (en) | 2000-06-26 | 2016-06-07 | Facebook, Inc. | E-mail integrated instant messaging |
US20120030295A1 (en) * | 2000-06-26 | 2012-02-02 | Aol Inc. | E-mail integrated instant messaging |
US20050005244A1 (en) * | 2000-10-11 | 2005-01-06 | Microsoft Corporation | Scripted text discussion system |
US8495247B2 (en) * | 2000-11-16 | 2013-07-23 | International Business Machine Corporation | Linking a user selected sequence of received World Wide Web documents into a stored document string available to the user at a receiving web station |
US20080195927A1 (en) * | 2000-11-16 | 2008-08-14 | International Business Machines Corporation | Linking a User Selected Sequence of Received World Wide Web Documents Into a Stored Document String Available to the User at a Receiving Web Station |
US20080178096A1 (en) * | 2001-05-11 | 2008-07-24 | Rika Kusuda | Collaborative chat system |
US20030078972A1 (en) * | 2001-09-12 | 2003-04-24 | Open Tv, Inc. | Method and apparatus for disconnected chat room lurking in an interactive television environment |
US7441057B2 (en) * | 2001-09-27 | 2008-10-21 | International Business Machines Corporation | System and method for providing character interactive input/output |
US20060259550A1 (en) * | 2001-09-27 | 2006-11-16 | International Business Machines Corporation | System and method for providing character interactive input/output |
US7930348B2 (en) * | 2001-11-05 | 2011-04-19 | International Business Machines Corporation | Collaborative chat system |
US20060155605A1 (en) * | 2002-09-10 | 2006-07-13 | Peter Haighton | Rich media personal selling system |
US9537933B2 (en) * | 2004-01-26 | 2017-01-03 | Forte Internet Software, Inc. | Server-client interaction and information management system |
US20140164959A1 (en) * | 2004-01-26 | 2014-06-12 | Forte Internet Software, Inc. | Server-Client Interaction and Information Management System |
US20100122185A1 (en) * | 2004-02-12 | 2010-05-13 | International Business Machines Corporation | System for messaging and collaborating in an intranet environment |
US20050182817A1 (en) * | 2004-02-12 | 2005-08-18 | International Business Machines Corporation | System and method for messaging and collaborating in an intranet environment |
US8423613B2 (en) * | 2004-02-12 | 2013-04-16 | International Business Machines Corporation | System for messaging and collaborating in an intranet environment |
US7650380B2 (en) * | 2004-02-12 | 2010-01-19 | International Business Machines Corporation | System and method for messaging and collaborating in an intranet environment |
US20050235034A1 (en) * | 2004-04-15 | 2005-10-20 | International Business Machines Corporation | System and method for searchable instant messaging chat repositories using topic and identifier metadata |
US7856469B2 (en) | 2004-04-15 | 2010-12-21 | International Business Machines Corporation | Searchable instant messaging chat repositories using topic and identifier metadata |
US20060080592A1 (en) * | 2004-04-20 | 2006-04-13 | Alves De Moura Francisca Rodri | System for management of interactions between users and software applications in a web environment |
US7721303B2 (en) * | 2004-04-20 | 2010-05-18 | Embria Informatica Ltda. | System for management of interactions between users and software applications in a web environment |
US7596596B2 (en) * | 2004-06-24 | 2009-09-29 | International Business Machines Corporation | Chat marking and synchronization |
US20050289220A1 (en) * | 2004-06-24 | 2005-12-29 | International Business Machines Corporation | Chat marking and synchronization |
US20060101119A1 (en) * | 2004-11-10 | 2006-05-11 | Microsoft Corporation | Integrated electronic mail and instant messaging application |
US7487214B2 (en) * | 2004-11-10 | 2009-02-03 | Microsoft Corporation | Integrated electronic mail and instant messaging application |
US20090094288A1 (en) * | 2005-01-11 | 2009-04-09 | Richard Edmond Berry | Conversation Persistence In Real-time Collaboration System |
US8001126B2 (en) | 2005-01-11 | 2011-08-16 | International Business Machines Corporation | Conversation persistence in real-time collaboration system |
US8484216B2 (en) | 2005-01-11 | 2013-07-09 | International Business Machines Corporation | Conversation persistence in real-time collaboration system |
US20090030984A1 (en) * | 2005-01-11 | 2009-01-29 | Yen Fu Chen | System and Method for Automatically Segmenting Content from an Instant Messaging Transcript and Applying Commands Contained Within the Content Segments |
US20060167994A1 (en) * | 2005-01-11 | 2006-07-27 | Yen-Fu Chen | System and method for automatically segmenting content from an instant messaging transcript and applying commands contained within the content segments |
US8275832B2 (en) | 2005-01-20 | 2012-09-25 | International Business Machines Corporation | Method to enable user selection of segments in an instant messaging application for integration in other applications |
US20060161852A1 (en) * | 2005-01-20 | 2006-07-20 | Yen-Fu Chen | Method to enable user selection of segments in an instant messaging application for integration in other applications |
US20090019377A1 (en) * | 2005-01-20 | 2009-01-15 | Yen-Fu Chen | Method to Enable Selection of Segments in an Instant Messaging Application for Integration in Other Applications |
US20130173723A1 (en) * | 2005-04-07 | 2013-07-04 | June R. Herold | Using automated agents to facilitate chat communications |
US8769028B2 (en) * | 2005-04-07 | 2014-07-01 | Facebook, Inc. | Regulating participant behavior in chat communications |
US20100076837A1 (en) * | 2005-04-20 | 2010-03-25 | Hayes Jr Marc Francis | Presence optimized advertisement publishing system and methodology |
US8374915B2 (en) * | 2005-04-20 | 2013-02-12 | Contact at Once! | Presence optimized advertisement publishing system and methodology |
US20090187459A1 (en) * | 2005-04-20 | 2009-07-23 | Hayes Jr Marc Francis | System and method for qualifying a lead originating with an advertisement published on-line |
US10034319B2 (en) | 2005-04-20 | 2018-07-24 | Contact At Once!, Llc. | System and method for analyzing messages and initiating communication sessions |
US11540340B2 (en) | 2005-04-20 | 2022-12-27 | Liveperson Automotive, Llc | System and method for analyzing messages and initiating communication sessions |
US10791585B2 (en) | 2005-04-20 | 2020-09-29 | Liveperson, Inc. | System and method for analyzing messages and initiating communication sessions |
US9572189B2 (en) | 2005-04-20 | 2017-02-14 | Contact At Once!, Llc. | System and method for analyzing messages and initiating communication sessions |
US10383162B2 (en) | 2005-04-20 | 2019-08-13 | Contact At Once!, Llc. | System and method for analyzing messages and initiating communication sessions |
US8386320B2 (en) * | 2005-04-20 | 2013-02-26 | Contact At Once!, Llc | System and method for qualifying a lead originating with an advertisement published on-line |
US20070016585A1 (en) * | 2005-07-14 | 2007-01-18 | Red Hat, Inc. | Method and system for enabling users searching for common subject matter on a computer network to communicate with one another |
US8229951B2 (en) * | 2005-07-14 | 2012-07-24 | Red Hat, Inc. | Method and system for enabling users searching for common subject matter on a computer network to communicate with one another |
US8898183B2 (en) | 2005-07-14 | 2014-11-25 | Red Hat, Inc. | Enabling users searching for common subject matter on a computer network to communicate with one another |
US8750296B2 (en) * | 2006-01-20 | 2014-06-10 | Progress Software Corporation | Method for recoverable message exchange independent of network protocols |
US20100174797A1 (en) * | 2006-01-20 | 2010-07-08 | ION Technologies Limited | Method for Recoverable Message Exchange Independent of Network Protocols |
US9288239B2 (en) | 2006-01-20 | 2016-03-15 | Iona Technologies, Plc | Method for recoverable message exchange independent of network protocols |
US20090313685A1 (en) * | 2006-02-15 | 2009-12-17 | Alibaba Group Holding Limited | Method and System for Instant Messaging |
US7848971B1 (en) * | 2006-02-28 | 2010-12-07 | Intuit Inc. | Integrated online chat within an income tax preparation product |
US20070245249A1 (en) * | 2006-04-13 | 2007-10-18 | Weisberg Jonathan S | Methods and systems for providing online chat |
US7861176B2 (en) * | 2006-04-13 | 2010-12-28 | Touchcommerce, Inc. | Methods and systems for providing online chat |
US10740277B2 (en) | 2006-07-07 | 2020-08-11 | Google Llc | Method and system for embedded personalized communication |
US8631078B2 (en) | 2006-07-07 | 2014-01-14 | Google Inc. | Method and system for embedded personalized communication |
US20080010344A1 (en) * | 2006-07-07 | 2008-01-10 | Meebo, Inc. | Method and system for embedded personalized communication |
US9634967B2 (en) | 2006-07-07 | 2017-04-25 | Google Inc. | Method and system for embedded personalized communication |
WO2008019350A2 (en) * | 2006-08-04 | 2008-02-14 | Meebo, Inc. | A method and system for embedded group communication |
US20080034040A1 (en) * | 2006-08-04 | 2008-02-07 | Meebo, Inc. | Method and system for embedded group communication |
WO2008019350A3 (en) * | 2006-08-04 | 2008-09-18 | Meebo Inc | A method and system for embedded group communication |
US7958453B1 (en) | 2006-09-29 | 2011-06-07 | Len Bou Taing | System and method for real-time, multi-user, interactive and collaborative environments on the web |
US20080177600A1 (en) * | 2007-01-09 | 2008-07-24 | Mccarthy Michael Sean | Methods and systems for measuring online chat performance |
US20080288349A1 (en) * | 2007-02-22 | 2008-11-20 | Weisberg Jonathan S | Methods and systems for online interactive communication |
US9009603B2 (en) | 2007-10-24 | 2015-04-14 | Social Communications Company | Web browser interface for spatial communication environments |
US8578044B2 (en) | 2007-10-24 | 2013-11-05 | Social Communications Company | Automated real-time data stream switching in a shared virtual area communication environment |
US20110185286A1 (en) * | 2007-10-24 | 2011-07-28 | Social Communications Company | Web browser interface for spatial communication environments |
US9411490B2 (en) | 2007-10-24 | 2016-08-09 | Sococo, Inc. | Shared virtual area communication environment based apparatus and methods |
US20100268843A1 (en) * | 2007-10-24 | 2010-10-21 | Social Communications Company | Automated real-time data stream switching in a shared virtual area communication environment |
US8930472B2 (en) | 2007-10-24 | 2015-01-06 | Social Communications Company | Promoting communicant interactions in a network communications environment |
US9762641B2 (en) | 2007-10-24 | 2017-09-12 | Sococo, Inc. | Automated real-time data stream switching in a shared virtual area communication environment |
USRE46309E1 (en) | 2007-10-24 | 2017-02-14 | Sococo, Inc. | Application sharing |
US9483157B2 (en) | 2007-10-24 | 2016-11-01 | Sococo, Inc. | Interfacing with a spatial virtual communication environment |
US9357025B2 (en) | 2007-10-24 | 2016-05-31 | Social Communications Company | Virtual area based telephony communications |
US9411489B2 (en) | 2007-10-24 | 2016-08-09 | Sococo, Inc. | Interfacing with a spatial virtual communication environment |
US9686087B2 (en) * | 2007-11-02 | 2017-06-20 | International Business Machines Corporation | Synchronization of questions and answers in a collaborative messaging environment |
US10225093B2 (en) | 2007-11-02 | 2019-03-05 | International Business Machines Corporation | Synchronization of questions and answers in a collaborative messaging environment |
US20090119371A1 (en) * | 2007-11-02 | 2009-05-07 | International Business Machines Corporation | Synchronization of questions and answers in a collaborative messaging environment |
US10833884B2 (en) | 2007-11-02 | 2020-11-10 | International Business Machines Corporation | Synchronization of questions and answers in a collaborative messaging environment |
US9413701B2 (en) | 2007-11-26 | 2016-08-09 | Aol Inc. | System and method for providing a messaging interface |
US8943422B2 (en) | 2007-11-26 | 2015-01-27 | Aol Inc. | System and method for a messaging interface |
US20090138809A1 (en) * | 2007-11-26 | 2009-05-28 | Ronen Arad | System and method for an instant messaging interface |
US8793596B2 (en) | 2007-11-26 | 2014-07-29 | Aol Inc. | System and method for an instant messaging interface |
US9191348B2 (en) | 2007-11-26 | 2015-11-17 | Aol Inc. | System and method for a messaging interface |
US20090150397A1 (en) * | 2007-12-07 | 2009-06-11 | Li Chen | Method of tagging instant messaging (im) conversations for easy information sharing |
US9122751B2 (en) | 2007-12-07 | 2015-09-01 | International Business Machines Corporation | Method of tagging instant messaging (IM) conversations for easy information sharing |
US8260864B2 (en) | 2008-02-13 | 2012-09-04 | Microsoft Corporation | Push mechanism for efficiently sending aggregated data items to client |
US20090204666A1 (en) * | 2008-02-13 | 2009-08-13 | Microsoft Corporation | Push mechanism for efficiently sending aggregated data items to client |
US8713099B2 (en) | 2008-02-13 | 2014-04-29 | Microsoft Corporation | Push mechanism for efficiently sending aggregated data items to client |
US8732593B2 (en) | 2008-04-05 | 2014-05-20 | Social Communications Company | Shared virtual area communication environment based apparatus and methods |
US8191001B2 (en) | 2008-04-05 | 2012-05-29 | Social Communications Company | Shared virtual area communication environment based apparatus and methods |
US20090288007A1 (en) * | 2008-04-05 | 2009-11-19 | Social Communications Company | Spatial interfaces for realtime networked communications |
US8397168B2 (en) | 2008-04-05 | 2013-03-12 | Social Communications Company | Interfacing with a spatial virtual communication environment |
US20090254843A1 (en) * | 2008-04-05 | 2009-10-08 | Social Communications Company | Shared virtual area communication environment based apparatus and methods |
US20100083143A1 (en) * | 2008-06-10 | 2010-04-01 | Joseph Bigley | Internet banner system with live interaction |
US8788949B2 (en) * | 2008-10-28 | 2014-07-22 | Google Inc. | Provisioning instant communications for a community of users |
US9544359B1 (en) | 2008-10-28 | 2017-01-10 | Google Inc. | Provisioning instant communications for a community of users |
US20100107088A1 (en) * | 2008-10-28 | 2010-04-29 | Meebo, Inc. | Provisioning instant communications for a community of users |
US9813522B2 (en) | 2008-12-05 | 2017-11-07 | Sococo, Inc. | Managing interactions in a network communications environment |
US20100146118A1 (en) * | 2008-12-05 | 2010-06-10 | Social Communications Company | Managing interactions in a network communications environment |
US20120203848A1 (en) * | 2008-12-15 | 2012-08-09 | International Business Machines Corporation | System and method to provide context for an automated agent to service multiple avatars within a virtual universe |
US8626836B2 (en) * | 2008-12-15 | 2014-01-07 | Activision Publishing, Inc. | Providing context for an automated agent to service multiple avatars within a virtual universe |
US9319357B2 (en) | 2009-01-15 | 2016-04-19 | Social Communications Company | Context based virtual area creation |
US9124662B2 (en) | 2009-01-15 | 2015-09-01 | Social Communications Company | Persistent network resource and virtual area associations for realtime collaboration |
US9065874B2 (en) | 2009-01-15 | 2015-06-23 | Social Communications Company | Persistent network resource and virtual area associations for realtime collaboration |
US9077549B2 (en) | 2009-01-15 | 2015-07-07 | Social Communications Company | Creating virtual areas for realtime communications |
US20100205544A1 (en) * | 2009-02-10 | 2010-08-12 | Yahoo! Inc. | Generating a live chat session in response to selection of a contextual shortcut |
US9935793B2 (en) * | 2009-02-10 | 2018-04-03 | Yahoo Holdings, Inc. | Generating a live chat session in response to selection of a contextual shortcut |
US20100257450A1 (en) * | 2009-04-03 | 2010-10-07 | Social Communications Company | Application sharing |
US8407605B2 (en) | 2009-04-03 | 2013-03-26 | Social Communications Company | Application sharing |
US8732296B1 (en) * | 2009-05-06 | 2014-05-20 | Mcafee, Inc. | System, method, and computer program product for redirecting IRC traffic identified utilizing a port-independent algorithm and controlling IRC based malware |
EP3035201A1 (en) * | 2009-09-10 | 2016-06-22 | Yahoo! Inc. | Monetization of interactive network-based information objects |
US9760922B2 (en) | 2009-09-10 | 2017-09-12 | Excalibur Ip, Llc | Monetization of interactive network-based information objects |
US9535651B2 (en) | 2009-12-18 | 2017-01-03 | Oracle International Corporation | Co-browsing systems and methods |
US8831196B2 (en) | 2010-01-26 | 2014-09-09 | Social Communications Company | Telephony interface for virtual communication environments |
US8756304B2 (en) | 2010-09-11 | 2014-06-17 | Social Communications Company | Relationship based presence indicating in virtual area contexts |
US8775595B2 (en) | 2010-09-11 | 2014-07-08 | Social Communications Company | Relationship based presence indicating in virtual area contexts |
US20120198531A1 (en) * | 2011-01-31 | 2012-08-02 | Microsoft Corporation | Multi-device session pairing using a visual tag |
US11271805B2 (en) | 2011-02-21 | 2022-03-08 | Knapp Investment Company Limited | Persistent network resource and virtual area associations for realtime collaboration |
US20120278186A1 (en) * | 2011-04-28 | 2012-11-01 | Ad-X Limited | Method of tracking software application internet downloads |
US8862503B2 (en) * | 2011-04-28 | 2014-10-14 | Ad-X Limited | Method of tracking software application internet downloads |
US9495661B2 (en) * | 2011-09-26 | 2016-11-15 | Sparxo, Inc | Embeddable context sensitive chat system |
US20130080928A1 (en) * | 2011-09-26 | 2013-03-28 | Sparxo, Inc. | Embeddable context sensitive chat system |
US9874990B2 (en) * | 2012-02-10 | 2018-01-23 | Oracle International Corporation | System and method of concurrent unobstructed co-browsing and chat messaging |
US20130212466A1 (en) * | 2012-02-10 | 2013-08-15 | Livelook, Inc. | System and method of concurrent unobstructed co-browsing and chat messaging |
US9853922B2 (en) | 2012-02-24 | 2017-12-26 | Sococo, Inc. | Virtual area communications |
US8972502B2 (en) * | 2012-03-29 | 2015-03-03 | Getabl Inc. | Apparatus and method for managing user chat experiences with businesses |
US20140189025A1 (en) * | 2012-03-29 | 2014-07-03 | Getabl Inc. | Apparatus and Method for Managing User Chat Experiences with Businesses |
US20150149916A1 (en) * | 2012-07-19 | 2015-05-28 | Glance Networks, Inc. | Integrating Co-Browsing with Other Forms of Information Sharing |
EP2901662A4 (en) * | 2012-09-27 | 2015-09-02 | Tencent Tech Shenzhen Co Ltd | Information processing method, apparatus, terminal, and server |
US20140089408A1 (en) * | 2012-09-27 | 2014-03-27 | Tencent Technology (Shenzhen) Company Limited | Information processing method, apparatus, terminal, and server |
US10992736B2 (en) | 2012-09-27 | 2021-04-27 | Tencent Technology (Shenzhen) Company Limited | Information processing method, apparatus, terminal, and server |
US10432698B2 (en) * | 2012-09-27 | 2019-10-01 | Tencent Technology (Shenzhen) Company Limited | Information processing method, apparatus, terminal, and server |
WO2014048160A1 (en) | 2012-09-27 | 2014-04-03 | Tencent Technology (Shenzhen) Company Limited | Information processing method, apparatus, terminal, and server |
US11657438B2 (en) | 2012-10-19 | 2023-05-23 | Sococo, Inc. | Bridging physical and virtual spaces |
US9633018B2 (en) * | 2013-01-14 | 2017-04-25 | Microsoft Technology Licensing, Llc | Generation of related content for social media posts |
US20140201178A1 (en) * | 2013-01-14 | 2014-07-17 | Microsoft Corporation | Generation of related content for social media posts |
US8965976B2 (en) * | 2013-03-13 | 2015-02-24 | Getabl Inc. | Apparatus and method for managing user chat experiences with businesses |
US10205685B2 (en) | 2013-03-13 | 2019-02-12 | Getabl Inc. | Apparatus and method for managing user chat experiences with businesses |
US10205687B2 (en) | 2013-03-13 | 2019-02-12 | Getabl Inc. | Apparatus and method for managing user chat experiences with businesses |
US9967399B2 (en) | 2014-12-19 | 2018-05-08 | Oracle International Corporation | Co-browsing preview of queued customer contacts |
US20170329565A1 (en) * | 2015-02-05 | 2017-11-16 | Tencent Technology (Shenzhen) Company Limited | Information processing method, client, server, and computer-readable storage medium |
US10795629B2 (en) * | 2015-02-05 | 2020-10-06 | Tencent Technology (Shenzhen) Company Limited | Text and custom format information processing method, client, server, and computer-readable storage medium |
US10671976B2 (en) | 2015-05-11 | 2020-06-02 | Tencent Technology (Shenzhen) Company Limited | Instant messaging window display method and apparatus, and computer readable medium |
JP2018515846A (en) * | 2015-05-11 | 2018-06-14 | テンセント・テクノロジー・(シェンジェン)・カンパニー・リミテッド | Method and apparatus for displaying an instant messaging window and computer readable medium |
US20180018714A1 (en) * | 2015-06-23 | 2018-01-18 | David A. Uhalley | System and method of delivering advertising over networks |
US10671337B2 (en) | 2015-09-25 | 2020-06-02 | Oracle International Corporation | Automatic sizing of agent's screen for html co-browsing applications |
US10038788B1 (en) | 2017-05-09 | 2018-07-31 | Oracle International Corporation | Self-learning adaptive routing system |
US20190073197A1 (en) * | 2017-09-01 | 2019-03-07 | Nationwide Mutual Insurance Company | Chatbot development and deployment platform |
US10817265B2 (en) * | 2017-09-01 | 2020-10-27 | Nationwide Mutual Insurance Company | Chatbot development and deployment platform |
US11032218B2 (en) * | 2018-05-23 | 2021-06-08 | Capital One Services, Llc | Method and system of converting email message to AI chat |
US11502977B2 (en) | 2018-05-23 | 2022-11-15 | Capital One Services, Llc | Method and system of converting email message to AI chat |
US20190386938A1 (en) * | 2018-05-23 | 2019-12-19 | Capital One Services, Llc | Method and System of Converting Email Message to AI Chat |
Also Published As
Publication number | Publication date |
---|---|
US7165213B1 (en) | 2007-01-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7263526B1 (en) | Method and apparatus for embedding chat functions in a web page | |
US6785708B1 (en) | Method and apparatus for synchronizing browse and chat functions on a computer network | |
US5764916A (en) | Method and apparatus for real time communication over a computer network | |
US7533146B1 (en) | Shared web browser apparatus and method for interactive communications | |
US6356934B1 (en) | Intermediate server having control program for storing content accessed during browsing sessions and playback program for asynchronously replaying browsing sessions | |
US20030097448A1 (en) | Server control of hypertext transfer protocol client | |
US6411989B1 (en) | Apparatus and method for sharing information in simultaneously viewed documents on a communication system | |
US6360250B1 (en) | Apparatus and method for sharing information in simultaneously viewed documents on a communication system | |
US20170171262A1 (en) | Method and software for enabling n-way collaborative work over a network of computers | |
KR100445922B1 (en) | System and method for collaborative multi-device web browsing | |
US6732145B1 (en) | Collaborative browsing of the internet | |
US6912573B2 (en) | Method for acquiring content information, and software product, collaboration system and collaboration server for acquiring content information | |
AU709436B2 (en) | A method and apparatus for making a hypermedium interactive | |
US20050114527A1 (en) | System and method for personal communication over a global computer network | |
US6862625B1 (en) | Method and apparatus for real time network communication | |
US20130325982A1 (en) | Chat room viewing | |
US20030061286A1 (en) | Co-browsing system including form and focal-point synchronization capabilities for both secure and non-secure web documents | |
JP2000035951A (en) | Method and device for multiuser recognition and collaboration | |
JP2008269658A (en) | Server system | |
KR20020035565A (en) | Method and apparatus for activity-based collaboration by a computer system equipped with a dynamics manager | |
JP2001503893A (en) | A system that integrates the online service community with external services | |
US20050288951A1 (en) | Interactive multiple-video webcam communication | |
US20010051982A1 (en) | System and method for application specific chat room access | |
US20020026498A1 (en) | System and method for providing a community service to users of the internet | |
US7296062B2 (en) | Method for generating a presentation for re-locating an information page that has already been called |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: ICHAT, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BUSEY, ANDREW T.;WEGHORST, GERALD H., JR.;REEL/FRAME:008405/0700 Effective date: 19961218 |
|
AS | Assignment |
Owner name: ACUITY CORPORATION, A CORPORATION OF DELAWARE, TEX Free format text: CHANGE OF NAME;ASSIGNOR:ICHAT, INC.;REEL/FRAME:011063/0619 Effective date: 19980529 Owner name: QUINTUS CORPORATION, CALIFORNIA Free format text: AGREEMENT AND PLAN OF REORGANIZATION;ASSIGNORS:ACUITY CORPORATION;RIBEYE ACQUISITION CORPORATION;REEL/FRAME:011063/0577 Effective date: 19990910 |
|
AS | Assignment |
Owner name: AVAYA INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:QUINTUS CORPORATION;REEL/FRAME:011783/0692 Effective date: 20010410 |
|
AS | Assignment |
Owner name: AVAYA TECHNOLOGY CORP., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AVAYA INC.;REEL/FRAME:012698/0610 Effective date: 20010410 Owner name: AVAYA INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:QUINTUS CORPORATION;REEL/FRAME:012698/0615 Effective date: 20010410 |
|
AS | Assignment |
Owner name: BANK OF NEW YORK, THE, NEW YORK Free format text: SECURITY INTEREST;ASSIGNOR:AVAYA TECHNOLOGY CORP.;REEL/FRAME:012761/0977 Effective date: 20020405 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: CITIBANK, N.A., AS ADMINISTRATIVE AGENT, NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020156/0149 Effective date: 20071026 Owner name: CITIBANK, N.A., AS ADMINISTRATIVE AGENT,NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020156/0149 Effective date: 20071026 |
|
AS | Assignment |
Owner name: CITICORP USA, INC., AS ADMINISTRATIVE AGENT, NEW Y Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020166/0705 Effective date: 20071026 Owner name: CITICORP USA, INC., AS ADMINISTRATIVE AGENT, NEW YORK Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020166/0705 Effective date: 20071026 Owner name: CITICORP USA, INC., AS ADMINISTRATIVE AGENT,NEW YO Free format text: SECURITY AGREEMENT;ASSIGNORS:AVAYA, INC.;AVAYA TECHNOLOGY LLC;OCTEL COMMUNICATIONS LLC;AND OTHERS;REEL/FRAME:020166/0705 Effective date: 20071026 |
|
AS | Assignment |
Owner name: AVAYA INC, NEW JERSEY Free format text: REASSIGNMENT;ASSIGNOR:AVAYA TECHNOLOGY LLC;REEL/FRAME:021158/0319 Effective date: 20080625 |
|
AS | Assignment |
Owner name: AVAYA TECHNOLOGY LLC, NEW JERSEY Free format text: CONVERSION FROM CORP TO LLC;ASSIGNOR:AVAYA TECHNOLOGY CORP.;REEL/FRAME:022071/0420 Effective date: 20051004 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: BANK OF NEW YORK MELLON TRUST, NA, AS NOTES COLLAT Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA INC., A DELAWARE CORPORATION;REEL/FRAME:025863/0535 Effective date: 20110211 Owner name: BANK OF NEW YORK MELLON TRUST, NA, AS NOTES COLLATERAL AGENT, THE, PENNSYLVANIA Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA INC., A DELAWARE CORPORATION;REEL/FRAME:025863/0535 Effective date: 20110211 |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE, PENNSYLVANIA Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:030083/0639 Effective date: 20130307 Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE, Free format text: SECURITY AGREEMENT;ASSIGNOR:AVAYA, INC.;REEL/FRAME:030083/0639 Effective date: 20130307 |
|
AS | Assignment |
Owner name: AVAYA INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AVAYA TECHNOLOGY LLC;REEL/FRAME:030304/0496 Effective date: 20130418 |
|
AS | Assignment |
Owner name: AVAYA INC., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., THE NOTES COLLATERAL AGENT FOR THE SECURED PARTIES;REEL/FRAME:030571/0111 Effective date: 20130415 Owner name: AVAYA INC., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC., AS ADMINISTRATIVE AGENT;REEL/FRAME:030571/0259 Effective date: 20130415 Owner name: AVAYA INC., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITIBANK, N.A., THE ADMINISTRATIVE AGENT;REEL/FRAME:030571/0192 Effective date: 20130415 |
|
AS | Assignment |
Owner name: AVAYA INC., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:THE BANK OF NEW YORK;REEL/FRAME:030715/0433 Effective date: 20050223 |
|
AS | Assignment |
Owner name: WHI SPUR LIMITED LIABILITY COMPANY, DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AVAYA INC.;REEL/FRAME:030745/0109 Effective date: 20130531 |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
REFU | Refund |
Free format text: REFUND - PAYMENT OF MAINTENANCE FEE, 8TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: R2552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: NYTELL SOFTWARE LLC, DELAWARE Free format text: MERGER;ASSIGNOR:WHI SPUR LIMITED LIABILITY COMPANY;REEL/FRAME:037392/0395 Effective date: 20150826 |
|
AS | Assignment |
Owner name: AVAYA INC. (FORMERLY KNOWN AS AVAYA TECHNOLOGY COR Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 012761/0977;ASSIGNOR:THE BANK OF NEW YORK;REEL/FRAME:044892/0822 Effective date: 20171128 Owner name: AVAYA INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 025863/0535;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST, NA;REEL/FRAME:044892/0001 Effective date: 20171128 Owner name: AVAYA INC., CALIFORNIA Free format text: BANKRUPTCY COURT ORDER RELEASING ALL LIENS INCLUDING THE SECURITY INTEREST RECORDED AT REEL/FRAME 030083/0639;ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:045012/0666 Effective date: 20171128 |
|
AS | Assignment |
Owner name: AVAYA TECHNOLOGY, LLC, NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: SIERRA HOLDINGS CORP., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: AVAYA, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: OCTEL COMMUNICATIONS LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 Owner name: VPNET TECHNOLOGIES, INC., NEW JERSEY Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CITICORP USA, INC.;REEL/FRAME:045032/0213 Effective date: 20171215 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20190828 |