On Tuesday 29 August 2006 08:01, Norman Rasmussen wrote: > On 8/29/06, Paul Johnson <[EMAIL PROTECTED]> wrote: > > On Friday 18 August 2006 23:49, Bearcat M. Sandor wrote: > > > Secondly, i'm a little unsure about how the jid and host parameters > > > work. My jabber server is on jabber.feline-soul.net. Does that mean i > > > want the jid to be "jabber" and the host to be "feline-soul.net"? > > > > No. You already said your JID is [EMAIL PROTECTED] above. > > He meant the jid of the transport.
Doh! I think there was a detail missing that would have made this more obvious. Mybad... -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] -------------- 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/20060829/862f20a4/attachment.pgp From [EMAIL PROTECTED] Wed Aug 30 18:56:45 2006 From: [EMAIL PROTECTED] (Frank Hart) Date: Wed Aug 30 19:13:57 2006 Subject: [py-transports] MSN Avatars in pymsnt 0.11.2-dev2 Message-ID: <[EMAIL PROTECTED]> I can't see the msn avatars in pymsnt 0.11.2-dev2 (and previous versions). In /var/lib/pymsnt there are two dirs: - avatars - msn.opensystems.nl When a msn contact comes online, a new dir in avatars is created but that's all. No avatar is beeing placed. The transport is started as user pymsnt, who also is the owner of /var/lib/pymsnt. To start, I use python /usr/share/pymsnt/PyMSNt.py -D --config=/etc/pymsnt.conf.xml --background --pid=$PIDFILE -o spooldir=/var/lib/pymsnt --log=/var/log/pymsnt/pymsnt.log" In pymsnt.conf.xml, debuglevel is set to 3 and getAllAvatars is enabled. In the logfile, I see these messages: [2006-08-30 20:45:33] INFO :: [EMAIL PROTECTED] :: :: contactAvatarChanged :: msn.msnw.NotificationClient :: {'self': 'instance', 'hash': '3434cd502b756f5512 1ecc6c7623faa6aaa855ea', 'userHandle': '[EMAIL PROTECTED]'} [2006-08-30 20:45:33] INFO :: [EMAIL PROTECTED] :: :: contactAvatarChanged :: glue.LegacyConnection :: {'self': 'instance', 'hash': '3434cd502b756f55121ecc6c 7623faa6aaa855ea', 'userHandle': '[EMAIL PROTECTED]'} [2006-08-30 20:45:33] INFO :: :: Avatar not found. :: getAvatarData :: AvatarCa che :: {'self': 'instance', 'key': '3434cd502b756f55121ecc6c7623faa6aaa855ea', ' filename': '/var/lib/pymsnt/avatars/343/3434cd502b756f55121ecc6c7623faa6aaa855ea '} This user has an avatar but it can't be found. I only get to see the standard msn avatar. The avatar dir looks like this: [EMAIL PROTECTED]:/var/lib/pymsnt/avatars# ll total 16K drwx------ 2 pymsnt pymsnt 4.0K 2006-08-30 20:45 343 drwx------ 2 pymsnt pymsnt 4.0K 2006-08-30 20:28 9a9 drwx------ 2 pymsnt pymsnt 4.0K 2006-08-30 20:45 a19 drwx------ 2 pymsnt pymsnt 4.0K 2006-08-30 20:27 a1d [EMAIL PROTECTED]:/var/lib/pymsnt/avatars# ls -l * 343: total 0 9a9: total 16 -rw------- 1 pymsnt pymsnt 14982 2006-08-30 20:45 9a9daf48824e2da088a085ae512a2e0377367e18 a19: total 0 a1d: total 4 -rw------- 1 pymsnt pymsnt 3761 2006-08-30 20:53 a1d811a13be469cd2ad4fb5b101bbfc348b33926 The last one is the standard msn avatar. What could be the problem? I don't think it's a rights issue, because if I remove the above two files, they are created again if I restart the transport. -- Frank Hart From [EMAIL PROTECTED] Thu Aug 31 15:48:42 2006 From: [EMAIL PROTECTED] (Michael Vogel) Date: Thu Aug 31 15:48:51 2006 Subject: [py-transports] PyICQ 0.7b can't connect anymore Message-ID: <[EMAIL PROTECTED]> Hi! I have the problem that without any change on my side PyICQ can't connect to the ICQ server anymore. All I get is: ICQ connection lost! Reason: [Failure instance: Traceback (failure with no frames): twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion. I really changed nothing. I can connect with the old jabber 1.4 ICQ transport but the python transport can't do it anymore. What can I do? Michael From [EMAIL PROTECTED] Thu Aug 31 15:59:35 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Thu Aug 31 15:58:59 2006 Subject: [py-transports] PyICQ 0.7b can't connect anymore In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Hrm. That's uncool. That non-clean fashion message is, as you can see for yourself, vague and not totally helpful. How long has this been going on? Daniel On Aug 31, 2006, at 11:48 AM, Michael Vogel wrote: > Hi! > > I have the problem that without any change on my side PyICQ can't > connect to the ICQ server anymore. > > All I get is: > > ICQ connection lost! Reason: [Failure instance: Traceback (failure > with no frames): twisted.internet.error.ConnectionLost: Connection > to the other side was lost in a non-clean fashion. > > I really changed nothing. I can connect with the old jabber 1.4 ICQ > transport but the python transport can't do it anymore. > > What can I do? > > Michael > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
