RE: Comm Server

2003-03-26 Thread Monte Goulding

Hi Simon

The Jabber Client was all the work of David Bovill. I'm not sure what he's
doing with it now but Jabber is a relatively simple XML protocol anyway. If
you go to jabber.com you can find info on the protocol.

Basically all you need is scripts to parse XML coming in and going out on a
stream rather than as a document.

There is a number of open source servers that you can setup or you can use
one of the public servers.

I did some testing with David and still have the library somewhere but don't
think I should give it out unless he says it's OK. It was before the new
regEx so perhaps it would be good to start from scratch to develop an open
source library I'm interested if you are.

Cheers

Monte

> This would be perfect.
>
> How do I go about contacting them and seeing a demo?  Anything exist
> yet guys?
>
> On Wednesday, March 26, 2003, at 02:49 PM, Alain Farmer wrote:
>
> >>> Has anyone built a metacard based comm server?
> >>> Something akin to IRC that has multiple rooms
> >>> etc?  I'm interested in setting something like
> >>> this up for myself.
> >
> >> Shao Sean has one. Not sure if he is still working
> >> on it.
> >
> > What about the MC-based Jabber client that OPN started
> > many months ago. Jabber, as you probably already know,
> > is a *gateway* to several IRC/chat systems which also
> > manage your *presence*. Moreover, underneath the
> > "hood" of Jabber, there's a solid architecture based
> > on XML, for messaging as well as [meta-]data
> > structures.
> >
> > OPN was/is : David Bovill, MisterX, Monte Goulding,
> > and myself, albeit I didn't contribute *directly* to
> > the development of this particular Jabber-client
> > stack.
> >
> > Just a thought,
> >
> > Alain Farmer
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> > http://platinum.yahoo.com
> > ___
> > metacard mailing list
> > [EMAIL PROTECTED]
> > http://lists.runrev.com/mailman/listinfo/metacard
> >
> >
> Sincerely,
> Simon
>
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


RE: Comm Server

2003-03-26 Thread Mr X
forgot to insert that 
mchttpd server stack is in ftp.metacard.com

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Mr X
> Sent: Wednesday, March 26, 2003 21:21
> To: [EMAIL PROTECTED]
> Subject: RE: Comm Server
> 
> 
> 
> David did a really cool stack for that!
> The scripts were quite heavee!
> 
> Doesn't liburl furnish also some scripts in that direction also?
> 
> All you need is get the protocols for irc in any opensource code and port
> it... There's also an ftp
> client and httpd server I've seen in the downloads
> that handle tcpip.
> 
> But David, what's up with OPN?
> 
> cheers
> Xavier
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Alain Farmer
> > Sent: Wednesday, March 26, 2003 20:50
> > To: [EMAIL PROTECTED]
> > Subject: Re: Comm Server
> >
> >
> > >> Has anyone built a metacard based comm server?
> > >> Something akin to IRC that has multiple rooms
> > >> etc?  I'm interested in setting something like
> > >> this up for myself.
> >
> > > Shao Sean has one. Not sure if he is still working
> > > on it.
> >
> > What about the MC-based Jabber client that OPN started
> > many months ago. Jabber, as you probably already know,
> > is a *gateway* to several IRC/chat systems which also
> > manage your *presence*. Moreover, underneath the
> > "hood" of Jabber, there's a solid architecture based
> > on XML, for messaging as well as [meta-]data
> > structures.
> >
> > OPN was/is : David Bovill, MisterX, Monte Goulding,
> > and myself, albeit I didn't contribute *directly* to
> > the development of this particular Jabber-client
> > stack.
> >
> > Just a thought,
> >
> > Alain Farmer
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> > http://platinum.yahoo.com
> > ___
> > metacard mailing list
> > [EMAIL PROTECTED]
> > http://lists.runrev.com/mailman/listinfo/metacard
> >
> 
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
> 
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


RE: Comm Server

2003-03-26 Thread Mr X

David did a really cool stack for that!
The scripts were quite heavee!

Doesn't liburl furnish also some scripts in that direction also?

All you need is get the protocols for irc in any opensource code and port
it... There's also an ftp
client and httpd server I've seen in the downloads
that handle tcpip.

But David, what's up with OPN?

cheers
Xavier

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Alain Farmer
> Sent: Wednesday, March 26, 2003 20:50
> To: [EMAIL PROTECTED]
> Subject: Re: Comm Server
>
>
> >> Has anyone built a metacard based comm server?
> >> Something akin to IRC that has multiple rooms
> >> etc?  I'm interested in setting something like
> >> this up for myself.
>
> > Shao Sean has one. Not sure if he is still working
> > on it.
>
> What about the MC-based Jabber client that OPN started
> many months ago. Jabber, as you probably already know,
> is a *gateway* to several IRC/chat systems which also
> manage your *presence*. Moreover, underneath the
> "hood" of Jabber, there's a solid architecture based
> on XML, for messaging as well as [meta-]data
> structures.
>
> OPN was/is : David Bovill, MisterX, Monte Goulding,
> and myself, albeit I didn't contribute *directly* to
> the development of this particular Jabber-client
> stack.
>
> Just a thought,
>
> Alain Farmer
>
> __
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: Comm Server

2003-03-26 Thread Simon Lord
This would be perfect.

How do I go about contacting them and seeing a demo?  Anything exist 
yet guys?

On Wednesday, March 26, 2003, at 02:49 PM, Alain Farmer wrote:

Has anyone built a metacard based comm server?
Something akin to IRC that has multiple rooms
etc?  I'm interested in setting something like
this up for myself.

Shao Sean has one. Not sure if he is still working
on it.
What about the MC-based Jabber client that OPN started
many months ago. Jabber, as you probably already know,
is a *gateway* to several IRC/chat systems which also
manage your *presence*. Moreover, underneath the
"hood" of Jabber, there's a solid architecture based
on XML, for messaging as well as [meta-]data
structures.
OPN was/is : David Bovill, MisterX, Monte Goulding,
and myself, albeit I didn't contribute *directly* to
the development of this particular Jabber-client
stack.
Just a thought,

Alain Farmer

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Sincerely,
Simon
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: Comm Server

2003-03-26 Thread Alain Farmer
>> Has anyone built a metacard based comm server? 
>> Something akin to IRC that has multiple rooms
>> etc?  I'm interested in setting something like
>> this up for myself.

> Shao Sean has one. Not sure if he is still working
> on it.

What about the MC-based Jabber client that OPN started
many months ago. Jabber, as you probably already know,
is a *gateway* to several IRC/chat systems which also
manage your *presence*. Moreover, underneath the
"hood" of Jabber, there's a solid architecture based
on XML, for messaging as well as [meta-]data
structures.

OPN was/is : David Bovill, MisterX, Monte Goulding,
and myself, albeit I didn't contribute *directly* to
the development of this particular Jabber-client
stack.

Just a thought,

Alain Farmer

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: Comm Server

2003-03-26 Thread LiangTyan Fui
On 3/26/03 2:01 PM, "Simon Lord" <[EMAIL PROTECTED]> wrote:

> Has anyone built a metacard based comm server?  Something akin to IRC
> that has multiple rooms etc?  I'm interested in setting something like
> this up for myself.

Shao Sean has one. Not sure if he is still working on it.

-- 

On 8/8/02 4:59 AM, "Shao Sean" <[EMAIL PROTECTED]> wrote:

> I'm looking for testers for our MDSS Community chat client. Testers will be
> supplied with an older version (v1.01) of the client (this is to test the
> ability of the server to handle multiple sessions concurrently).
> 
> v1.0.1 of the client works very much like the "chatter client" available for
> download from RunRev's website, and was actually developed while using
> chatter for our communication tool until ours was done..
> 
> Features:
> - chat (only the one room)
> - userlist (see who is online, this is the reason we wrote the program in
> the first place)
> - easy set status (let others know if you're available or not)
> 
> The code is locked, for now, and will be released publicly once we're done
> with the new version.
> 
> Bugs:
> - for some reason the code panics in MacOSX on our test machine so you'll
> need to run it in classic MacOS
> 
> 
> You will need RunRev v1.1.1 or greater and MetaCard 2.4.1 or better (the
> code does run in the starter kit). Please contact me off list if you're
> interested, and I'll email you the code (let me know if you want RunRev /MC
> and Stuffed /ZIPped).
> 
> --
> Shao Sean
> http://www.shaosean.tk/




> Sincerely,
> Simon
> 
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
> 


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Comm Server

2003-03-25 Thread Simon Lord
Has anyone built a metacard based comm server?  Something akin to IRC 
that has multiple rooms etc?  I'm interested in setting something like 
this up for myself.

Sincerely,
Simon
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard