Difference between revisions of "Guide/development/de"

From XMPP WIKI
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Guide/de|Zurück]] | [[Guide/development|English]] | [[Guide/development/de|Deutsch]]
[[Guide/de|Zurück]] | [[Guide/development|English]] | [[Guide/development/de|Deutsch]]
----
----
https://xmpp.org/software/libraries.html
 
* https://xmpp.org/software/libraries.html
* https://docs.modernxmpp.org


= C =
= C =
== libstrophe ==
libstrophe ist eine XMPP lib für C. Die lib wird beispielsweise vom ncurses basierten XMPP Client [https://profanity-im.github.io/ Profanity] verwendet.
* http://strophe.im/libstrophe/


= C++ =
= C++ =
Line 12: Line 20:
* Aktuelle Version: 1.0.22
* Aktuelle Version: 1.0.22
* MUC: nicht bekannt
* MUC: nicht bekannt
= Java =
= Python =


[[Category:XMPP-DE]]
[[Category:XMPP-DE]]
[[Category:Handbuch]]
[[Category:Handbuch]]

Latest revision as of 12:51, 30 November 2019

Zurück | English | Deutsch


C

libstrophe

libstrophe ist eine XMPP lib für C. Die lib wird beispielsweise vom ncurses basierten XMPP Client Profanity verwendet.

C++

gloox

Java

Python