On Sat, 24 Sep 2005 12:47, Andreas van Cranenburgh wrote: > On Sat, Sep 24, 2005 at 12:14:01PM +1000, Trejkaz wrote: > > Where did the ability go to change my nickname on MSN? > > > > That was useful... can I turn it back on somehow? > > the transport uses the nickname from your vCard, now that msn also > supports status messages (they call it "personal message"). > > or where you already looking there?
I know that it picks it up from there. The reason I asked is because I don't want to put a nickname like "MSN is for retards" (which is my usual kind of MSN nickname) in my Jabber vCard as it's irrelevant anywhere except MSN. TX -- Email: Trejkaz Xaoza <[EMAIL PROTECTED]> Web site: http://trypticon.org/ Jabber ID: [EMAIL PROTECTED] GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20050925/f6236e22/attachment.pgp From [EMAIL PROTECTED] Sun Sep 25 18:49:30 2005 From: [EMAIL PROTECTED] (Andreas van Cranenburgh) Date: Sun Sep 25 18:49:39 2005 Subject: [py-transports] [patch] JEP-0085 support for PyMSNt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Sat, Sep 24, 2005 at 10:35:50PM +1000, James Bunton wrote: > Looks good, but you do still need to send the message events > notification. > I'd say that <x xmlns="jabber:x:event"/> always needs to be sent unless > we have detected support for chatstates. > > Also yeah, the chatstates support notification should only be sent once. > > If you can fix those two things then I'll commit it for the release > after 0.10. Well, I was working on an improved version of the patch which addressed exactly these issues but somehow it made the MSN transport malfunction, (probably because I made mistakes) which I reported in a followup, with a traceback. But now the PyAIM transport also includes the patch, with some modifications, so maybe that version is already good enough to commit? I think the 'contact closed conversation window' feature would be very nice as a future addition though, mainly because right now it shows "contact is paying attention" forever. But then I'd have to dive into the python part of the transport. Any hints? -- Andreas [ http://unstable.nl | xmpp:[EMAIL PROTECTED] ] [ callto:ils.seconix.com/[EMAIL PROTECTED] ] -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://modevia.com/pipermail/py-transports/attachments/20050925/984fc125/attachment.pgp From [EMAIL PROTECTED] Mon Sep 26 10:54:38 2005 From: [EMAIL PROTECTED] (=?ISO-8859-1?Q?Francisco_Joaqu=EDn_Rodr=EDguez_Prados?=) Date: Mon Sep 26 10:54:42 2005 Subject: [py-transports] Changing nick on MSN In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> 2005/9/25, Trejkaz <[EMAIL PROTECTED]>: > The reason I asked is because I don't want to put a nickname like > "MSN is for retards" (which is my usual kind of MSN nickname) in my > Jabber vCard as it's irrelevant anywhere except MSN. Well, I think it makes sense to map the Jabber nickname with the MSN nickname and the Jabber status message with the MSN status (personal) message... Create a new jabber account for your MSN trasnport and use Psi, which is multi-account and lets you set your MSN picture in your Jabber vCard ;) Mail sponsored by Psi Jabber client :D Fran. -- Francisco Joaqu?n Rodr?guez Prados Fachbereich Informatik, Fachhochschule Darmstadt, Darmstadt, Germany E-mail: [EMAIL PROTECTED] JID: [EMAIL PROTECTED] From [EMAIL PROTECTED] Mon Sep 26 11:14:01 2005 From: [EMAIL PROTECTED] (Andreas van Cranenburgh) Date: Mon Sep 26 11:14:10 2005 Subject: [py-transports] Offtopic: Gajim > Psi In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Mon, Sep 26, 2005 at 12:54:38PM +0200, Francisco Joaqu?n Rodr?guez Prados wrote: > Create a new jabber account for your MSN trasnport and use Psi, which > is multi-account and lets you set your MSN picture in your Jabber > vCard ;) Gajim can actually do those things too, and is a better, more user-friendly client! Flame sponsored by .... -- Andreas [ http://unstable.nl | xmpp:[EMAIL PROTECTED] ] [ callto:ils.seconix.com/[EMAIL PROTECTED] ] -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://modevia.com/pipermail/py-transports/attachments/20050926/773bd650/attachment.pgp From [EMAIL PROTECTED] Mon Sep 26 13:24:07 2005 From: [EMAIL PROTECTED] (Jared Cluff) Date: Mon Sep 26 14:20:45 2005 Subject: [py-transports] PyAIMt-0.6 on FreeBSD Issues References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I have PyMSNt up and running but PyAIMt dies with the following message: /usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py:425: DeprecationWarning: twisted.protocols.sux has moved to twisted.web.sux. See http://twistedmatrix.com/projects/web. from twisted.protocols import sux Traceback (most recent call last): File "main.py", line 55, in ? xmlconfig.Import(conffile, options) File "/usr/local/xmpp/pyaim-t-0.6/src/xmlconfig.py", line 55, in Import importFile(file) File "/usr/local/xmpp/pyaim-t-0.6/src/xmlconfig.py", line 25, in importFile document = parseText(file) File "/usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py", line 657, in parseText t.parseString(text) File "/usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py", line 679, in parseString es.parse(data) File "/usr/local/lib/python2.4/site-packages/twisted/web/sux.py", line 168, in dataReceived newState = doFn(byte) File "/usr/local/lib/python2.4/site-packages/twisted/web/sux.py", line 223, in do_tagstart self.gotTagEnd(self.tagName) File "/usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py", line 559, in gotTagEnd raise ParserError, "Malformed element close" tlib.domish.ParserError: Malformed element close I am not sure why I am getting the Malformed element close message. I am running FreeBSD 5.4 with python 2.4, twistedweb, twistedxish, twisted 2.0.1 and twistedwords. Any suggestions? From [EMAIL PROTECTED] Mon Sep 26 17:27:24 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Sep 26 17:27:35 2005 Subject: [py-transports] PyAIMt-0.6 on FreeBSD Issues In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Looks like something is wrong with your configuration file . . . like an element wasn't properly closed or something like that. You may want to verify your config file, and also you've pointed out to me that I should attempt to provide a more useful error message than that if I can. ;D Not sure if I can, but hey. Daniel On Sep 26, 2005, at 9:24 AM, Jared Cluff wrote: > I have PyMSNt up and running but PyAIMt dies with the following > message: > > /usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py:425: > DeprecationWarning: > twisted.protocols.sux has moved to twisted.web.sux. See > http://twistedmatrix.com/projects/web. > from twisted.protocols import sux > Traceback (most recent call last): > File "main.py", line 55, in ? > xmlconfig.Import(conffile, options) > File "/usr/local/xmpp/pyaim-t-0.6/src/xmlconfig.py", line 55, in > Import > importFile(file) > File "/usr/local/xmpp/pyaim-t-0.6/src/xmlconfig.py", line 25, in > importFile > document = parseText(file) > File "/usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py", line 657, in > parseText > t.parseString(text) > File "/usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py", line 679, in > parseString > es.parse(data) > File "/usr/local/lib/python2.4/site-packages/twisted/web/sux.py", > line > 168, in dataReceived > newState = doFn(byte) > File "/usr/local/lib/python2.4/site-packages/twisted/web/sux.py", > line > 223, in do_tagstart > self.gotTagEnd(self.tagName) > File "/usr/local/xmpp/pyaim-t-0.6/src/tlib/domish.py", line 559, in > gotTagEnd > raise ParserError, "Malformed element close" > tlib.domish.ParserError: Malformed element close > > I am not sure why I am getting the Malformed element close > message. I am > running FreeBSD 5.4 with python 2.4, twistedweb, twistedxish, > twisted 2.0.1 > and twistedwords. > > Any suggestions? > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > >