Re: [jdev] Facebook now supports XMPP connections

2010-02-20 Thread Mick Thompson
Has anyone else noticed offline message not getting delivered over xmpp? I got a couple when I logged in to FB.com that had been sent to me while offline, even though I had signed into FB chat over xmpp about 30 mins prior to that. Yet another observation. -Mick On Mon, Feb 15, 2010 at 6:28 PM

Re: [jdev] Facebook now supports XMPP connections

2010-02-15 Thread Robert Quattlebaum
I just wanted to point out that I wrote up a detailed article with my thoughts and findings about XMPP support in Facebook Chat. People following this thread might find it interesting: I also have lots of observations in my origina

Re: [jdev] Facebook now supports XMPP connections

2010-02-13 Thread naw
On Viernes 12 Febrero 2010 18:32:10 Pedro Melo escribió: > Hi, > > On Fri, Feb 12, 2010 at 5:28 PM, Norman Rasmussen > > wrote: > > On Thu, Feb 11, 2010 at 7:28 AM, Pedro Melo wrote: > >> I was able to login with a Psi-based client. The lack of SRV records > >> is unfortunate. > > > > It shoul

Re: [jdev] Facebook now supports XMPP connections

2010-02-12 Thread Pedro Melo
Hi, On Fri, Feb 12, 2010 at 5:28 PM, Norman Rasmussen wrote: > On Thu, Feb 11, 2010 at 7:28 AM, Pedro Melo wrote: >> I was able to login with a Psi-based client. The lack of SRV records >> is unfortunate. > > It shouldn't matter chat.facebook.com has an A record for a server that you > can conne

Re: [jdev] Facebook now supports XMPP connections

2010-02-12 Thread Norman Rasmussen
On Thu, Feb 11, 2010 at 7:28 AM, Pedro Melo wrote: > Hi, > > On Wed, Feb 10, 2010 at 9:41 PM, Christopher Orr wrote: > > It seems that Facebook have just opened up their XMPP server for Facebook > > Chat. > > > > > http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat > >

Re: [jdev] Facebook now supports XMPP connections

2010-02-12 Thread Sebastiaan Deckers
On Fri, Feb 12, 2010 at 4:56 AM, Peter Saint-Andre wrote: > On 2/11/10 8:43 PM, Tim Julien wrote: >> 4. Support IQ > > Heh, yes. My understanding is that Facebook Chat is not a native XMPP > implementation, and that their XMPP features are implemented in a > gateway or a client connection manager

Re: [jdev] Facebook now supports XMPP connections

2010-02-12 Thread Peter Saint-Andre
On 2/12/10 3:45 AM, Pedro Melo wrote: > IMHO, the biggest reason for the XMPP interface is federation. And in > that regard, I agree with Peter: first they crawl, then they walk. Exactly. SMTP was originally an "interface" for a lot of early email systems. Something similar might happen with XMPP

Re: [jdev] Facebook now supports XMPP connections

2010-02-12 Thread Nicolas Vérité
On Fri, Feb 12, 2010 at 11:45, Pedro Melo wrote: > Exactly. They have a presentation somewhere about this, can't find it > at the moment. http://cufp.galois.com/2009/slides/PiroLetuchy.pdf -- Nicolas Vérité (Nÿco) mailto:nicolas.ver...@gmail.com Jabber ID : xmpp:n...@jabber.fr http://linuxfr.or

Re: [jdev] Facebook now supports XMPP connections

2010-02-12 Thread Pedro Melo
Hi, On Fri, Feb 12, 2010 at 3:56 AM, Peter Saint-Andre wrote: > On 2/11/10 8:43 PM, Tim Julien wrote: >> 4. Support IQ > > Heh, yes. My understanding is that Facebook Chat is not a native XMPP > implementation, and that their XMPP features are implemented in a > gateway or a client connection man

Re: [jdev] Facebook now supports XMPP connections

2010-02-11 Thread Peter Saint-Andre
On 2/11/10 8:43 PM, Tim Julien wrote: > 4. Support IQ Heh, yes. My understanding is that Facebook Chat is not a native XMPP implementation, and that their XMPP features are implemented in a gateway or a client connection manager of some kind. Unfortunately, their backend system strips out all sort

Re: [jdev] Facebook now supports XMPP connections

2010-02-11 Thread Tim Julien
4. Support IQ :) -Tim Peter Saint-Andre wrote: On 2/11/10 12:28 AM, Pedro Melo wrote: The lack of SRV records is unfortunate. We might want to define some best practices for XMPP deployments: 1. Use SRV records 2. Get a CA-issued cert 3. Etc. Suggestions? Peter --

Re: [jdev] Facebook now supports XMPP connections

2010-02-11 Thread Peter Saint-Andre
On 2/11/10 12:28 AM, Pedro Melo wrote: > The lack of SRV records > is unfortunate. We might want to define some best practices for XMPP deployments: 1. Use SRV records 2. Get a CA-issued cert 3. Etc. Suggestions? Peter -- Peter Saint-Andre https://stpeter.im/ smime.p7s Description: S/MI

Re: [jdev] Facebook now supports XMPP connections

2010-02-11 Thread Lastwebpage
Christopher Orr wrote on 10.02.2010 in message <4b7327fd.8060...@orr.me.uk> : > It seems that Facebook have just opened up their XMPP server for > Facebook Chat. > http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat Only for the record, maybe some USER read this here, on

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread Pedro Melo
Hi, On Wed, Feb 10, 2010 at 9:41 PM, Christopher Orr wrote: > It seems that Facebook have just opened up their XMPP server for Facebook > Chat. > > http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat > > The server is at chat.facebook.com:5222 (sans SRV records) and the o

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread Christopher Orr
On 11/02/2010 01:33, Peter Saint-Andre wrote: On 2/10/10 5:29 PM, Tony Yat-Tung Cheung wrote: I think you got a 503 error as Facebook Chat does not yet support the Non-SASL authentication with the "jabber:iq:auth" in XEP-0078. I have tried with Psi v0.14 and it works fine. It turns out I got t

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread naw
On Miércoles 10 Febrero 2010 22:41:17 Christopher Orr escribió: > It seems that Facebook have just opened up their XMPP server for > Facebook Chat. > > http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Cha > t > > The server is at chat.facebook.com:5222 (sans SRV records) an

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread Peter Saint-Andre
On 2/10/10 5:29 PM, Tony Yat-Tung Cheung wrote: > I think you got a 503 error as Facebook Chat does not yet support the > Non-SASL authentication with the "jabber:iq:auth" in XEP-0078. I have > tried with Psi v0.14 and it works fine. > > I hope Facebook Chat will support XEP-0078 soon, as my Chat

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread Tony Yat-Tung Cheung
On Wed, Feb 10, 2010 at 1:41 PM, Christopher Orr wrote: It seems that Facebook have just opened up their XMPP server for Facebook Chat. http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat The server is at chat.facebook.com:5222 (sans SRV records) and the only

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread Abhinav Singh
Abhinav Singh, Bangalore, India http://abhinavsingh.com From: Nathan Fritz To: Jabber/XMPP software development list Sent: Thu, February 11, 2010 3:15:46 AM Subject: Re: [jdev] Facebook now supports XMPP connections On Wed, Feb 10, 2010 at 1:41 PM, Christopher

Re: [jdev] Facebook now supports XMPP connections

2010-02-10 Thread Nathan Fritz
On Wed, Feb 10, 2010 at 1:41 PM, Christopher Orr wrote: > It seems that Facebook have just opened up their XMPP server for Facebook > Chat. > > > http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat > > The server is at chat.facebook.com:5222 (sans SRV records) and the onl

[jdev] Facebook now supports XMPP connections

2010-02-10 Thread Christopher Orr
It seems that Facebook have just opened up their XMPP server for Facebook Chat. http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat The server is at chat.facebook.com:5222 (sans SRV records) and the only stream features advertised are DIGEST-MD5 or "X-FACEBOOK-PLATFORM