This might be coming in the next version of PyMSNt, but there's nothing around now.
On 13/10/05, Sascha <[EMAIL PROTECTED]> wrote: > is there a way in py transports to receive information about a file > transfer... or even videoconferencing started from the original MSN > messenger > > i dont know how msn send the data but i tested and saw that i dont have > any kind of message when i try to send a file from my original MSN > messenger to my Jabber client.. on the clientside i have no kind XML output. > > AND it would be interesting for me to know about other functions that > are not just textbased, also the fonttype and fontcolor of my > (messenger)-partner etc... > > is there a way to receive or access these informations? > > greetz > > > _______________________________________________ > 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] Fri Oct 14 18:49:52 2005 From: [EMAIL PROTECTED] (Nathan Palmer) Date: Fri Oct 14 18:49:56 2005 Subject: [py-transports] PyMSN Avatar error with 0.10 Message-ID: <[EMAIL PROTECTED]> I'm getting this error in my debug.log. - 10:55:19 - IqAvatarFactor: Retrieving avatar for user "[EMAIL PROTECTED]" "sd165" - 10:55:19 - AvatarCache: Avatar not found "8181b0e039800e07872a845713f505aeb374963b" - 10:55:19 - Traceback (most recent call last): - 10:55:19 - File "C:\Python24\lib\site-packages\twisted\python\log.py", line 56, in callWithLogger - 10:55:19 - return callWithContext({"system": lp}, func, *args, **kw) - 10:55:19 - File "C:\Python24\lib\site-packages\twisted\python\log.py", line 41, in callWithContext - 10:55:19 - return context.call({ILogContext: newCtx}, func, *args, **kw) - 10:55:19 - File "C:\Python24\lib\site-packages\twisted\python\context.py", line 52, in callWithContext - 10:55:19 - return self.currentContext().callWithContext(ctx, func, *args, **kw) - 10:55:19 - File "C:\Python24\lib\site-packages\twisted\python\context.py", line 31, in callWithContext - 10:55:19 - return func(*args,**kw) - 10:55:19 - --- <exception caught here> --- - 10:55:19 - File "C:\Python24\lib\site-packages\twisted\internet\selectreactor.py", line 139, in _doReadOrWrite - 10:55:19 - why = getattr(selectable, method)() - 10:55:19 - File "C:\Python24\lib\site-packages\twisted\internet\tcp.py", line 351, in doRead - 10:55:19 - return self.protocol.dataReceived(data) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\xmlstream.py", line 145, in dataReceived - 10:55:19 - self.stream.parse(buf) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\domish.py", line 600, in parse - 10:55:19 - self.parser.Parse(buffer) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\domish.py", line 638, in _onEndElement - 10:55:19 - self.ElementEvent(self.currElem) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\xmlstream.py", line 166, in onElement - 10:55:19 - self.dispatch(element) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\utility.py", line 233, in dispatch - 10:55:19 - callbacklist.callback(object) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\utility.py", line 37, in callback - 10:55:19 - methodwrapper(*args, **kwargs) - 10:55:19 - File "C:\Python24\Lib\site-packages\twisted\xish\utility.py", line 21, in __call__ - 10:55:19 - self.method(*nargs, **nkwargs) - 10:55:19 - File "C:\Program Files\Jive Messenger\transport\pymsn10\src\disco.py", line 135, in onIq - 10:55:19 - handler(el) - 10:55:19 - File "C:\Program Files\Jive Messenger\transport\pymsn10\src\misciq.py", line 315, in incomingIq - 10:55:19 - DATA = c.avatar.makeDataElement() - 10:55:19 - File "C:\Program Files\Jive Messenger\transport\pymsn10\src\avatar.py", line 66, in makeDataElement - 10:55:19 - data.addContent(base64.encodestring(self.getImageData())) - 10:55:19 - File "c:\Python24\lib\base64.py", line 309, in encodestring - 10:55:19 - for i in range(0, len(s), MAXBINSIZE): - 10:55:19 - exceptions.TypeError: len() of unsized object Is this normal? A problem? Nathan Palmer Senior Software Engineer Data Services Direct 801-208-1120 x115 [EMAIL PROTECTED] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20051014/8425ee67/attachment.html From [EMAIL PROTECTED] Sat Oct 15 00:16:27 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Sat Oct 15 00:16:55 2005 Subject: [py-transports] PyMSN - Loosing registration In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Could you please provide a bit more information about the problem? --- James On 10/10/2005, at 9:30 PM, Renato Botelho wrote: > Hi Folks, > > I'm new in jabber world, and set my first server using running > jabberd-2.0s9, mysql-4.1.x and pyMSNt-0.9.5 and all is working fine, > but, sometimes, people lost your transport registration. > > Anybody have an idea how to prevent this. > > Thanks > -- > Renato Botelho > ICQ: 54596223 > AIM: RBGargaBR > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >