Increasingly, I'm finding that the physics module does not follow box2d as closely as it claims . For instance, in a platformer with Box2Djs, I could check if the player is on the floor using:
See World:getContactList and World:setCallbacks. I don't know what WorldManifolds are, but usually, collision callbacks are used for that kind of thing when using love.physics.