Re: [jdev] XMPP code library for Objective-C or C

2007-09-14 Thread Jonathan Chayce Dickinson
You should be able to 'appropriate' any library, at best... Unfortunately you will land up writing your own SASL mechanisms etc. Your best bet is to use a jabberd etc. and edit them, or write a plug in, to get what you want. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

Re: [jdev] Jabber server on OS X that authenticates against a .Mac account

2007-08-25 Thread Jonathan Chayce Dickinson
evraj Mukherjee wrote: Hi everyone, Does anyone know of if Jabber server under OS X allows authentication against a .Mac account? Can Jabber servers be clustered for load balancing? Thanks for your time. -- jonathan chayce dickinson ruby/c# developer cell: +27741863698 email: [EMAIL PR

Re: [jdev] mirroring many presence servers

2007-08-15 Thread Jonathan Chayce Dickinson
Hey, If you know the language that your server is written in you could catch all the presence notifications before sending them on and store them locally (in your database etc.). However, what you are asking kinda doesn't make sense. If you never get a presence notification from a contact, they *

Re: [jdev] What to do with Invalid XML Characters

2007-08-12 Thread Jonathan Chayce Dickinson
My bad. We discussed it and are working on a solution to remove the perpetrators. On Sun, 2007-08-12 at 22:21 +0200, Matthias Wimmer wrote: > Jonathan Chayce Dickinson schrieb: > > I hate to cause a fluff, but could you escape them? > > No ... the characters are not only

Re: [jdev] What to do with Invalid XML Characters

2007-08-12 Thread Jonathan Chayce Dickinson
I am getting 404 errors with IMing you, you are going to have to edit the server code to make it more tolerant to escaped characters. On Sun, 2007-08-12 at 21:00 +0200, Norman Rasmussen wrote: > On 8/12/07, Jonathan Chayce Dickinson <[EMAIL PROTECTED]> wrote: > > I hate to cau

Re: [jdev] What to do with Invalid XML Characters

2007-08-12 Thread Jonathan Chayce Dickinson
Jabber is also almost always compressed. Try using Base64 to send odd data, GZIP should pack it to about the same size. On Sun, 2007-08-12 at 21:00 +0200, Norman Rasmussen wrote: > On 8/12/07, Jonathan Chayce Dickinson <[EMAIL PROTECTED]> wrote: > > I hate to cause a fluff, but c

Re: [jdev] What to do with Invalid XML Characters

2007-08-12 Thread Jonathan Chayce Dickinson
iling list. On Sun, 2007-08-12 at 21:00 +0200, Norman Rasmussen wrote: > On 8/12/07, Jonathan Chayce Dickinson <[EMAIL PROTECTED]> wrote: > > I hate to cause a fluff, but could you escape them? > > How? (and in which layer should it be done) > > If I try and send to m

Re: [jdev] What to do with Invalid XML Characters

2007-08-12 Thread Jonathan Chayce Dickinson
I hate to cause a fluff, but could you escape them? On Sun, 2007-08-12 at 15:07 +0200, Matthias Wimmer wrote: > Matthias Wimmer schrieb: > > I'd check for invalid characters when converting data from the UI to the > > Application-Backend in methods of the backend. But I would not filter, > > but

Re: [jdev] Ruby Jabber Server

2007-08-11 Thread Jonathan Chayce Dickinson
11:46 PM, Peter Saint-Andre wrote: > > > On Sat, Aug 11, 2007 at 11:17:15PM +0200, Jonathan Chayce Dickinson > > wrote: > >> > >> I am going to need more brains on this one. If anyone can help... I > >> think this conversation should move to rja

Re: [jdev] Ruby Jabber Server

2007-08-11 Thread Jonathan Chayce Dickinson
On Sat, 2007-08-11 at 19:05 +0200, Mikael Hallendal wrote: > 11 aug 2007 kl. 12.04 skrev Jonathan Chayce Dickinson: > > > On Sat, 2007-08-11 at 11:41 +0200, Tomasz Sterna wrote: > >> Dnia 10-08-2007, pią o godzinie 14:38 +0200, Jonathan Chayce > >> Dickinson >

Re: [jdev] Ruby Jabber Server

2007-08-11 Thread Jonathan Chayce Dickinson
On Sat, 2007-08-11 at 13:56 +0200, Stephan Maka wrote: > Jonathan Chayce Dickinson wrote: > > Party. I will pull what I can from XMPP4R. E.g. XML Pipe. > > If you're ok with its license please contribute any generic stuff to > XMPP4R, so other developers can benefit from it

Re: [jdev] Ruby Jabber Server

2007-08-11 Thread Jonathan Chayce Dickinson
On Sat, 2007-08-11 at 11:41 +0200, Tomasz Sterna wrote: > Dnia 10-08-2007, pią o godzinie 14:38 +0200, Jonathan Chayce Dickinson > napisał(a): > > Anyway, I am coding an Jabber server in Ruby, and I am > > hosting it on Google Code. So I am looking for > > contributo

Re: [jdev] Ruby Jabber Server

2007-08-11 Thread Jonathan Chayce Dickinson
Party. I will pull what I can from XMPP4R. E.g. XML Pipe. On Sat, 2007-08-11 at 05:19 +0200, Stephan Maka wrote: > Jonathan Chayce Dickinson wrote: > > "RJabberD is a Ruby Jabber server. [...] > > Is it using XMPP4R? > -- Jonathan Dickinson Developer [Xeer Technolo

Re: [jdev] Ruby Jabber Server

2007-08-10 Thread Jonathan Chayce Dickinson
On Fri, 2007-08-10 at 16:56 -0400, rek2GNU/Linux wrote: > Jonathan Chayce Dickinson escribió: > > Hey People, > > > > No, this is not another request for a jabber server (I think it deserves > > an acronym as it comes up so often: YARFAS - Yet Another Request For A &g

Re: [jdev] machine-readable server & transport list

2007-08-10 Thread Jonathan Chayce Dickinson
On Fri, 2007-08-10 at 21:10 +0200, Norman Rasmussen wrote: > In fact while we're at it, you can add uptime or each node so that > it's easy to tell which transports are stable, and which are flaky. If you take a look at Peter's blog you will find a draft there on something l

Re: [jdev] machine-readable server & transport list

2007-08-10 Thread Jonathan Chayce Dickinson
On Fri, 2007-08-10 at 12:00 -0600, Peter Saint-Andre wrote: > Jonathan Chayce Dickinson wrote: > > I think you have hit on another problem as well. How do we describe a > > Jabber Server? > > Why do we need to list every service that a server offers? What is the > use c

[jdev] Ruby Jabber Server

2007-08-10 Thread Jonathan Chayce Dickinson
Hey People, No, this is not another request for a jabber server (I think it deserves an acronym as it comes up so often: YARFAS - Yet Another Request For A Server ;) ). Anyway, I am coding an Jabber server in Ruby, and I am hosting it on Google Code. So I am looking for contributors/developers. "

Re: [jdev] machine-readable server & transport list

2007-08-10 Thread Jonathan Chayce Dickinson
I'm being a fool with the double-posts today, really sorry! You could also connect to each server in the list and query it yourself. You simply store the stream features and then the disco features... Which, in itself, answers the aforementioned problem about the XML standard to use. Eg: ht

Re: [jdev] machine-readable server & transport list

2007-08-10 Thread Jonathan Chayce Dickinson
I think you have hit on another problem as well. How do we describe a Jabber Server? There is no standard mark-up language for it. XMPP probably wouldn't embed (or at least, I hope not) homegrown XML standards into a public RSS feed. Somebody needs to approach the Jabber Council to get a Jabber Ser

Re: [jdev] Sending messages via web server

2007-08-10 Thread Jonathan Chayce Dickinson
Sorry for the double-post. You would be far better off writing a REST service without using the .Net webservice framework, or any webservice framework for that matter. Something simple like that doesn't really need anything complex at all, all you need is to allow somebody to POST stanzas to your w

Re: [jdev] Sending messages via web server

2007-08-10 Thread Jonathan Chayce Dickinson
If you want to send messages to a server I recommend C#/WebServices, which, in my opinion, is by far the easiest way to deliver messages to a Jabber server and to make a WebService endpoint at the same time. You could use AGSXMPP to do this. I do prefer the spooling way of doing things, as Alexand