Difference between revisions of "Guide/development/de"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Guide/de|Zurück]] | [[Guide/de|Zurück]] | [[Guide/development|English]] | [[Guide/development/de|Deutsch]] | ||
---- | |||
* 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++ = | ||
== gloox == | |||
* https://camaya.net/gloox | |||
* Aktuelle Version: 1.0.22 | |||
* MUC: nicht bekannt | |||
= Java = | |||
= Python = | |||
[[Category:XMPP-DE]] | |||
[[Category:Handbuch]] | [[Category:Handbuch]] |
Latest revision as of 12:51, 30 November 2019
C
libstrophe
libstrophe ist eine XMPP lib für C. Die lib wird beispielsweise vom ncurses basierten XMPP Client Profanity verwendet.
C++
gloox
- https://camaya.net/gloox
- Aktuelle Version: 1.0.22
- MUC: nicht bekannt