问题标签 [pidgin]
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.
plugins - Pidgin API 中的好友选择信号
我正在为 Pidgin 编写一个插件,我需要捕捉一个特殊事件 - 当您在 Pidgin 的“好友列表”中单击/选择“好友”时,我需要做出反应。
拜托,伙计们,你知道是否有这样的信号(我想这是应该列出的地方,如果它存在的话 - https://developer.pidgin.im/doxygen/2.5.2/html/blist-signals.html )? 如果没有,你能想象一些解决方法吗?
如果没有其他选择,我会尝试直接修改 Pidgin 代码,这对我来说很难,我对 C 很陌生,而且 Pidgin 项目也不小,但我对它足够感兴趣,所以为什么不:)
谢谢!
xmpp - pidgin 总是显示正在连接
我需要将 pidgin 连接到 BOSH 上的 xmpp 服务器。我的 xmpp 服务器已准备好使用 http-bind。
但是 pidgin 总是显示连接消息并且它永远不会连接。如果我在没有 BOSH 的情况下连接 xmpp,它就会连接。
我的 pidgin 配置如下:
感谢帮助。
xmpp - 在 pidgin 的聊天室中删除输入行和左行
如何在 pidgin 的聊天室中删除“输入”和“左”行?
python - Pidgin script with Python/ Get Focus Signal
I am creating a script in Python to integrate Pidgin with Unity (Ubuntu 12.04), I've managed to do the counting notifications system using the Unity API, but i dont know what event or signal that is activated when the conversation window gains focus(To clear the message counter)... I've tried some of the signals available on the documentation of Pidgin (https://developer.pidgin.im/wiki/DbusHowto) but none of them worked, is there any GTK(or anything) event that is triggered when the window chat gets focus?
python - Dbus 的 Python 访问 Pidgin 数据结构
我最近开始用 Python 编程并为 Pidgin 制作脚本/插件,我需要访问PurpleConversationUiOps并使用 has_focus字段,基于 Pidgin 文档中的一些示例,我做了这个:
他没有给出错误,但我没有收到任何信号,那么我如何访问 has_focus 字段?
windows - pidgin的“好友列表”窗口的行为叫什么名字?
我注意到windows上pidgin的“好友列表”窗口有以下特点:如果把窗口拖到桌面右上角不远处,会出现以下情况:
- 边框的外观略有变化:
前:
后:
- 它停靠在桌面的右侧
- 这是最有趣的:它保留了桌面上的空间。所有其他最大化的窗口都减少了 pigin 窗口的宽度。所有其他窗口的行为就好像桌面的宽度比 pidgin 窗口的宽度短
问:最后一点实现的功能名称是什么?
xmpp - Ejabberd vCard:URI 图像不起作用
根据xep-0054,我正在尝试使用后端提供的 URI 设置 PHOTO vCard 属性,
我正在使用ejabberdctl
扩展mod_admin_extra
程序。
但似乎不起作用,我在 pidgin & psy 中什么也没看到(值已正确保存在数据库中)
我正在运行 Archlinux、Pidgin 2.10.6 (libpurple 2.10.6) 和 ejabberd 2.1.11
php - XMPPHP 作为实时支持聊天
我的想法是在网站上集成实时支持聊天。用户文本通过 xmpphp 发送到我的 jabber 客户端,并带有 jabberbot 发件人 ID,如果我回答,jabber bot 会接受我的回答并将文本传输给用户。
只有一个问题。如何区分不同的用户或不同的聊天?我不希望所有用户都看到答案,而是希望提问的用户看到。是否有一种我可能错过的独特聊天 ID 或其他可能性?
用户 => 网站 => 聊天机器人 => 我
我想回答并发回给用户,但是如何从我的回答中找出正确的用户?
linux - 尝试通过 http-bind 连接时出现 openfire 错误
您好,我安装在我的本地机器 openfireserver 中。
下面是我的 http-binding 配置: ![Openfire 配置 http-config][1]
我还在 Pidgin 中添加了新用户:
- 协议:Xmpp
- 用户名:test
- 域:本地主机
- 资源:测试
- 通过:测试
先进的:
- 端口:7070
- 服务器:(无)
- 文件传输代理:proxy.eu.jabber.org
- 网址 BOSH 协议:
http://localhost/http-bind/
但连接失败。
如果我尝试使用此选项:
- 端口:7070
- 波什网址:
http://localhost:7070/http-bind/
我在openfire中遇到了另一个错误:
在 xmpp pidigin 控制台中我有错误:
我如何尝试通过pidigin连接到openfire并使用http绑定???
pidgin - libpurple 媒体 api 是否需要 pidgin UI 才能启动视频屏幕?
lipurple 媒体 API 是否需要 Pidgin UI 才能启动视频屏幕?如果没有 pidgin UI,只需使用 libpurple 后端媒体 API,我们可以启动视频屏幕吗?