Hello. Is there documentation for vysper available? Something like cookbook? I'm trying to make a game server based on vysper. Mostly i'm getting recipes for the problems from code of unit test for vysper but the more sophisticated problem is the harder the recipe to be found.
Can someout point out how to make use of pubsub extension? Let's say i have a custom thing like game room and it is willing to publish some event like "player amout have been changed". What do I do? Do I make use if LeafNode.pusblish or what? If LeafNode is the answer then how to I obtain StanzaRelay parameter in publish method? Cheers, Lauri.
