Hi, I have a problem, I create a new Presence status and I need to implement a new icon for this new Presence status.
I have a chat Presence and I create a phone Presence, so I need to implement a new icon.
Now I can publish and subscribe this phone presence, but I can’t show this in the icon.
How I implement a new icon on the Spark UI?
I prefer do this with a plugin. This is possible?
I could implement a new presence Icon, but I need to recompile the Spark, I modified the class ContactItem and add a new JLabel.
But I have a new problem now. My new presence is made by a plugin. Now I try add this new icon using a plugin.
If someone knows how to do this, reply please.
Instead of recompile the Spark you can use the function setSideIcon() in the ContactList class.
So it is possible to implement using only plugins.