博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jabberd14 XMPP/Jabber server daemon
阅读量:6678 次
发布时间:2019-06-25

本文共 2307 字,大约阅读时间需要 7 分钟。

jabberd14, XMPP server implemented in C/C++

jabberd14 is the original server implementation of the Jabber protocol, now known as XMPP. It is open source, and it is free. This implementation has been formerly known as just jabberd as well.

Please note: jabberd2 (also known as jabberd 2.x) is not a newer version of jabberd14 but a completely different project.

Why using jabberd14?

  • jabberd14 implements the Jabber/XMPP protocol, which is the only widely deployed and used instant messaging protocol on the internet right now, that uses .
  • jabberd14 is free! There is no user limit in jabberd14, you can have as many users as you want without paying for it. You also get the complete server for free. There is no commercial plugin you have to buy to get all the features.
  • jabberd14 is the original implementation of the Jabber protocol on a server. Version 1.0 of this software has been released in May 2000. This implementation now contains many years of experience with the Jabber protocol and its clients. It supports the older protocols of Jabber as well as the current protocol as it is specified in and .
  • jabberd14 is modular. While you can just install the whole package as it is and it will work, you can also separate it into different processes, that can even run on different servers. If you need, you can also cluster these components to get more fault tolerance and get more performance.
  • jabberd14 is written in C and C++ and has a . Most likely this is the most common programming language on Unix servers. Therefore your administrators will more easily be able to debug a problem you have, than with an implementation in a language they do not know. This also allows you to easily find programmers, that are able to extend your server beyond, the many features of jabberd14 and the many already available plugins for it.
  • jabberd14 gets compiled to the machine language of your server, therefore you do not need extra resources to execute a runtime environment or virtual machine, that executes special languages.

The main goals of jabberd14

  • Excellent support for security and encryption protocols,
  • reuse / support of existing protocols, not only from the XMPP/Jabber world,
  • strict standards compliance,
  • flexibility in configuration and deployment,
  • easy customizing / integration into web sites.

转载地址:http://knyao.baihongyu.com/

你可能感兴趣的文章
三元运算符
查看>>
linux系统安装后的优化
查看>>
Management 命令行工具
查看>>
硬件防火墙的必要性到底有多大?
查看>>
oom机制分析及对应优化策略
查看>>
硬盘基础知多少
查看>>
微信支付---微信公众号支付
查看>>
Spotify大推限时动态功能 了解音乐人的想法及故事
查看>>
计算机网络概述---运维笔记
查看>>
带你了解BIM技术建筑工业化发展三大方面
查看>>
五十六、FTP介绍、使用vsftpd搭建ftp服务
查看>>
网红扎推背后的映客:78个内容审核人员把关3680万主播
查看>>
用手机APP实现PLC远程监控
查看>>
Kali下 root 用户无法远程登录
查看>>
Linux nmap命令详解
查看>>
Zookeeper 分布式协调服务开源项目
查看>>
react native listview性能优化
查看>>
Python练习【5】【自动售货系统】
查看>>
spring-boot-configuration-processor的作用
查看>>
修改bug自省小结
查看>>