Hi there,
I write an IM-application for a project-management-system. It has to group ALL project members by their projects, even if they are not logged in, e.g.:
Project1
-Employee1 (online)
-Employee4 (offline)
-Employee5 (offline)
-Employee7 (online)
Project2
-Employee1 (online)
-Employee2 (online)
-Employee5 (offline)
-Employee6 (online)
It has to be possible to post a message to ProjectX and that this message is delivered to ALL (offline members, when they go online) members. Of course private messages should also be supported.
Is it possible (a hint for a workaround would be very kind) to manage this with Smack? Smack might be the slightest problem. The server will have to be adjusted accordingly, I think. I use the server Iain Shigeoka introduced in chapter 8 of his book.
However, Smack is a very powerful client library, thx for releasing it as open-source!!!
Christian