Views

Difference between revisions of "Instant Messenger"

The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.

Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Instant Messenger.JPG|300px|center]]
+
[[Image:Instant Messenger.JPG|thumb|Screenshot of Instant Messenger]]
== Scope ==
+
 
Until recent times Instant Messenger functionality has been limited to PC and desktops only. By utilising the capabilities of the AGP and Instant Messenger applications we can now provide a significant amount of functionality on the OptiPoint Series phones via the DSM or APM. Instant messenger requires all the users to get connected to common web server with Instant Messaging Application on it. Whenever a person logins he is added into the contact list maintained by web server and is visible to others.
+
Until recent times Instant Messenger functionality has been limited to PC and desktops only. By utilising the capabilities of the [[AGP]] and Instant Messenger applications we can now provide a significant amount of functionality on the [[optiPoint]] Series phones via the [[optiPoint_display_module|DSM]] or [[optiPoint_application_module|APM]]. Instant messenger requires all the users to get connected to common web server with Instant Messaging Application on it. Whenever a person logins he is added into the contact list maintained by web server and is visible to others.
 +
 
 
== Operation ==
 
== Operation ==
[[Image:InstantMessenger.JPG|500px|center]]
+
[[Image:InstantMessenger.JPG|thumb|Operational Overview]]
  
 
'''Operational Overview:'''
 
'''Operational Overview:'''
* Client 1 writes a message on the Instant Messenger application running on the phone’s AGP
+
* Client 1 writes a message on the Instant Messenger application running on the phone’s AGP.
* When the send button is pressed, the message, along with other parameters including username of message recipient, forms part of a HTTP request and is sent to the servlet running on the server
+
* The message is sent in a request to the servlet running on the server.
* The servlet processes the request and stores the recipient’s username along with the message
+
* The servlet pushes Client 2 informing it to retrieve the message from the server.
* During processing the servlet constructs an XML page containing the message and sends a push request to Client 2 telling it that a message awaits collection.
+
* Client 2 then contacts the servlet in order to receive the message.
* Client 2 then contacts the servlet in order to receive the message in XML form.
 
* The XML page received replaces the page currently showing on the DSM/APM to display the message
 
  
 
== Key Features ==
 
== Key Features ==
* Send Message
+
* '''Send Message'''
 
User can send a message to contact that has logged in to the web server.
 
User can send a message to contact that has logged in to the web server.
* Receive Message
+
* '''Receive Message'''
 
User can receive message from anyone who is connected to web server through this application.
 
User can receive message from anyone who is connected to web server through this application.
* Create Workgroup
+
* '''Create Workgroup'''
User can create a workgroup of number of contacts .Workgroup is visible once everyone logs on to the server and the user can send same message to all the contacts simultaneously.
+
User can create a workgroup of number of contacts. Workgroup is visible once everyone logs on to the server and the user can send same message to all the contacts simultaneously.
 +
 
 +
== See also ==
 +
*[[XML on optiPoint application module]]
 +
*[[Additional Innovative XML Applications]]

Latest revision as of 07:27, 24 October 2008

Screenshot of Instant Messenger

Until recent times Instant Messenger functionality has been limited to PC and desktops only. By utilising the capabilities of the AGP and Instant Messenger applications we can now provide a significant amount of functionality on the optiPoint Series phones via the DSM or APM. Instant messenger requires all the users to get connected to common web server with Instant Messaging Application on it. Whenever a person logins he is added into the contact list maintained by web server and is visible to others.

Operation

Operational Overview

Operational Overview:

  • Client 1 writes a message on the Instant Messenger application running on the phone’s AGP.
  • The message is sent in a request to the servlet running on the server.
  • The servlet pushes Client 2 informing it to retrieve the message from the server.
  • Client 2 then contacts the servlet in order to receive the message.

Key Features

  • Send Message

User can send a message to contact that has logged in to the web server.

  • Receive Message

User can receive message from anyone who is connected to web server through this application.

  • Create Workgroup

User can create a workgroup of number of contacts. Workgroup is visible once everyone logs on to the server and the user can send same message to all the contacts simultaneously.

See also