Plugin:Jabber/de: Difference between revisions
Plugin:Jabber/de
Jump to navigation
Jump to search
(Updating to match new version of source page) |
Dart Raiden (talk | contribs) (Created page with "Gruppenchats automatisch beitreten") |
||
(41 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
Miranda NG unterstützt aktuell folgende XEPs: | Miranda NG unterstützt aktuell folgende XEPs: | ||
{{ListOfJabberXEPs|Hier klicken}} | {{ListOfJabberXEPs|Hier klicken}} | ||
== Problembehebung == | |||
* Autom. Beitreten funktioniert nicht unter Verwendung von OpenFire mit Active Directory Authentifizierung. Verwenden Sie den Server-[[wikipedia:de:FQDN|FQDN]] als Servernamen in Miranda anstelle des 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. | |||
* Streamkomprimierung kann mit OpenFire zu Problemen führen. | |||
* Leerzeichen in JID/Passwort müssen mit OpenFire durch \20 ersetzt werden. | |||
* Um den Standort eines Kontaktes zu erhalten (zur Verarbeitung mit {{Plugin|Actman}}), installieren Sie {{Plugin|Variables}} und verwenden Sie den folgenden 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> | |||
== Versteckte Einstellungen == | |||
Um diese Einstellungen zu ändern/hinzuzufügen benötigen Sie das Plugin {{Plugin|DbEditorPP|Database Editor}}. | |||
{{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. | |||
== Siehe auch == | == Siehe auch == | ||
[http://leagueoflegends.wikia.com/wiki/User_blog:Sevenix/Connecting_to_the_LoL_chat_using_XMPP | [[Plugin:Jabber/Auto-join group chats/de|Gruppenchats automatisch beitreten]] | ||
[https://discourse.igniterealtime.org/t/how-to-video-on-setting-up-sso-ad-with-openfire/79384 SSO/AD mit Openfire (GSSAPI) einrichten] | |||
[https://twistedlinux.wordpress.com/2016/02/11/install-ejabberd-with-active-directory-sso-backend/ ejabberd mit Active Directory SSO Backend installieren] | |||
[http://leagueoflegends.wikia.com/wiki/User_blog:Sevenix/Connecting_to_the_LoL_chat_using_XMPP Über XMPP zum LoL-Chat verbinden] | |||
[https://confluence.atlassian.com/hipchatkb/connecting-to-hipchat-using-miranda-751436277.html | [https://confluence.atlassian.com/hipchatkb/connecting-to-hipchat-using-miranda-751436277.html Mit Miranda zum Hipchat verbinden] | ||
{{PluginGroups}} | {{PluginGroups}} |
Latest revision as of 02:21, 28 October 2022
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
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.
- 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.
- Streamkomprimierung kann mit OpenFire zu Problemen führen.
- Leerzeichen in JID/Passwort müssen mit OpenFire durch \20 ersetzt werden.
- Um den Standort eines Kontaktes zu erhalten (zur Verarbeitung mit Actman), installieren Sie Variables und verwenden Sie den folgenden 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.
Einstellung | Typ | Standardwert | Beschreibung |
---|---|---|---|
ConnectionKeepAliveInterval | Dword | Intervall (in Millisekunden) zwischen Keep-Alive-Pings. | |
Identity | String | Client-Version mit dem angegebenen Wert überschreiben |
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:
- 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.
Siehe auch
Gruppenchats automatisch beitreten
SSO/AD mit Openfire (GSSAPI) einrichten
ejabberd mit Active Directory SSO Backend installieren
Über XMPP zum LoL-Chat verbinden
Mit Miranda zum Hipchat verbinden