man, 02,.01.2006 kl. 22.14 +1100, skrev James Bunton:

> Receiving files with socks5 bytestreams works in SVN trunk rev 86 :)
> 
> All the other issues reported today should be fixed too.
> That means there's likely a whole bunch of others to find.
> 
> Please test and let me know what bugs you find!
> 
> File sending is next.
> 
> svn co svn://delx.cjb.net/pymsnt/trunk pymsnt-trunk
> 
> Enjoy!
> 


Hello again James!

It seems that the trunk transport does not use the <nick/> from the
spool xml file. My MSN ID is [EMAIL PROTECTED], and my nick is Stian but
my msn friends see my nick as [EMAIL PROTECTED] in their contact list. Can
you confirm this problem? (tested on latest rev)

Best regards
Stian B. Barmen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://modevia.com/pipermail/py-transports/attachments/20060102/818d6603/attachment.html
From [EMAIL PROTECTED]  Mon Jan  2 12:23:05 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 12:23:09 2006
Subject: [py-transports] PyMSN-t network requirements
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

You could run twistd under 'runsocks' :-)

On 1/2/06, Boris Granveaud <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm trying to get PyMSN-t working behind a firewall / HTTP proxy, so I
> was wondering what are the connectivity requirements.
>
> As far as I understand, it uses HTTPS and TCP connection on port 1863,
> is that right? Is there a way to say that HTTPS requests must use a
> Socks 5 proxy with an authentication?
>
> Thank you for your help,
> Boris.
>
>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 12:45:04 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 12:45:10 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Do I need to change something in my config file?  It's still sending
me oob url's.  This was MSN 7.5, which is the first time that I've
received a file from a new msn client :-)

<iq from="msn.jabber.localhost" type="get" id="19" to="[EMAIL 
PROTECTED]/Psi-Home" >
<query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>

<iq type="result" to="msn.jabber.localhost" id="19" >
<query xmlns="http://jabber.org/protocol/disco#info";>
<identity category="client" type="pc" />
<feature var="http://jabber.org/protocol/bytestreams"; />
<feature var="http://jabber.org/protocol/si"; />
<feature var="http://jabber.org/protocol/si/profile/file-transfer"; />
<feature var="http://jabber.org/protocol/muc"; />
</query>
</iq>

<message from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" >
<body>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</body>
<x xmlns="jabber:x:oob">
<url>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</url>
</x>
</message>

On 1/2/06, James Bunton <[EMAIL PROTECTED]> wrote:
> Receiving files with socks5 bytestreams works in SVN trunk rev 86 :)
>
> All the other issues reported today should be fixed too.
> That means there's likely a whole bunch of others to find.
>
> Please test and let me know what bugs you find!
>
> File sending is next.
>
> svn co svn://delx.cjb.net/pymsnt/trunk pymsnt-trunk
>
> Enjoy!
>
> ---
>
> James
>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 13:01:59 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 13:02:03 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

nm, I've just added ftJabberPort to my config file.

On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> Do I need to change something in my config file?  It's still sending
> me oob url's.  This was MSN 7.5, which is the first time that I've
> received a file from a new msn client :-)
>
> <iq from="msn.jabber.localhost" type="get" id="19" to="[EMAIL 
> PROTECTED]/Psi-Home" >
> <query xmlns="http://jabber.org/protocol/disco#info"/>
> </iq>
>
> <iq type="result" to="msn.jabber.localhost" id="19" >
> <query xmlns="http://jabber.org/protocol/disco#info";>
> <identity category="client" type="pc" />
> <feature var="http://jabber.org/protocol/bytestreams"; />
> <feature var="http://jabber.org/protocol/si"; />
> <feature var="http://jabber.org/protocol/si/profile/file-transfer"; />
> <feature var="http://jabber.org/protocol/muc"; />
> </query>
> </iq>
>
> <message from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" >
> <body>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</body>
> <x xmlns="jabber:x:oob">
> <url>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</url>
> </x>
> </message>
>
> On 1/2/06, James Bunton <[EMAIL PROTECTED]> wrote:
> > Receiving files with socks5 bytestreams works in SVN trunk rev 86 :)
> >
> > All the other issues reported today should be fixed too.
> > That means there's likely a whole bunch of others to find.
> >
> > Please test and let me know what bugs you find!
> >
> > File sending is next.
> >
> > svn co svn://delx.cjb.net/pymsnt/trunk pymsnt-trunk
> >
> > Enjoy!
> >
> > ---
> >
> > James
> >
> > _______________________________________________
> > py-transports mailing list
> > py-transports@blathersource.org
> > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> >
>
>
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
>


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 13:20:01 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 13:20:07 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

it still doesn't like me:

2006/01/02 15:17 SAST [XmlStream,client] INFO ::
(u'[EMAIL PROTECTED]/Psi-Home', '[EMAIL PROTECTED]')
:: [Failure instance: Traceback: exceptions.TypeError: discoFail()
takes exactly 1 argument (2 given)
   /usr/lib/python2.3/site-packages/twisted/xish/utility.py:21:__call__
   /home/norman/src/svn/PyMSNt.trunk/src/disco.py:121:onIq
   /usr/lib/python2.3/site-packages/twisted/internet/defer.py:254:callback
   
/usr/lib/python2.3/site-packages/twisted/internet/defer.py:315:_startRunCallbacks
   --- <exception caught here> ---
   /usr/lib/python2.3/site-packages/twisted/internet/defer.py:328:_runCallbacks
   ] :: discoFail :: FTReceive :: {'self': 'instance', 'err':
<twisted.python.failure.Failure exceptions.TypeError>}


On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> nm, I've just added ftJabberPort to my config file.
>
> On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> > Do I need to change something in my config file?  It's still sending
> > me oob url's.  This was MSN 7.5, which is the first time that I've
> > received a file from a new msn client :-)
> >
> > <iq from="msn.jabber.localhost" type="get" id="19" to="[EMAIL 
> > PROTECTED]/Psi-Home" >
> > <query xmlns="http://jabber.org/protocol/disco#info"/>
> > </iq>
> >
> > <iq type="result" to="msn.jabber.localhost" id="19" >
> > <query xmlns="http://jabber.org/protocol/disco#info";>
> > <identity category="client" type="pc" />
> > <feature var="http://jabber.org/protocol/bytestreams"; />
> > <feature var="http://jabber.org/protocol/si"; />
> > <feature var="http://jabber.org/protocol/si/profile/file-transfer"; />
> > <feature var="http://jabber.org/protocol/muc"; />
> > </query>
> > </iq>
> >
> > <message from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" >
> > <body>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</body>
> > <x xmlns="jabber:x:oob">
> > <url>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</url>
> > </x>
> > </message>
> >
> > On 1/2/06, James Bunton <[EMAIL PROTECTED]> wrote:
> > > Receiving files with socks5 bytestreams works in SVN trunk rev 86 :)
> > >
> > > All the other issues reported today should be fixed too.
> > > That means there's likely a whole bunch of others to find.
> > >
> > > Please test and let me know what bugs you find!
> > >
> > > File sending is next.
> > >
> > > svn co svn://delx.cjb.net/pymsnt/trunk pymsnt-trunk
> > >
> > > Enjoy!
> > >
> > > ---
> > >
> > > James
> > >
> > > _______________________________________________
> > > py-transports mailing list
> > > py-transports@blathersource.org
> > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> > >
> >
> >
> > --
> > - Norman Rasmussen
> >  - Email: [EMAIL PROTECTED]
> >  - Home page: http://norman.rasmussen.co.za/
> >
>
>
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
>


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 13:25:56 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 13:26:00 2006
Subject: [py-transports] Initial login error
Message-ID: <[EMAIL PROTECTED]>

I caught these we a new user logged into their old msn account for the
first time via pymsnt:

2006/01/02 15:21 SAST [NotificationClient,client] INFO ::
[EMAIL PROTECTED] :: Start. :: syncJabberLegacyLists :: glue.LegacyList
:: {'self': 'instance'}
2006/01/02 15:21 SAST [NotificationClient,client] Unhandled error in Deferred:
2006/01/02 15:21 SAST [NotificationClient,client] Traceback (most
recent call last):
     File "/usr/lib/python2.3/site-packages/twisted/internet/base.py",
line 533, in runUntilCurrent
       call.func(*call.args, **call.kw)
     File "/home/norman/src/svn/PyMSNt.trunk/src/tlib/msn/msnw.py",
line 52, in timeout
       if not d.called: d.errback()
     File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
line 276, in errback
       self._startRunCallbacks(fail)
     File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
line 315, in _startRunCallbacks
       self._runCallbacks()
   --- <exception caught here> ---
     File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py",
line 328, in _runCallbacks
       self.result = callback(self.result, *args, **kw)
     File "/home/norman/src/svn/PyMSNt.trunk/src/legacy/glue.py", line
322, in connectionFailed
       self.session.removeMe()
     File "/home/norman/src/svn/PyMSNt.trunk/src/session.py", line 89,
in removeMe
       self.legacycon.removeMe()
     File "/home/norman/src/svn/PyMSNt.trunk/src/legacy/glue.py", line
252, in removeMe
       self.logOut()
     File "/home/norman/src/svn/PyMSNt.trunk/src/tlib/msn/msnw.py",
line 226, in logOut
       if self.notificationFactory:
   exceptions.AttributeError: LegacyConnection instance has no
attribute 'notificationFactory'


2006/01/02 15:24 SAST [NotificationClient,client] Starting factory
<twisted.internet.protocol.ClientFactory instance at 0xb76a580c>
2006/01/02 15:24 SAST [OneSwitchboardSession,client] Traceback (most
recent call last):
     File "/usr/lib/python2.3/site-packages/twisted/python/log.py",
line 56, in callWithLogger
       return callWithContext({"system": lp}, func, *args, **kw)
     File "/usr/lib/python2.3/site-packages/twisted/python/log.py",
line 41, in callWithContext
       return context.call({ILogContext: newCtx}, func, *args, **kw)
     File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
line 52, in callWithContext
       return self.currentContext().callWithContext(ctx, func, *args, **kw)
     File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
line 31, in callWithContext
       return func(*args,**kw)
   --- <exception caught here> ---
     File "/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py",
line 160, in _doReadOrWrite
       why = selectable.doRead()
     File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py",
line 351, in doRead
       return self.protocol.dataReceived(data)
     File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py",
line 232, in dataReceived
       return self.rawDataReceived(data)
     File "/home/norman/src/svn/PyMSNt.trunk/src/tlib/msn/msn.py",
line 823, in rawDataReceived
       self.currentMessage.readPos += len(data)
   exceptions.AttributeError: 'NoneType' object has no attribute 'readPos'


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 14:14:17 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 14:14:20 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

perhaps?

               d = disco.DiscoRequest(self.session.pytrans,
self.toJID).doDisco()
               d.addCallbacks(discoDone, discoFail)

should become:

               d = disco.DiscoRequest(self.session.pytrans, self.toJID)
               d.addCallbacks(discoDone, discoFail)
               d.doDisco()

On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> it still doesn't like me:
>
> 2006/01/02 15:17 SAST [XmlStream,client] INFO ::
> (u'[EMAIL PROTECTED]/Psi-Home', '[EMAIL PROTECTED]')
> :: [Failure instance: Traceback: exceptions.TypeError: discoFail()
> takes exactly 1 argument (2 given)
>    /usr/lib/python2.3/site-packages/twisted/xish/utility.py:21:__call__
>    /home/norman/src/svn/PyMSNt.trunk/src/disco.py:121:onIq
>    /usr/lib/python2.3/site-packages/twisted/internet/defer.py:254:callback
>    
> /usr/lib/python2.3/site-packages/twisted/internet/defer.py:315:_startRunCallbacks
>    --- <exception caught here> ---
>    
> /usr/lib/python2.3/site-packages/twisted/internet/defer.py:328:_runCallbacks
>    ] :: discoFail :: FTReceive :: {'self': 'instance', 'err':
> <twisted.python.failure.Failure exceptions.TypeError>}
>
>
> On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> > nm, I've just added ftJabberPort to my config file.
> >
> > On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> > > Do I need to change something in my config file?  It's still sending
> > > me oob url's.  This was MSN 7.5, which is the first time that I've
> > > received a file from a new msn client :-)
> > >
> > > <iq from="msn.jabber.localhost" type="get" id="19" to="[EMAIL 
> > > PROTECTED]/Psi-Home" >
> > > <query xmlns="http://jabber.org/protocol/disco#info"/>
> > > </iq>
> > >
> > > <iq type="result" to="msn.jabber.localhost" id="19" >
> > > <query xmlns="http://jabber.org/protocol/disco#info";>
> > > <identity category="client" type="pc" />
> > > <feature var="http://jabber.org/protocol/bytestreams"; />
> > > <feature var="http://jabber.org/protocol/si"; />
> > > <feature var="http://jabber.org/protocol/si/profile/file-transfer"; />
> > > <feature var="http://jabber.org/protocol/muc"; />
> > > </query>
> > > </iq>
> > >
> > > <message from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" >
> > > <body>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</body>
> > > <x xmlns="jabber:x:oob">
> > > <url>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</url>
> > > </x>
> > > </message>
> > >
> > > On 1/2/06, James Bunton <[EMAIL PROTECTED]> wrote:
> > > > Receiving files with socks5 bytestreams works in SVN trunk rev 86 :)
> > > >
> > > > All the other issues reported today should be fixed too.
> > > > That means there's likely a whole bunch of others to find.
> > > >
> > > > Please test and let me know what bugs you find!
> > > >
> > > > File sending is next.
> > > >
> > > > svn co svn://delx.cjb.net/pymsnt/trunk pymsnt-trunk
> > > >
> > > > Enjoy!
> > > >
> > > > ---
> > > >
> > > > James
> > > >
> > > > _______________________________________________
> > > > py-transports mailing list
> > > > py-transports@blathersource.org
> > > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> > > >
> > >
> > >
> > > --
> > > - Norman Rasmussen
> > >  - Email: [EMAIL PROTECTED]
> > >  - Home page: http://norman.rasmussen.co.za/
> > >
> >
> >
> > --
> > - Norman Rasmussen
> >  - Email: [EMAIL PROTECTED]
> >  - Home page: http://norman.rasmussen.co.za/
> >
>
>
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
>


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 14:15:51 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Jan  2 14:15:55 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

nm, that looks fine. I just can't figure out why it's trying to call
the discoFail handler when it's has success!

On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> perhaps?
>
>                d = disco.DiscoRequest(self.session.pytrans,
> self.toJID).doDisco()
>                d.addCallbacks(discoDone, discoFail)
>
> should become:
>
>                d = disco.DiscoRequest(self.session.pytrans, self.toJID)
>                d.addCallbacks(discoDone, discoFail)
>                d.doDisco()
>
> On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> > it still doesn't like me:
> >
> > 2006/01/02 15:17 SAST [XmlStream,client] INFO ::
> > (u'[EMAIL PROTECTED]/Psi-Home', '[EMAIL PROTECTED]')
> > :: [Failure instance: Traceback: exceptions.TypeError: discoFail()
> > takes exactly 1 argument (2 given)
> >    /usr/lib/python2.3/site-packages/twisted/xish/utility.py:21:__call__
> >    /home/norman/src/svn/PyMSNt.trunk/src/disco.py:121:onIq
> >    /usr/lib/python2.3/site-packages/twisted/internet/defer.py:254:callback
> >    
> > /usr/lib/python2.3/site-packages/twisted/internet/defer.py:315:_startRunCallbacks
> >    --- <exception caught here> ---
> >    
> > /usr/lib/python2.3/site-packages/twisted/internet/defer.py:328:_runCallbacks
> >    ] :: discoFail :: FTReceive :: {'self': 'instance', 'err':
> > <twisted.python.failure.Failure exceptions.TypeError>}
> >
> >
> > On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> > > nm, I've just added ftJabberPort to my config file.
> > >
> > > On 1/2/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
> > > > Do I need to change something in my config file?  It's still sending
> > > > me oob url's.  This was MSN 7.5, which is the first time that I've
> > > > received a file from a new msn client :-)
> > > >
> > > > <iq from="msn.jabber.localhost" type="get" id="19" to="[EMAIL 
> > > > PROTECTED]/Psi-Home" >
> > > > <query xmlns="http://jabber.org/protocol/disco#info"/>
> > > > </iq>
> > > >
> > > > <iq type="result" to="msn.jabber.localhost" id="19" >
> > > > <query xmlns="http://jabber.org/protocol/disco#info";>
> > > > <identity category="client" type="pc" />
> > > > <feature var="http://jabber.org/protocol/bytestreams"; />
> > > > <feature var="http://jabber.org/protocol/si"; />
> > > > <feature var="http://jabber.org/protocol/si/profile/file-transfer"; />
> > > > <feature var="http://jabber.org/protocol/muc"; />
> > > > </query>
> > > > </iq>
> > > >
> > > > <message from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" >
> > > > <body>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</body>
> > > > <x xmlns="jabber:x:oob">
> > > > <url>http://msn.jabber.localhost:8088/677560057/pantallazo.jpg</url>
> > > > </x>
> > > > </message>
> > > >
> > > > On 1/2/06, James Bunton <[EMAIL PROTECTED]> wrote:
> > > > > Receiving files with socks5 bytestreams works in SVN trunk rev 86 :)
> > > > >
> > > > > All the other issues reported today should be fixed too.
> > > > > That means there's likely a whole bunch of others to find.
> > > > >
> > > > > Please test and let me know what bugs you find!
> > > > >
> > > > > File sending is next.
> > > > >
> > > > > svn co svn://delx.cjb.net/pymsnt/trunk pymsnt-trunk
> > > > >
> > > > > Enjoy!
> > > > >
> > > > > ---
> > > > >
> > > > > James
> > > > >
> > > > > _______________________________________________
> > > > > py-transports mailing list
> > > > > py-transports@blathersource.org
> > > > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> > > > >
> > > >
> > > >
> > > > --
> > > > - Norman Rasmussen
> > > >  - Email: [EMAIL PROTECTED]
> > > >  - Home page: http://norman.rasmussen.co.za/
> > > >
> > >
> > >
> > > --
> > > - Norman Rasmussen
> > >  - Email: [EMAIL PROTECTED]
> > >  - Home page: http://norman.rasmussen.co.za/
> > >
> >
> >
> > --
> > - Norman Rasmussen
> >  - Email: [EMAIL PROTECTED]
> >  - Home page: http://norman.rasmussen.co.za/
> >
>
>
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
>


--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Jan  2 14:40:10 2006
From: [EMAIL PROTECTED] (Lars T. Mikkelsen)
Date: Mon Jan  2 14:40:20 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On Mon, Jan 02, 2006 at 12:32:14PM +0100, Stian B. Barmen wrote:
> It seems that the trunk transport does not use the <nick/> from the
> spool xml file. My MSN ID is [EMAIL PROTECTED], and my nick is Stian but
> my msn friends see my nick as [EMAIL PROTECTED] in their contact list. Can
> you confirm this problem? (tested on latest rev)

AFAIR the transport now (i.e. since 0.10) uses the nickname from your
Jabber vCard or the vcard-temp:x:update nickname in presence stanzas.

Best regards,
Lars
From [EMAIL PROTECTED]  Mon Jan  2 14:43:02 2006
From: [EMAIL PROTECTED] (Stian B. Barmen)
Date: Mon Jan  2 14:43:29 2006
Subject: [py-transports] PyMSNt file transfer
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

> > It seems that the trunk transport does not use the <nick/> from the 
> > spool xml file. My MSN ID is [EMAIL PROTECTED], and my nick 
> is Stian but 
> > my msn friends see my nick as [EMAIL PROTECTED] in their 
> contact list. 
> > Can you confirm this problem? (tested on latest rev)
> 
> AFAIR the transport now (i.e. since 0.10) uses the nickname 
> from your Jabber vCard or the vcard-temp:x:update nickname in 
> presence stanzas.
> 

I have the nick in my vcard aswell, but still I experience this problem. Am I 
the only one? 

Best regards
Stian B. Barmen

Reply via email to