is there a way to show the activity of a user with some timestamps within the chat window.
Here is a real life example:
(11:33:42) Bobuser: Hey Gino! I will go eat, brb.
(11:33:42) Bobuser is now away
(11:33:42) Bobuser is now available
(11:33:42) Bobuser closed chat window
(11:33:42) Bobuser is now away
etc.
Is this possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ah I see, I assumed your question was about timestamps not about user activity. You need to load the Buddy State Notification plugin for those sort of notifications, but it will not get you window closing notifications (on anything other than XMPP, as no other protocol sends that information).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
is there a way to show the activity of a user with some timestamps within the chat window.
Here is a real life example:
(11:33:42) Bobuser: Hey Gino! I will go eat, brb.
(11:33:42) Bobuser is now away
(11:33:42) Bobuser is now available
(11:33:42) Bobuser closed chat window
(11:33:42) Bobuser is now away
etc.
Is this possible?
Conversation window menu Options->Show Timestamps
This option is activated and it doesn't show me if the user close his chat window.
Ah I see, I assumed your question was about timestamps not about user activity. You need to load the Buddy State Notification plugin for those sort of notifications, but it will not get you window closing notifications (on anything other than XMPP, as no other protocol sends that information).
Thanks a lot, that totally respond to my question.