On 3/8/06, Wendell Turner <[EMAIL PROTECTED]> wrote: > On Wed, Mar 08, 2006 at 11:31:04PM +0200, Norman Rasmussen wrote: > > On 3/8/06, Wendell Turner <[EMAIL PROTECTED]> wrote: > > > However, I can't get the key/register to illuminate from a > > > 'remote' system. > > > > You need to set up a s2s dns entry for the msn transport to point to > > the server that the component is connected to. This allows enternal > > users to access the transport. > > Umm, thank you for the quick response, but I don't follow.
You need to add a system dns (eg: bind or djbdns) entry for 'msn.server.address' to point to the 'server.address' of the copy of jabberd that pymsnt is connected to. You can do this either using an A record, or a CNAME. (Remember you shouldn't point CNAME's to CNAME's - so if your main server is already a CNAME you may want to make it an A record). You only _need_ to use SRV records if you're not using port 5269 as the primary s2s port on your 'server.address' that pymsnt connects to. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Wed Mar 8 22:00:08 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Wed Mar 8 22:00:12 2006 Subject: [py-transports] jabberd as 'router'? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 3/7/06, Wendell Turner <[EMAIL PROTECTED]> wrote: > > Does the client _need_ to contact the server that has the > gateway? Can I do this: > > gaim <--> (my local) jabberd(A) <--> jabberd(B) +PyMSNt <--> ((MSN world)) The client doesn't need to contact jabberd(B) to speak to PyMSNt, but there needs to be a valid s2s DNS entry (either A,CNAME or SRV) for the jid used by PyMSNt pointing to jabberd(B) so that jabberd(A) can know where to connect to find PyMSNt. Also there must be a valid entry for jabberd(A) so that jabberd(B) knows that jabberd(A) is a valid server, and that it can talk to it. This is exactly what happens for jabber.org users every day. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Thu Mar 9 00:43:40 2006 From: [EMAIL PROTECTED] (David Laban) Date: Thu Mar 9 00:40:13 2006 Subject: [py-transports] Idea for handling invisible In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Sunday 05 March 2006 13:52, Norman Rasmussen wrote: > > Regardless of implementation, my idea is this: The proprietary transport > > would use the status that its pseudo-contacts (eg. > > [EMAIL PROTECTED]) see, in order to determine which > > status it advertises to MSN users(eg. [EMAIL PROTECTED]). It would then > > advertise this same status to the jabber user who is subscribed to the > > transport (eg. [EMAIL PROTECTED]). > > agreed, previously I think this is done via subscriptions, but tying > in presence makes sense. Makes more work for James of course :-) I was just thinking: What should happen if the transport receives unavailable status messages to some of the pseudo-contacts but not others? Should it go invisible or stay online? I suggest making it go invisible, then changing the status of the transport to reflect this. The newest version of the official MSN (Live) client lets you send and receive messages from an invisible state, so if the user doesn't notice, it probably won't matter much. Just a thought David From [EMAIL PROTECTED] Thu Mar 9 01:50:34 2006 From: [EMAIL PROTECTED] (Lars Strojny) Date: Thu Mar 9 01:50:51 2006 Subject: [py-transports] Help with a bug Message-ID: <[EMAIL PROTECTED]> Hi all, I'm perfectly confused with https://bugs.gentoo.org/show_bug.cgi?id=88283#c37. Maybe someone is able to help me with it and give me a hint what's the problem there because it's running on all of my machines and works fine expect of the reported bug. Sincerley, Lars Strojny -- "Kriterium des Wahren ist nicht seine unmittelbare Kommunizierbarkeit an jedermann" -- Theodor Wiesengrund Adorno, aus: ?Negative Dialektik? name: Lars H. Strojny web: http://strojny.net street: Engelsstra?e 23 blog: http://usrportage.de city: D-51103 K?ln mail/jabber: [EMAIL PROTECTED] f-print: 1FD5 D8EE D996 8E3E 1417 328A 240F 17EB 0263 AC07 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 829 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://modevia.com/pipermail/py-transports/attachments/20060309/9c0aa4fe/attachment.pgp From [EMAIL PROTECTED] Thu Mar 9 02:58:28 2006 From: [EMAIL PROTECTED] (Chad Jannusch) Date: Thu Mar 9 02:58:35 2006 Subject: [py-transports] Odd PyAIMt problem Message-ID: <[EMAIL PROTECTED]> Hi everybody, I've got an odd issue with PyAIMt 0.7c (aim.bgmn.net), whenever somebody sends me an IM the text is enclosed in a character. For example "_The message is here_" for one contact and "*Message here*" for another. The characters are in the actual text transmitted by the Jabber server (ie. included in the <body></body> tags of the XML). I tried disabling XHTML on the server thinking maybe that'd solve it, but of course it didn't. Any idea where to start looking? Thanks, Chad Jannusch -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060308/4950aa6a/attachment.html From [EMAIL PROTECTED] Thu Mar 9 03:17:50 2006 From: [EMAIL PROTECTED] (Chad Jannusch) Date: Thu Mar 9 03:17:58 2006 Subject: [py-transports] Re: Odd PyAIMt problem In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Sorry, it seems to be a feature, not a bug :-D (for those who don't know, if the AIM sender has the text in bold, PyAIMt apparently throws *'s around it, and italic is _) Wow do I feel dumb. --Chad On 3/8/06, Chad Jannusch <[EMAIL PROTECTED]> wrote: > > Hi everybody, > I've got an odd issue with PyAIMt 0.7c (aim.bgmn.net), whenever somebody > sends me an IM the text is enclosed in a character. For example "_The > message is here_" for one contact and "*Message here*" for another. The > characters are in the actual text transmitted by the Jabber server (ie. > included in the <body></body> tags of the XML). I tried disabling XHTML on > the server thinking maybe that'd solve it, but of course it didn't. Any idea > where to start looking? > > Thanks, > Chad Jannusch > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060308/d531b8c1/attachment.htm From [EMAIL PROTECTED] Thu Mar 9 03:39:44 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Thu Mar 9 03:40:07 2006 Subject: [py-transports] Help with a bug In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> That is very bizarre! It looks like the bulk of this person's buddies are inside the "main" group, which typically only includes other groups. Hrm . . . . very interesting. Well what kind of fix do you want? That's definitely not a scenario I expected/planned for. I can give you a patch that will fix it or simply commit it to SVN and say "go get SVN". ;D Preference? If you communicate with that person regularly, I'd be curious to know what other ICQ clients they've used before. I have never ever seen this come up! Daniel On Mar 8, 2006, at 8:50 PM, Lars Strojny wrote: > Hi all, > > I'm perfectly confused with > https://bugs.gentoo.org/show_bug.cgi?id=88283#c37. Maybe someone is > able > to help me with it and give me a hint what's the problem there because > it's running on all of my machines and works fine expect of the > reported > bug. > > Sincerley, Lars Strojny > -- > "Kriterium des Wahren ist nicht seine unmittelbare > Kommunizierbarkeit an jedermann" > -- Theodor Wiesengrund Adorno, aus: ?Negative Dialektik? > > name: Lars H. Strojny web: http://strojny.net > street: Engelsstra?e 23 blog: http://usrportage.de > city: D-51103 K?ln mail/jabber: [EMAIL PROTECTED] > f-print: 1FD5 D8EE D996 8E3E 1417 328A 240F 17EB 0263 AC07 > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports