On 9/10/06, Philippe Valembois - Phil
<[EMAIL PROTECTED]> wrote:
> I suggested to Billiob (who written the current GUI) to use the ChatWindow
> like we do with Mobile Messaging

You told me that once it was done !

>
> Le Sunday 10 September 2006 11:29, Youness Alaoui a écrit:
> > Thanks Tom, I fixed it, it was a typo I think....
> > btw, I just saw the code for OIM_GUI and it's bad... first, we don't sort
> > by sequence number, second, we do a getOIMMessage once to fill in the
> > titles, then we do a second getOIMMessage to read the message... this means
> > two SOAP requests (whih can take time for slow connections and *may* freeze
> > aMSN...)
Yes, you're right.
I've done this way because "foreach {from nick MsgID} $oim break" was
not working fine for me.
That's why i've added a "getOIMMessage" to catch the nick and the email.
Plus, i wanted to get the sequence number in the first $oim, but it's
not there, which is strange.
Anyway, that code is bad and anyone who want to improve it or remove
and code it better is always welcome.

> > about the sorting, it's not a problem because for now, I know the code is
> > still new and it's not yet written... but about the 2 SOAP requests, it's
> > bad, because you'd better design it correctly from the start... Also, like
> > Tom said in the forum link below, maybe it would be better to show the OIMs
> > in the chat window, because people might get confused...
I think Tom is right but i didn't mind that feature this way, but like emails.

Greets
-- 
Boris FAURE (aka billiob)
mail, msn : [EMAIL PROTECTED]
No trees were killed in the sending of this message.
However, a large number of electrons were terribly
agitated.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to