问题标签 [google-wave]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 当多个用户在 Google Wave 小工具中更新共享状态时,我可以使用哪些 JavaScript 工具或技术来管理冲突解决?
我认为这个问题的答案取决于是否可以直接在小工具 API中访问操作转换架构。它目前不存在,那么细粒度增量的替代方案可能是什么,而不是每个变量上的大锁?
google-app-engine - wave bot和xmpp bot?
Wave 协议机器人就像任何典型的 xmpp 代理机器人/组件机器人一样,对吧?
可以在其他地方使用 wave bot 或使用 bosh 并创建 webclient 来使用 bot 吗?
Wave 协议机器人库是使用 ignite whack 库创建的吗?如果是,我们可以直接使用 whack 库为 wave 创建组件机器人吗?
xmpp - 用于 google talk 或 ichat 的双向 google wave jabber 网关
我知道 Google Wave 是围绕 XMPP 平台构建的,因此我认为应该可以使用 ichat 或 google talk 之类的 jabber 客户端访问它。优点是回答或阅读特定波形比浏览器中的 javascript jit 快得多。现在您可以添加 xmpplite 机器人http://wave-xmpp.appspot.com/public/xmpplite.htm 但这只是 gwave -> xmpp。如果还可以使用 jabber 或电子邮件客户端在 wave 上发帖,那就太好了。有谁知道机器人或这样做的方法?
python - Google Wave Python 教程 - 没有任何反应
对于Google Wave Python Robot Tutorial,我的 capabilities.xml 是可见的,我可以将它添加到 Wave,但机器人实际上并没有响应事件。我检查了日志,但我已经修复了它,所以我不会再收到任何错误。有什么建议么?
javascript - Chrome Blocking Javascript, Google Wave, Google Gadgets
Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ActionScript. This was a success.
Problem: Chrome v4.0 is blocking the load and/or execution of javascript files linked to in the Gadget's XML file.
(Already confirmed the gadget works in Chrome v3.0)
Example & More Details: https://wave.google.com/wave/#minimized:nav,minimized:contact,minimized:search,restored:wave:googlewave.com!w%252BLby6vkE9A
Errors Thrown by Chrome:
Refused to execute a JavaScript script. Source code of script found within request
Uncaught TypeError: Illegal invocation
Resources:
Search google for wave-as-client
Google Sites site/gumontheshoe/home/my-cabinet
Is there anything I can do from my end to fix this?
python - Google Wave Python 教程 - 下一步是什么?
我刚刚完成了 Google Wave Robot: Python Tutorial的工作。API Reference看起来有点气势磅礴。还有什么我可以看的来加快速度吗?
python - Google Wave - 使用 Python API 将参与者添加到 Wave
如何使用 Python API 将参与者添加到 Wave 给他们的电子邮件地址?
python - Google Wave Python API 中事件的属性字典
Google Wave 文档包含机器人事件,但没有列出将放入属性字典的值。这在任何地方都有记录吗?
google-wave - Google Wave Robot - 更改为 Wave 以响应外部事件
我正在编写一个允许用户“管理 wave”的 Google Wave 机器人。我计划在我的网站上有一个配置页面。当配置更改时,理想情况下,此用户添加的所有 wave 都应立即更改(或至少在下次有人查看 wave 时)。这样做的最佳方法是什么?
显然,“机器人不能直接联系 Wave;它只能响应与 wave 相关的事件和 cron 事件”。如果我决定采用 cron 路线,我可以多快更新 Wave?