Commit 3c22e359 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Killed removeFriend functionality from jml since it's busted... (it's causing...

Killed removeFriend functionality from jml since it's busted...  (it's causing the IOException)  Also upgraded protocol to 12.  May be considering yet another MSN library...   We'll see.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5353 b35dd754-fafc-0310-a699-88a17e54d16e
parent db2d0977
......@@ -48,7 +48,7 @@ public class MSNSession extends TransportSession {
super(registration, jid, transport, priority);
msnMessenger = MsnMessengerFactory.createMsnMessenger(registration.getUsername(), registration.getPassword());
msnMessenger.setSupportedProtocol(new MsnProtocol[] { MsnProtocol.MSNP11 });
msnMessenger.setSupportedProtocol(new MsnProtocol[] { MsnProtocol.MSNP12 });
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment