On 7/2/06, James Bunton <[EMAIL PROTECTED]> wrote: > Currently when there are two resources with the same priority, the > chosen one is undefined. That's because the resources are stored in a > hashtable. > > It mentioned an order of <show/>. Is this specified anywhere? It > wouldn't be too hard to sort based on this.
RFC 3921, Section 2.2.2.1 gives the 'show values', my guess would be sort in this order (most clients show the <show/> menu in this order too): 1. chat 2. none 3. away 4. xa 5. dnd -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Jul 3 15:09:39 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Mon Jul 3 15:09:44 2006 Subject: [py-transports] PyMSNt errors In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Here's an odd one - I think it went in this order (svn 177 iirc): - No previous messages were exchanged - A contact sent me a file larger than 5mb (the server max) - The server rejected the ft - good. - Messages from the contact came from [EMAIL PROTECTED]/msn/msn Not sure what caused the double resource, but besides the contact's resource 'looking offline', everything worked fine. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Jul 3 16:02:35 2006 From: [EMAIL PROTECTED] (Lucas Nussbaum) Date: Mon Jul 3 16:02:46 2006 Subject: [py-transports] Status update In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 03/07/06 at 10:02 +1000, James Bunton wrote: > Hi everybody, > > I've just finished my exam period at Uni, and I now have 3 weeks off. > I'm going on a holiday to the blue mountains for a couple of days. > I'll be back on Thursday this week. > > Unless somebody says the current SVN trunk has exploded on them while > I'm away, I swear I'll release 0.11.1 then and move onto some more > interesting code (finally :P) > > At the moment, the current plan is for 0.12 to get out shortly after > 0.11 with only a few new features. > * JEP-0008 avatar sending > * Obscure the password in the xdb > * Use psyco to speed things up > * Fix up (once and for all) the removeMe, connectionLost situation > which has been the cause of so many exceptions :) > > > Then for 0.13 I've got the interesting stuff planned. > * Offline message support > * Rewrite of most of the Jabber code to be cleaner & pluggable. That > means I'll be able to support the various protocols more easily. > * PEP nicknames and avatars > * XDB code from Daniel > * Language code from Daniel > * A web page for people to update translations with > * Better twisted wrapper Hi, We are running pymsnt on a quite large server, and it uses much more CPU/ram than we would prefer it to use. It would really be great if, in the future, you could add a way to disable some of the non-core features (avatars, file transfers, ...). Do you have some plans of adding something like that yourself ? We might start working on a patch if you don't. Thank you, -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | From [EMAIL PROTECTED] Wed Jul 5 20:14:47 2006 From: [EMAIL PROTECTED] (Matthew Anderson) Date: Wed Jul 5 20:14:53 2006 Subject: [py-transports] use of a transport? Message-ID: <[EMAIL PROTECTED]> Hi -- I've got an instance of PyAIMt apparently configured and attached to a jabberd2 server (it starts up and does not complain, except for a warning about a pending rewrite of twisted.words). I'm not sure how to use it though. For testing, I just want to send a message through the transport, but I'm not sure how to associate a jid with a aim screen name. The near-term goal is to associate multiple JIDs managed by a jabber component ([EMAIL PROTECTED]) with aim screen names. For any knowledgeable persons out there -- there shouldn't be any difficulty with that, should there? Is there some documentation somewhere on how one works with jabber off-network transports in general, or some information on how to use PyAIMt, once it is set up and working, in particular? Thanks a lot! -- Matt Anderson
