Plugin:Jabber/de: Difference between revisions

From Miranda NG
Plugin:Jabber/de
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 22: Line 22:
* Spaces in login/password should be replaced with \20 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}}), use {{Plugin|Variables}} and the following code:
* 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;">
<pre style="overflow:auto;">

Revision as of 18:15, 20 November 2020

Jabber protocol
Jabber protocol
Dateiname Jabber.dll
Autoren George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Unterstützung für das Jabber-Netzwerk.

Unterstützte XEPs

Miranda NG unterstützt aktuell folgende XEPs:

Hier klicken
Hier klicken

Problembehebung

  • Autom. Beitreten funktioniert nicht unter Verwendung von OpenFire mit Active Directory Authentifizierung. Verwenden Sie den Server-FQDN als Servernamen in Miranda anstelle des 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)),)

Versteckte Einstellungen

Um diese Einstellungen zu ändern/hinzuzufügen benötigen Sie das Plugin Database Editor.

Versteckte Einstellungen pro Konto
Einstellung Typ Standardwert Beschreibung
ConnectionKeepAliveInterval Dword Intervall (in Millisekunden) zwischen Keep-Alive-Pings.
Identity String Client-Version mit dem angegebenen Wert überschreiben
Versteckte Einstellungen pro Kontakt
Einstellung Typ Standardwert Beschreibung
DisableOmemo Byte 0 1 = Deaktiviert Unterstützung für XEP-0384: OMEMO Encryption für diesen Kontakt.

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.

Siehe auch

Auto-join group chats

Connecting to the LoL chat using XMPP

Connecting to Hipchat using Miranda