google-talk

Best python XMPP / Jabber client library? [closed]

风流意气都作罢 提交于 2019-11-28 03:23:10
What are your experiences with Python Jabber / XMPP client libraries? What do you recommend? A. R. Diederich It depends what license you can use. Some popular libraries are GPL which can cause serious issues if you need to use it for work, especially if you need to keep proprietary extensions. The LGPL libraries are a little less popular, I think, but you have more flexibility with what you can use them for. I'd once looked at using twisted directly for some simple XMPP scripting but the documentation was literally non-existant. Like, I opened a published twisted reference manual and it didn't

Authenticate to Google Talk (XMPP, Smack) using an authToken

荒凉一梦 提交于 2019-11-27 14:14:22
The app I'm writing is connecting to a XMPP server, and if the user chooses, I want to give them the option to connect to their google chat account, without having to enter the credentials... To do this, I'd get the permission to use the google account, get the token and authenticate to google talk (XMPP server, using Smack) using the token.. The problem is.. how do I do that? I mean, how do I authenticate to the GTalk server if I know the login and the token? Any ideas, insights? :) If not, maybe anyone knows where could I find someone that knows? (Google contacts, anyone? :P ) You're looking

Best python XMPP / Jabber client library? [closed]

有些话、适合烂在心里 提交于 2019-11-27 05:07:05
问题 What are your experiences with Python Jabber / XMPP client libraries? What do you recommend? 回答1: It depends what license you can use. Some popular libraries are GPL which can cause serious issues if you need to use it for work, especially if you need to keep proprietary extensions. The LGPL libraries are a little less popular, I think, but you have more flexibility with what you can use them for. I'd once looked at using twisted directly for some simple XMPP scripting but the documentation

Authenticate to Google Talk (XMPP, Smack) using an authToken

戏子无情 提交于 2019-11-26 16:38:39
问题 The app I'm writing is connecting to a XMPP server, and if the user chooses, I want to give them the option to connect to their google chat account, without having to enter the credentials... To do this, I'd get the permission to use the google account, get the token and authenticate to google talk (XMPP server, using Smack) using the token.. The problem is.. how do I do that? I mean, how do I authenticate to the GTalk server if I know the login and the token? Any ideas, insights? :) If not,