Re: [jdev] GSOC project : Student Proposal

2008-04-03 Thread Kamanashis Roy Shuva
On Thu, Apr 3, 2008 at 1:44 AM, probir roy [EMAIL PROTECTED] wrote: Hi all, I have submitted a GSOC project on application sharing framework based on XMPP for mobile devices (J2ME platform). Synopsis My project will work as a base for application shared to the instant

Re: [jdev] console MUC client

2008-04-03 Thread Mikael Berthe
Hi, * Peter Saint-Andre [EMAIL PROTECTED] [2008-04-01 17:35 +0200]: Does anyone know of a good console MUC client, along the lines of irssi? I know DJ Adams had one ages ago, but I'm not aware of any more modern versions. FWIW, mcabber has MUC support. http://mcabber.com

Re: [jdev] pubsub and paid for content

2008-04-03 Thread Roelof Naude
Peter Saint-Andre said the following on 04/02/2008 07:21 PM: Roelof Naude wrote: hi all, we are currently brainstorming about pubsub. some of the content that one may provide, needs to be paid for, e.g. live share price updates. Cool, we'll finally get to use the payment-required/ error. :)

[jdev] (no subject)

2008-04-03 Thread Jonathan Dickinson
Hi All, I am scouting for C# developers interested in developing a server. Check out http://www.codeplex.com/vapor if you are interested. -- Jonathan

Re: [jdev] console MUC client

2008-04-03 Thread Ralph Meijer
On Tue, 2008-04-01 at 09:35 -0600, Peter Saint-Andre wrote: Does anyone know of a good console MUC client, along the lines of irssi? I know DJ Adams had one ages ago, but I'm not aware of any more modern versions. True, DJ wrote sjabber in 2001, and I played with it again in 2005. Only took

Re: [jdev] Consistent JIDs across multiple XMPP servers

2008-04-03 Thread Moyer, Todd (TMOYER)
I don't think DNS-SD solves our mobility problem. I suppose we could assign a unique domain to every mobile node, and then use Dynamic DNS to map the domain into the IP address of an XMPP server which currently has a client-server connection to the mobile node, but Dynamic DNS doesn't seem to

Re: [jdev] Consistent JIDs across multiple XMPP servers

2008-04-03 Thread Richard Dobson
I would suggest using SASL-ANONYMOUS for logging into the local xmpp servers which provides an easy way to establish your xmpp client connections, and then layer the identity of the vehicle on top using your own extension (maybe digital certs/sigs?), and then communicate via the xmpp

Re: [jdev] pubsub and paid for content

2008-04-03 Thread Peter Saint-Andre
Roelof Naude wrote: Peter Saint-Andre said the following on 04/02/2008 07:21 PM: Roelof Naude wrote: hi all, we are currently brainstorming about pubsub. some of the content that one may provide, needs to be paid for, e.g. live share price updates. Cool, we'll finally get to use the

[jdev] XMPPHP 0.1 beta announcement

2008-04-03 Thread Nathan Fritz
Years ago, Carlo Zottmann handed off maintenance of Class.Jabber.PHP. I released several bugfixes, but I never really did much with it. PHP5 was coming out, and I new a rewrite was in order to take advantage of more of the OOP features. I promised a rewrite that never came, until today. XMPPHP

Re: [jdev] XMPPHP 0.1 beta announcement

2008-04-03 Thread James Walker
w00t! Nathan, this is great news... glad to see this revived, evolving and moving forward! Interested in collaborators? :-) On 3-Apr-08, at 1:04 PM, Nathan Fritz wrote: Years ago, Carlo Zottmann handed off maintenance of Class.Jabber.PHP. I released several bugfixes, but I never really

Re: [jdev] XMPPHP 0.1 beta announcement

2008-04-03 Thread Dallas Gutauckis
Nathan, There is an XMPP over BOSH library for PHP5 in currently in active development: https://area51.myyearbook.com/trac.cgi/wiki/Lightr I'm sure he would be happy to share ideas with you, maybe even collaborate if you wanted to... :) His email is [EMAIL PROTECTED] if you're interested.

Re: [jdev] XMPPHP 0.1 beta announcement

2008-04-03 Thread Nathan Fritz
Interested in collaborators? :-) Certainly. Feel free to IM me. I'm sure he would be happy to share ideas with you, maybe even collaborate if you wanted to... :) I've bookmarked your code, and am going to look at it this evening. I'm happy to help.

Re: [jdev] Consistent JIDs across multiple XMPP servers

2008-04-03 Thread Stephen Pendleton
Todd, I have successfully implemented a mobile solution that may cover this use case, however it was intended for MANET systems which did not have central servers and not the client/server system that you are envisioning. However here is a idea that you may consider: Instead of keeping track

Re: [jdev] Consistent JIDs across multiple XMPP servers

2008-04-03 Thread Fabio Forno
On Thu, Apr 3, 2008 at 6:03 PM, Richard Dobson [EMAIL PROTECTED] wrote: I would suggest using SASL-ANONYMOUS for logging into the local xmpp servers which provides an easy way to establish your xmpp client connections, and then layer the identity of the vehicle on top using your own extension