-
jadestorm committed revision 116 to the Java MSN Messenger library SVN repository, changing 3 files.
2009-11-22 01:24:41 UTC by jadestorm
-
i made a messenger using jml it does not get through the proxy
can anyone help me
thanx
regards
adeel.
2009-11-04 08:56:26 UTC by zahidmadeel
-
Hi guys i am pretty new to Java. Currently i am having some problems with the importing of the necessary libraries to my java project in Netbeans. I placed the src folder which was in the zip file i downloaded from the java messenger library website into the folder containing my java project which i believe is the correct way to allow me to import and make use of the jml library classes in the...
2009-11-01 15:54:33 UTC by nistlerooy
-
I don't think it's possible with this actual librairy...
2009-10-29 11:22:00 UTC by jessou
-
Thank you for your reply.
However, it seems that you didn't notice the implementation of my question.
What I want to know is that how to record this personal message on my local machine so that when I open my Microsoft MSN, my personal message won't changes back to the original one, but not the one I set through my own code.
I'm wondering if there is a way to do so by JML, thank you~.
2009-10-29 06:39:22 UTC by wlxcrsf
-
Hi, it's very simple :
public class Messenger{
private String email, motdepasse;
public Messenger(String e,String m,MsnUserStatus msnUserStatus){
email = e;
motdepasse = m;
MsnMessenger messenger = MsnMessengerFactory.createMsnMessenger(email,motdepasse);
messenger.getOwner().setInitPersonalMessage("PERSONAL MESSAGE HERE");...
2009-10-27 21:34:30 UTC by jessou
-
Actually, it does change my personal message, but as it is written in the website(http://bartdesmet.net/blogs/bart/archive/2005/06/08/967.aspx),
"Finally a note on how personal messages are sent to your friends. In contrast to your nickname on MSN, which is centrally stored on the MSN Directory Servers, the Personal Message is not sent to Microsoft and is shared with your friends in a...
2009-10-27 13:06:38 UTC by wlxcrsf
-
I just want to make a very simple function of msn, to set the personal message of the messenger. I write the following code based on the tutorial "BasicMessenger.java". However, it does log in, while my personal message never changes. Could anybody help me? Thanks a lot!!
import net.sf.jml.MsnMessenger;
import net.sf.jml.impl.MsnMessengerFactory;
import...
2009-10-27 12:22:51 UTC by wlxcrsf
-
I have checked source code and have not found any support for Socks proxy, Am I right it's not supported ? Any plans to do it ?.
2009-10-21 12:24:20 UTC by drofa
-
The rename contact does not wok for MSN12.
2009-10-12 23:53:57 UTC by julianoch