I'm currently using the JCLAIM API which uses the JMLMSN api. Thanks for your work.
I'm currently running into 2 problems when using the JMLMSN API (with and without JCLAIM). It's the first time I'm doing so I'm probably missing something obvious.
1) Everytime my connection receives an IM, the personal message changes to whatever the content of the message is, as If I'm listening to a tune. IE. if I receive "Hello" in an IM. The contact appears as "Contact Name Hello" with the earphones as if I am listening to a Hello tune.
2) I cannot send IMs. For some reason I get no errors about this.
Thanks in advance.
Alejandro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
#2 I have fixed with Alejandro's help. (I hope). Problem was with using .getId() [wrong] instead of .geEmail() [right] when sending emails to ppl (API keeps it's own contact list).
- Alex.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a bug report for it. What version of the MSN protocol have you specified? I'm not seeing this with the one I'm using. Would help me a lot in tracking down where the problem is occuring. =) Thanks! (I don't care if you post your response here or in the bug report, whichever you would prefer)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well not really =) unless you patched JML. I'd like JML itself to be correct, not just the JCLAIM API. ;D Did you patch JML and of so, would you mind sharing the patch?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello:
I'm currently using the JCLAIM API which uses the JMLMSN api. Thanks for your work.
I'm currently running into 2 problems when using the JMLMSN API (with and without JCLAIM). It's the first time I'm doing so I'm probably missing something obvious.
1) Everytime my connection receives an IM, the personal message changes to whatever the content of the message is, as If I'm listening to a tune. IE. if I receive "Hello" in an IM. The contact appears as "Contact Name Hello" with the earphones as if I am listening to a Hello tune.
2) I cannot send IMs. For some reason I get no errors about this.
Thanks in advance.
Alejandro
#1 is still a problem. anyone can help with that?
#2 I have fixed with Alejandro's help. (I hope). Problem was with using .getId() [wrong] instead of .geEmail() [right] when sending emails to ppl (API keeps it's own contact list).
- Alex.
Ack. https://sourceforge.net/tracker/index.php?func=detail&aid=1737258&group_id=118829&atid=682289
I created a bug report for it. What version of the MSN protocol have you specified? I'm not seeing this with the one I'm using. Would help me a lot in tracking down where the problem is occuring. =) Thanks! (I don't care if you post your response here or in the bug report, whichever you would prefer)
#1 was solved in the JCLAIM API. Thanks very much for the reply. I hope that with this post you close the bug report.
Alejandro
Well not really =) unless you patched JML. I'd like JML itself to be correct, not just the JCLAIM API. ;D Did you patch JML and of so, would you mind sharing the patch?
sorry for replying to this so late.
No, I did not modify JML itself, just JCLAIM.
Thanks for your help anyway.
AA
Would you mind telling me what you changed in JCLAIM? It might help me narrow down what I need to look at.