Presence

Hi JonWright, Why when I send this packet:

Presence presencia = new Presence(Presence.Type.SUBSCRIBE);

presencia.setMode(Presence.Mode.INVISIBLE);

presencia.setTo("andres@127.0.0.1");

connection.sendPacket(presencia);

andres@127.0.0.1 recive two Suscribe packet from the same client A??? one from the client and other from the server???

THANKS…

Andres