We're trying to use Pubsub to implement groups like those in Whatsapp, without the user having to go into the room, getting notifications while offline, etc..
So far, things have been working great. We can create a node, set publish to all, send, all the basic things needed in a room.
The problem is, when a user publishes to a node, no user information is sent.
Is there any way to do that? We thought of perhaps creating a normal XMPP message, and then sending it in the payload, but that'd require parsing it back from the payload. Is there any alternative solution? Or does that seem like the most viable one?