Plugin:Jabber/be: Difference between revisions

From Miranda NG
Plugin:Jabber/be
Jump to navigation Jump to search
m (GBot moved page Plugin:Jabber/by to Jabber protocol without leaving a redirect: Wikipedia naming convention)
(Updating to match new version of source page)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
Падтрымка пратакола Jabber (XMPP) для Miranda NG.
Падтрымка пратакола Jabber (XMPP) для Miranda NG.
== Supported XEPs ==
Miranda NG currently supports the following XEPs:
{{ListOfJabberXEPs|Click here to toggle the list}}
== Troubleshooting ==
* Autojoin is not working when using OpenFire with Active Directory authorization Use server [[wikipedia:en:FQDN|FQDN]] as server name in Miranda instead of domain FQDN.
[[File:XEP-0363 enable.png|200px|thumb|HTTP File Upload]]
<!--T:12-->
* {{XEP|0184|Message Delivery Receipts}} works only when the Jabber client at the other end can respond with message acknowledgement. If your messages seem to time out all the time, try disabling this option.
* To use {{XEP|0363|HTTP File Upload}}, enable {{Menu|Protocol menu|Services...|Service discovery|Right-click on service|Use for uploads}} option.
* Stream compression can lead to problems when using OpenFire.
* Spaces in login/password should be replaced with \20 when using OpenFire.
* In order to obtain contact's resource (for passing to {{Plugin|Actman}}) install {{Plugin|Variables}} plugin and use the following code:
<pre style="overflow:auto;">
?puts(v,!dbsetting(%subject%,?cinfo(%subject%,protocol),display_uid))
?if(?greater(?strrchr(?get(v),/),0),?substr(?get(v),?add(?strrchr(?get(v),/),1)),)
</pre>
== Hidden settings ==
To add/change these options you will need {{Plugin|DbEditorPP|Database Editor}} plugin.
{{Content:Jabber/HiddenSettings}}
== GNU GPL special exception ==
As a special exception, the authors give permission to modify code, dynamically link and distribute the Program in binary form within the QIP installer or archive, as long as the following requirements are fullfilled:
# The Jabber plugin must be announced and advertised as a separate product, clearly stating that the Jabber protocol is supported via a separate plugin ported from Miranda.
# Any kind of QIP Infium distribution must include this license agreement and original copyrights.
# The original copyrights must be available within the UI.
# Each version of the modified code must be freely available.
# Any changes made in the source code are subject to this license.
<div class="mw-translate-fuzzy">
== Глядзі таксама ==
</div>
[[Plugin:Jabber/Auto-join group chats|Auto-join group chats]]
[https://discourse.igniterealtime.org/t/how-to-video-on-setting-up-sso-ad-with-openfire/79384 Setting up SSO/AD with Openfire (GSSAPI)]
[https://twistedlinux.wordpress.com/2016/02/11/install-ejabberd-with-active-directory-sso-backend/ Install ejabberd with Active Directory SSO backend]
[http://leagueoflegends.wikia.com/wiki/User_blog:Sevenix/Connecting_to_the_LoL_chat_using_XMPP Connecting to the LoL chat using XMPP]
[https://confluence.atlassian.com/hipchatkb/connecting-to-hipchat-using-miranda-751436277.html Connecting to Hipchat using Miranda]


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 02:18, 28 October 2022

Other languages:
Jabber protocol
Jabber protocol
Імя файла Jabber.dll
Аўтары George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura
Спампаваць
Стабільная версія: 32-bit, 64-bit
Апошняя версія: 32-bit, 64-bit

Падтрымка пратакола Jabber (XMPP) для Miranda NG.

Supported XEPs

Miranda NG currently supports the following XEPs:

Click here to toggle the list
Click here to toggle the list

Troubleshooting

  • Autojoin is not working when using OpenFire with Active Directory authorization Use server FQDN as server name in Miranda instead of domain FQDN.
HTTP File Upload
  • XEP-0184: Message Delivery Receipts works only when the Jabber client at the other end can respond with message acknowledgement. If your messages seem to time out all the time, try disabling this option.
  • To use XEP-0363: HTTP File Upload, enable Protocol menu → Services... → Service discovery → Right-click on service → Use for uploads option.
  • Stream compression can lead to problems when using OpenFire.
  • Spaces in login/password should be replaced with \20 when using OpenFire.
  • In order to obtain contact's resource (for passing to Actman) install Variables plugin and use the following code:
?puts(v,!dbsetting(%subject%,?cinfo(%subject%,protocol),display_uid))
?if(?greater(?strrchr(?get(v),/),0),?substr(?get(v),?add(?strrchr(?get(v),/),1)),)


Hidden settings

To add/change these options you will need Database Editor plugin.

Налада Тып Значэнне
па змаўчанні
Апісанне
ConnectionKeepAliveInterval Падвойнае слова The interval (specified in milliseconds) beetween keep-alive pings.
Identity Радок Spoof client version to the specified value.
Налада Тып Значэнне
па змаўчанні
Апісанне
DisableOmemo Байт 0 1 = Disable XEP-0384: OMEMO Encryption support for this contact.

GNU GPL special exception

As a special exception, the authors give permission to modify code, dynamically link and distribute the Program in binary form within the QIP installer or archive, as long as the following requirements are fullfilled:

  1. The Jabber plugin must be announced and advertised as a separate product, clearly stating that the Jabber protocol is supported via a separate plugin ported from Miranda.
  2. Any kind of QIP Infium distribution must include this license agreement and original copyrights.
  3. The original copyrights must be available within the UI.
  4. Each version of the modified code must be freely available.
  5. Any changes made in the source code are subject to this license.

Глядзі таксама

Auto-join group chats

Setting up SSO/AD with Openfire (GSSAPI)

Install ejabberd with Active Directory SSO backend

Connecting to the LoL chat using XMPP

Connecting to Hipchat using Miranda