When we use this interface to catch personal message change event for contacts:
public void contactPersonalMessageChanged(MsnMessenger messenger,
MsnContact contact) {
String email = contact.getEmail().getEmailAddress();
System.out.println(email + " change personal message to "+contact.getPersonalMessage());
}
We found get the log information "email *** change personal message to I am not here right now'"
but 'I am not here right now' is not current personal message of this user , so any thing wrong ?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I didn't notice such issue, you mean that every time that the event is fired the personal message changes to such message or just a few times..? Have you notice that such issue happens after login, immediately after the user logins, after a first change, etc..?? That issue never happened to me. Thanks for your reply
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Such issue just happens on few users , while we have tested in 500 users only 2 users has such issue . It is certain that the information 'I am not here right now' is not the user's personal message and it happenes not after user logins but very frequently on this user's , 12 times during half day .
Now I did not know what information will be catched except personal message change for this event , or it is a MSN Version issue.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you tried with the last SVN version? I'm not sure but I remember that I've touched something in such event, and perhaps it was after the jmlb4 release
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, bluegod
for jml1.0b4release switchboard closed issue , I have turn back to b3 version. So I did not try the last SVN verstion.
Thanks very much for your continued attention for this issue.
What's more , I remembered that jml1.04b4 release has an addFriend error in Chinese parameter.
The method MsnMessenger.addFriend(Email, String) , when I input Chinese for the second parameter , there will be an error show as 'something wrong ' .
May be you can not find the way to input Chinese words for testing. I have two Chinese words('测试',it means 'test' in English) for you .
Waiting for your reply. Also I am willing to use new feature of jml1.0b4release .
Thanks again :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when I listened contactPersonalMessageChanged event , found some unexcepted information of users like 'I am not here right now' and so on are catched.
Hello,
Can you explain in more detail such issue? Thanks!
When we use this interface to catch personal message change event for contacts:
public void contactPersonalMessageChanged(MsnMessenger messenger,
MsnContact contact) {
String email = contact.getEmail().getEmailAddress();
System.out.println(email + " change personal message to "+contact.getPersonalMessage());
}
We found get the log information "email *** change personal message to I am not here right now'"
but 'I am not here right now' is not current personal message of this user , so any thing wrong ?
Thanks.
I didn't notice such issue, you mean that every time that the event is fired the personal message changes to such message or just a few times..? Have you notice that such issue happens after login, immediately after the user logins, after a first change, etc..?? That issue never happened to me. Thanks for your reply
Such issue just happens on few users , while we have tested in 500 users only 2 users has such issue . It is certain that the information 'I am not here right now' is not the user's personal message and it happenes not after user logins but very frequently on this user's , 12 times during half day .
Now I did not know what information will be catched except personal message change for this event , or it is a MSN Version issue.
Thanks.
by the way which version are you using? jmlb4 ?
jmlb4 of cause
b3 does not support
Have you tried with the last SVN version? I'm not sure but I remember that I've touched something in such event, and perhaps it was after the jmlb4 release
Hi, bluegod
for jml1.0b4release switchboard closed issue , I have turn back to b3 version. So I did not try the last SVN verstion.
Thanks very much for your continued attention for this issue.
What's more , I remembered that jml1.04b4 release has an addFriend error in Chinese parameter.
The method MsnMessenger.addFriend(Email, String) , when I input Chinese for the second parameter , there will be an error show as 'something wrong ' .
May be you can not find the way to input Chinese words for testing. I have two Chinese words('测试',it means 'test' in English) for you .
Waiting for your reply. Also I am willing to use new feature of jml1.0b4release .
Thanks again :)