On 9/19/06, Brian Safford <[EMAIL PROTECTED]> wrote: > What A record does PyMSNt point at?
it's in src/legacy/msn/msnw.py - messenger.hotmail.com -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Tue Sep 19 16:10:57 2006 From: [EMAIL PROTECTED] (Les Seigneur) Date: Tue Sep 19 16:11:03 2006 Subject: [py-transports] PyYIMt setup problems - cont. In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > Here is another problem. When I am register with the Yahoo Transport it > looks like the registration is successful but the Yahoo Transport never > shows up in my Roster. Can you try with Psi and see if you can replicate the problems. The transport did appear in the Psi roster. Also, after I made some changes to the config.xml file it now appears in the Exodus Roster too. I am also able to successfully add a Yahoo user in Exodus and Psi now! I made the following changes in the config.xml file and they seemed to make the difference: I commented out the vanity address: <!-- <host>jabberserver.uark.edu</host> --> I changed the mainServerJID from <mainServerJID>jabber.jabberserver.uark.edu</mainServerJID> to <mainServerJID>jabberserver.uark.edu</mainServerJID> Does this make sense to you that these changes may have made the difference? I am still seeing the "Unknown notify event: /presence/subscription" error in the Exodus debug window when I add a yahoo user with Exodus but this may be an Exodus problem. Does Psi have a debug window so I can compare the two clients when adding a Yahoo user? Also, in Psi when I am adding a Yahoo user and I choose yahoo.jabberserver.uark.edu from the Add User window I see this message: "There was an error getting the Service ID translation information from "yahoo.jabberserver.uark.edu". "The service may not support this feature. In this case you may need to enter the Jabber ID manually for the contact you wish to add. Examples: [EMAIL PROTECTED] of Yahoo Transport] . . . " Is this because PyYIMT does not support this feature or is there something else I need to change? Another issue that I see in Psi is that when I bring up the Service Discovery window "Yahoo Transport Chatrooms chat.yim" appears under the "Yahoo! Transport entry. At the current time I am not using Yahoo Chatrooms and I would rather not advertise something that is not enabled. How can I get rid of "Yahoo Transport Chatrooms chat.yim" in the discovery window? BTW I have commented out the <confjid> tag in my config.xml file. Thanks for your help! > Is the vanity address show below OK or do I even need it? > <host>jabberserver.uark.edu</host> As long as jabberserver.uark.edu resolves to an IP address that is bound to a local network device then you're fine. It's 100% safe leave host commented out - in that case it will use your default IP address. > Is my MainServerJID OK as show below? > <mainServerJID>jabber.jabberserver.uark.edu</mainServerJID> At the moment this is used to 'ignore' the server asking about the conference component when disocvery happens. - if you're connecting to jabberd2 : jabberserver.uark.edu - if you're connecting to wildfire : component.jabberserver.uark.edu (i think) - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
