Re: [Amsn-devel] Offline Messages

2006-09-07 Thread Sander Hoentjen
NICE!

On Thu, 2006-09-07 at 14:19 -0400, Youness Alaoui wrote:
 Hi everyone...
 I did the 'dirty work' for implementing the offline messages... now all you 
 have to do is to make it GUI-wise.. which means... have the 
 messages in a chat window.. have the date/time shown, and have them sorted 
 depending on the X-OIM-Sequence-Num header... also have a better 
 way to delete them once read... we could create a GUI for showing them as if 
 they were emails... because that's what they are actually... 
 (with OIMs we can get the IP address of the person who sent the message! :D 
 the ip is in the header field X-OIM-originatingSource, but 
 the idea would be to have a 'inbox' view, where you can view each msg, mark 
 as read and delete... but the easiest would be to simply show 
 the messages in a chat window, sorted  by sequence number, with the date/time 
 and a Offline message received at : ... so people would 
 know it's an OIM...
 
 KaKaRoTo
 
 - Forwarded message from [EMAIL PROTECTED] -
 
 From: [EMAIL PROTECTED]
 Subject: [Amsn-commits] SF.net SVN: amsn: [7211] trunk/amsn
 
 Revision: 7211
   http://svn.sourceforge.net/amsn/?rev=7211view=rev
 Author:   kakaroto
 Date: 2006-09-07 10:24:07 -0700 (Thu, 07 Sep 2006)
 
 Log Message:
 ---
 Added support for OIMs : Offline Instant Messages!!! 
 wouhouuu!!! :D
 a lot of graphical work still has to be done.. for now it's only done with 
 msg_box-es... don't forget the first element returned by 
 MSNOIM::getOIMMessage is the sequence number, which should be used to order 
 your OIMs...
 
 Modified Paths:
 --
 trunk/amsn/hotmail.tcl
 trunk/amsn/protocol.tcl
 
 - End forwarded message -
 
 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel


-
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=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


[Amsn-devel] Offline Messages

2006-09-07 Thread Youness Alaoui
Hi everyone...
I did the 'dirty work' for implementing the offline messages... now all you 
have to do is to make it GUI-wise.. which means... have the 
messages in a chat window.. have the date/time shown, and have them sorted 
depending on the X-OIM-Sequence-Num header... also have a better 
way to delete them once read... we could create a GUI for showing them as if 
they were emails... because that's what they are actually... 
(with OIMs we can get the IP address of the person who sent the message! :D the 
ip is in the header field X-OIM-originatingSource, but 
the idea would be to have a 'inbox' view, where you can view each msg, mark as 
read and delete... but the easiest would be to simply show 
the messages in a chat window, sorted  by sequence number, with the date/time 
and a Offline message received at : ... so people would 
know it's an OIM...

KaKaRoTo

- Forwarded message from [EMAIL PROTECTED] -

From: [EMAIL PROTECTED]
Subject: [Amsn-commits] SF.net SVN: amsn: [7211] trunk/amsn

Revision: 7211
  http://svn.sourceforge.net/amsn/?rev=7211view=rev
Author:   kakaroto
Date: 2006-09-07 10:24:07 -0700 (Thu, 07 Sep 2006)

Log Message:
---
Added support for OIMs : Offline Instant Messages!!! 
wouhouuu!!! :D
a lot of graphical work still has to be done.. for now it's only done with 
msg_box-es... don't forget the first element returned by MSNOIM::getOIMMessage 
is the sequence number, which should be used to order your OIMs...

Modified Paths:
--
trunk/amsn/hotmail.tcl
trunk/amsn/protocol.tcl

- End forwarded message -

-
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=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] Offline Messages

2006-09-07 Thread NoWhereMan

- Original Message - 
From: Youness Alaoui [EMAIL PROTECTED]



 Hi everyone...
 I did the 'dirty work' for implementing the offline messages... now all 
 you have to do is to make it GUI-wise..

w00t! 


-
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=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] Offline Messages

2006-09-07 Thread Youness Alaoui
Thanks!!
Now... I have to say sorry... sorry because I'm adding work for you guys... 
SENDING OIMs is now also implemented... only partially, but it 
works, so you need to also do the GUI for sending an OIM... :D
also, I implemented in the same way authentication throught Passport V3.0 (the 
current ssl thing now is passport v2.0).. 
from msnpiki : 
Since 1 April 2006, Microsoft has begun removing the old way of authenticating, 
called 'Passport 2.0', and has replaced it with 'Windows 
Live ID'. Every client that still uses Passport 2.0 will eventually receive 401 
Unauthorized responses, whether using SSL or not, with an 
'Account locked out' message.

so maybe we should move to using that too.. for now it's in the MSNOIM 
namespace, but it should be moved to MSN namespace... simply call :
::MSNOIP::AuthenticatePassport3 $url 
(where $url is the url received from the NS in the USR command)
and it returns to you the security tweener ticket needed in the USR answer... 
Hope you enjoy it!!!

KaKaRoTo


On Thu, Sep 07, 2006 at 09:11:52PM +0200, NoWhereMan wrote:
 
 - Original Message - 
 From: Youness Alaoui [EMAIL PROTECTED]
 
 
 
  Hi everyone...
  I did the 'dirty work' for implementing the offline messages... now all 
  you have to do is to make it GUI-wise..
 
 w00t! 
 
 
 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel

-
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=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] Offline Messages

2006-09-07 Thread Boris Faure (aka billiob)
On 9/7/06, Youness Alaoui [EMAIL PROTECTED] wrote:
 Thanks!!
 Now... I have to say sorry... sorry because I'm adding work for you guys... 
 SENDING OIMs is now also implemented... only partially, but it
 works, so you need to also do the GUI for sending an OIM... :D
 also, I implemented in the same way authentication throught Passport V3.0 
 (the current ssl thing now is passport v2.0)..
 from msnpiki :
 Since 1 April 2006, Microsoft has begun removing the old way of 
 authenticating, called 'Passport 2.0', and has replaced it with 'Windows
 Live ID'. Every client that still uses Passport 2.0 will eventually receive 
 401 Unauthorized responses, whether using SSL or not, with an
 'Account locked out' message.

 so maybe we should move to using that too.. for now it's in the MSNOIM 
 namespace, but it should be moved to MSN namespace... simply call :
 ::MSNOIP::AuthenticatePassport3 $url
 (where $url is the url received from the NS in the USR command)
 and it returns to you the security tweener ticket needed in the USR answer...
 Hope you enjoy it!!!

 KaKaRoTo



Great job Youness !!
Now, i know what to do !

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=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [Amsn-devel] Offline Messages

2006-09-07 Thread Youness Alaoui
hehe, thx, I hope this motivates you into being more active!!! :)

On Thu, Sep 07, 2006 at 11:21:47PM +0200, Boris Faure (aka billiob) wrote:
 On 9/7/06, Youness Alaoui [EMAIL PROTECTED] wrote:
  Thanks!!
  Now... I have to say sorry... sorry because I'm adding work for you guys... 
  SENDING OIMs is now also implemented... only partially, but it
  works, so you need to also do the GUI for sending an OIM... :D
  also, I implemented in the same way authentication throught Passport V3.0 
  (the current ssl thing now is passport v2.0)..
  from msnpiki :
  Since 1 April 2006, Microsoft has begun removing the old way of 
  authenticating, called 'Passport 2.0', and has replaced it with 'Windows
  Live ID'. Every client that still uses Passport 2.0 will eventually receive 
  401 Unauthorized responses, whether using SSL or not, with an
  'Account locked out' message.
 
  so maybe we should move to using that too.. for now it's in the MSNOIM 
  namespace, but it should be moved to MSN namespace... simply call :
  ::MSNOIP::AuthenticatePassport3 $url
  (where $url is the url received from the NS in the USR command)
  and it returns to you the security tweener ticket needed in the USR 
  answer...
  Hope you enjoy it!!!
 
  KaKaRoTo
 
 
 
 Great job Youness !!
 Now, i know what to do !
 
 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=lnkkid=120709bid=263057dat=121642
 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel

-
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=lnkkid=120709bid=263057dat=121642
___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel