I'm developing a Win32 client using jabbercom.dll. I realized that the following code returns nothing if the user is Unavailable: set x = JSession.GetPres(myItem.JID, "", True) x should be a JabberPres object, instead, it's "nothing" because the method getPres did not return anything. Is this an undocumented "feature" ? Thanks, Fernando