Niklas Gustavsson wrote: > On Mon, Aug 24, 2009 at 3:01 PM, Bernd Fondermann<bf_...@brainlounge.de> > wrote: >> Is this a problem with Smack or with the test setup or anything else? > > It's due to the simple fact that we have not yet implemented the full > JID resolution in MUC. So, right now, as a temporary solution, I use > SessionContext.getInitiatingEntity() which contains the bare JID only. > I'll have a look at implementing it.
ok, that's a slight relieve that the problem is not neccessarily with me. there must be a way to defer the full jid at the moment the user is entering the room, more specifically from the directed presence stanza. is that also you understanding? Bernd