RISC OS News on Drobe
RISC OS Search
containing
"Drobe's only failing is the sixth-form geek-journo tone with it's lead balloon humour and occasional smugness and ugly personalty."
Welcome back guest  |  Login  |  Register Sunday 18th May 
Login

drobe.co.uk
About Drobe
RISC OS News
Drobe Features
Alternatives
Bookmarks
Riscos.org.uk
Auctions
Events (shows)
AU issues
Tech Material
Wallpaper
Movies
File archives
SH eBooks
FAQs
Changelog

Interact
Forums
Online chat
Your webspace
BBC Emu(games!)
User gallery
RSS news &
comments
Submit news
Contact us

Quick Links
Open directory
Nutshells
ANS archives
ArcSite
RO Repository
Announce
RISCOS Ltd.
Castle

NTK
The Inquirer
The Register
OSNews
Slashdot
Google

Alternatives
NetBSD
ARM Linux
Iyonix Linux

Found Apps
 RISC OS Software !Avalanche
 RISC OS Software !Darts
 RISC OS Software !CFuncAnal
 RISC OS Software !TranTIFF+
 RISC OS Software !Dustbin
 RISC OS Software !NurseW
 RISC OS Software !Tally
 RISC OS Software !VideoLog
 RISC OS Software !USBKick
 RISC OS Software !Spr2Jpeg
Recent users
adrianl is a RISC OS User adrianl
hEgelia is a RISC OS User hEgelia
lym is a RISC OS User lym
aschamberlain is a RISC OS User aschamberlain
Animal is a RISC OS User Animal
Jaffa is a RISC OS User Jaffa
gazza_fp is a RISC OS User gazza_fp
EasyKees is a RISC OS User EasyKees
flypig is a RISC OS User flypig
bucksboy is a RISC OS User bucksboy


Why donate?

Serving: 15GB
Fuel: caffeine
4 users online
53 guests
243 active accts 24327 comments

Webstats

 
RISC OS News Article
New free MSN client available for all
Published: 19th Sep 2007, 04:25:02GMT  Source: drobe.co.uk
By the Drobe news desk
Page 1 of 1
Smile and say cheese
Parmesan 1.00 screenshotThe new freeware MSN client for RISC OS, Parmesan, was officially released over the weekend. A beta version was distributed to a lucky few punters earlier this month, and after a round of bug fixing, author Christian Ludlam was able to turn out a stable release.

The software, pictured, allows people to chat to each other in real-time over the Internet - ideally enabling RISC OS punters to converse with buddies using Windows, Linux, Mac OS X and other computer platforms. It's believed that by supporting features such as nudges, Christian's software is the most up-to-date MSN client available for RISC OS.

Chris said: "Some features aren't finished yet, and the whole thing needs a good polish, but it's still pretty good. Parmesan is far from finished, and I'm working on it all the time"

He now hopes to finish file transfer support, improve the configuration user interface, add alerts for when friends appear and disappear from the MSN service, and develop other features.

Click here for previous news on Parmesan or hit the link below to download it.

Links
Parmesan website

Related articles
HP and Epson printer drivers in free release
PhotoFiler handed out in free download
ArtWorks 2.75 update in free release

This article has been linked to, or is available in the following formats:  
 
 
 
 
 
[Printable] [Digg this] [Blog search]


polas(valued user) 
19/9/07 10:26AM
I downloaded it the other day and think its really good. The lack of a free client was for me, up to this point, one of the drawbacks to using my ROS machine... thanks to all involved for producing it
hEgelia(valued user)www (+2.0)
Face
19/9/07 11:58AM
Grapevine has had the honour of being the sole working MSN client for RISC OS for perhaps two years. In that time, despite being a commercial application, it has received no support for the more 'modern' features of MSN. I'm not talking about Audio or Video chat support, which I think is particularly tricky to implement from a closed protocol like MSN. Rather, I'm talking about fairly common stuff like display pictures, that have been in (free) MSN clients for years now. Together with an arguably 'unattractive' user interface, Grapevine wasn't really a great MSN client for RISC OS users. The fact that it's a commercial app makes it even less attractive, which is perhaps why R-Comp didn't sell as much copies as they might have hoped for.

So I'm very glad someone has gone ahead and implemented a remarkably decent and modern client for Microsoft's MSN / .NET Messenger protocol. The really terrific part being Christian is giving this gem away for free. Pretty amazing.
jess(good user) (+1.0)
Face
19/9/07 12:58PM
Parmesan is great. It looks and feels so polished that you only realize it's an early version by the lack of certain features.

hEngelia:
MSN audio is similar to SIP. There is a service called gtalk2voip that redirects MSN calls to VOIP accounts. I wonder if there is any scope for doing that that in a client. i.e client advertises it is available for chat, and when it receives a request forwards it to a SIP account. And if the chat button is pressed it initiates a call to the sip account and when answered it connects it to the MSN account.
Hairy (+1.0)
19/9/07 5:06PM
I too always relied on GV and did extend my donations for the upgrades and future development.
But this free client is so much nicer to look at and use, how was Christian able to do these things when the general tone regarding development for GV was quite an expense ?
I like the size of the emoticons and the fact its window stays open so you can keep clicking and use them. On GV you had to keep opening them up :(
I did make a suggestion regarding that to Alan Wrigley and he seemed interested but nothing came of it.
Though I would like to say thank you to Alan as when there was a known issue with some versions of GV he gave alot of help in solving the problem.
Still be intersting what happens to GV now as there is another alternative and its free :)
riscosopen (+1.0)
Face
20/9/07 2:56AM
Out of curiosity, why does the copyright in the info window of the first release say 2005?
Christian 
20/9/07 12:13PM
That's when I wrote it :$
jess(good user) 
Face
20/9/07 2:58PM
Is it your own program or your front end on a port of something else?
Christian 
20/9/07 5:02PM
It's aaaaaaall my own work, except as outlined in the Thanks page on the website.
polas(valued user) 
20/9/07 5:17PM
Out of interest Chris, in order to perform the shtml required for logging on, did you use a third party thing such as curl or did you write the code directly into it? From what I understood at the time (and I might be completely off) having to authenticate via shtml was a major problem for the existing clients when MS changed the protocol.
jess(good user) 
Face
20/9/07 5:26PM
That is impressive. It certainly connects well.
Christian (+1.0)
21/9/07 2:07AM
The authentication is done by HTTP over SSL - I use the OpenSSL library ported by the NetSurf developers (thanks!) to do that part, then I talk HTTP myself (it only needs a relatively small part of HTTP to do the job).

In fact the OpenSSL library is so big, and it's only used briefly while signing in, that authentication is handled by a separate program which quits once it's done its job.

Incidentally, Parmesan is also capable of talking the MSN protocol proper over HTTP, in case the normal port is blocked by a firewall or proxy.
jess(good user) (+1.0)
Face
21/9/07 10:42AM
Is MSN to yahoo interoperability dependent on a different protocol and therefore unlikely to be added?

I assume audio is far to complex to be hoped for, but would something like gtalk2voip do be possible? (Redirecting the audio chat to a sip account.)
Christian (+1.0)
21/9/07 12:58PM
Yahoo - MSN interworking is done entirely by the MSN server's side, but it requires me to use a later MSN protocol which is a lot of work. I can do it, but I got to the stage where I thought if I keep making large changes like that I'd never release it!

My understanding of audio support is that it's not doable because it uses a patented codec. Surprisingly though, video (webcam) support IS possible, I have a library to do it, I just don't know of any RISC OS webcam protocols to handle the local side of things.
jess(good user) 
Face
21/9/07 1:32PM
Y!, thanks for the clarification on that. (About an hour after I installed Paresan I got told of a way to do other IMs, that works on RO Firefox. www.meebo.com very slow though).

Audio. It can't be only a patented codec because I have talked to people on MSN with my SIP using G.711 using GTalk2VOIP.com as far as I can tell they just negotiate the connections. I didn't think they actually proxy and convert. But what I was wondering would be if it were a realistic proposition to do something similar with a client (it either establishes a connection and hands over or forwards the data.)

Video. Just incoming would be a nice start. I would think that just sending a sprite or a slide show of sprites would be useful in the absence of a webcam. There were video capture podules, I have one if it would be any use to you.

File transfer. Will the interface be drop the file in the message field to send and drag the icon from the message window to save incoming, perhaps with a preview of pictures?
 

Top Tip

Wallpaper

Download wallpapers for your desktop and contribute your own to our database
 
Headline news
Wakefield 2008 show photos
28th Apr 2008

Wakefield 2008 show live news
26th Apr 2008

Who would want an A9home PDA?
24th Apr 2008

RISC OS 6.10 available to Select subscribers
24th Apr 2008

Gallery photo
Older news
Animation and typing applications really released
24th Apr 2008

Wakefield 2008 show preview
22nd Apr 2008

R-Comp unveils new PDF authoring package
22nd Apr 2008

NetSurf bags GBP10K investment from Google
21st Apr 2008

Apple Mac VirtualRiscPC leaves beta
20th Apr 2008

Blu-ray disc burn breakthrough
14th Apr 2008

PDF import support for ArtWorks
13th Apr 2008

Wakefield 2008 show theatre line-up revealed
13th Apr 2008

Animation software collection falls into R-Comp's hands
9th Apr 2008

Features
A9home: two years on
4th Dec 2007

A9home DIY laptop: first pictures
1st Dec 2007

Software hosted by Drobe: Your guide
5th Nov 2007

 

Top | Design and concept © Fudgecake Design, 1999 - 2001. Content © The Drobe Team, 1999 - 2008. 
Click here for more information and terms and conditions.