Message Styles: JS Function Hooks for status?

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
iTorrey
Harmless
Posts: 12
Joined: Wed Nov 02, 2005 5:08 pm
Location: Palo Alto, CA
Contact:

Message Styles: JS Function Hooks for status?

Post by iTorrey »

So I've been working on the latest version of my message style and when a status event happens (like some one goes away) I want to do something on top of adding that item to the messages.

Right now when some one sends a message there is a JS function called appendMessage and appendNextMessage that handles that and extends the default functionality.

Is there a JS function for status like appendStatus or something along those lines that I can use for my additional functionality?

If not, how do the status items get added to the message view currently?

Thanks for the help
Post Reply