lol, apologies .. I thought I had included enough information ;)

I am trying to create a simple MSN Messenger Client. Majority of the
communication is just plan text with no formatting. But to enable
Microsoft to be generic with their authentication they have made it so
that you communicate using HTTPS. So, only a small fraction of time is
used to communicate via HTTPS..

Surely the HTTP Client isn't the correct purposal for this situation?

Best Regards,
Mark Wallsgrove


2009/10/5 David Rosenstrauch <[email protected]>:
> On 10/05/2009 03:34 PM, Mark Wallsgrove wrote:
>>
>> Hey,
>>
>> The majority of the communications that occur is in plan text. To
>> authenticate I have to use HTTPS and parse some XML data. Is it worth
>> using HTTPClient with Mina? Or just keeping using Mina alone? The
>> application is a standalone app if it makes any difference :)
>>
>> Best Regards,
>> Mark Wallsgrove
>
> Hard to answer, as I'm not really clear on what it is you're trying to do.
>
> Are you trying to:
>
> a) write a client app that communicates with a MINA server using HTTPS?
> b) write a client app that communicates with some other HTTP server using
> HTTPS?
> c) writing a client app on top of MINA?
> d) something else?
>
> I'll take a guess that your scenario is b), in which case I'd respond that
> you just need to write a small client app that uses HTTP Client, and that
> MINA isn't needed here.
>
> But if you want a better answer, ask a better question!  :-)
>
> DR
>



-- 
Best Regards,
Mark Wallsgrove

Reply via email to