On Tue, Aug 25, 2009 at 3:52 PM, Michael Jakl<jakl.mich...@gmail.com> wrote: > Is the client not bound for MUC? If it is, there should be the > resource (and hence, the full JID) available... somewhere.
Yeah, it's in org.apache.vysper.xmpp.state.resourcebinding.ResourceRegistry so my suggestion for falling back to a resource when the client does not provide one when entering a room is to use ResourceRegistry.getHighestPrioSession(). But, this is yet another area of Vysper that I don't know that well so I'm happy for any input! /niklas