On Wed, Mar 08, 2006 at 12:41:55PM -0500, Daniel Henninger wrote: > >1) service hostname; login > > > >The PyMSNt instructions say to add a service to the jabber.xml > >file > > <service id="myhost.mycompany.com"> > > <host>myhost.mycompany.com</host> > > ... > >However, when I do that, and try to connect with gaim, gaim > >reports a 'Resource Conflict'. The id field is the same as > >reported by `hostname`. If I change the id field to something > >else (i.e., not the hostname), gaim will connect to jabberd. > >What should the id be if not the local hostname? > > I believe you need to set the service it to the id of the transport, > not of your jabber server. So something like: > <service id="msn.myhost.mycompany.com"> > <host>myhost.mycompany.com</host>
Ok, so the thing inside the <host> tag should be a DNS resolvable name, correct? This seems to work: <host>localhost</host> Is the service id= just an identifier? That is, it isn't a DNS resolvable name? Should that be the same as the jid? Does it have any relation to a jid? Is the service id the concatenation of the jid and the hostname? > >2) browse w/gaim > > > >Assuming the above gets fixed, the Getting Started says to use > >the client to "Browse Services" or something similar, yet gaim > >does not appear to offer such a menu item or button. Do I need > >to use another client? > > Sadly, yes. > ... > Anyway, I would recommend grabbing a copy of Psi, using that to > register with PyMSN, and then going back to whatever client you > want. (once you are registered, you are good to go, don't need to > stick with Psi) Ok, thank you for that info. Using psi, I can now do a 'Service Discovery' and see the entry for MSN Transport msn.myhost.mycompany.com but the registration key is not illuminated (probably due to above naming mis-match?). Wendell