Francisco Obarrio tried to tell me: > Is some kind of way of avoiding acept every user .. (auto-import) > contacts ? on pymsn and pyicq ? I would love to see that.
Wijnand -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3497 bytes Desc: S/MIME Cryptographic Signature Url : http://modevia.com/pipermail/py-transports/attachments/20060424/98d9e2d1/smime.bin From [EMAIL PROTECTED] Mon Apr 24 14:04:47 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Apr 24 14:05:32 2006 Subject: [py-transports] PyMSNt & pyicq In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Apr 24, 2006, at 9:53 AM, Wijnand Wiersma wrote: > Francisco Obarrio tried to tell me: >> Is some kind of way of avoiding acept every user .. (auto-import) >> contacts ? on pymsn and pyicq ? > I would love to see that. =D I accept patches. Basically, the history of this is: James tried to get a roster subsync JEP published that would handle this situation quite nicely. It got rejected by the Jabber council. There's some other "roster item exchange" JEP which is rather complex and I'm not sure if any clients actually support it. James's webreg tool handles roster subsync for you so that can do the trick. I'm also working on incorporating the functionality of webreq into the web interface of the transport itself. (that means you'd just to a website to register and it would handle all the subscription requests and such) James, am I missing any pieces in here? =) The gist of it is, we require the [EMAIL PROTECTED] items to be in your jabber roster. (by nature of how Jabber/XMPP works) And there's no way to "just do that". The transport does not have permission to directly put things in your roster. "You" have to be the one to put things in your roster. =/ Daniel > > Wijnand > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
