zoukankan      html  css  js  c++  java
  • jabberd14 XMPP/Jabber server daemon

    jabberd14 XMPP/Jabber server daemon

    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 open standards.
    • 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 RFC 3920 and RFC 3921.
    • 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 documented API. 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.
  • 相关阅读:
    网页特效代码
    禁止直接在浏览器输入网址访问的代码
    javaScriptalert使用方法
    URL中特殊字符的含义
    Predator:比微软Kinect更强的视频追踪算法来自捷克博士论文(转)
    干净简洁的CSS表单设计实例
    javascript IP 正则表达
    开发者最容易犯的13个JavaScript错误(转)
    一个帮助你处理延迟,重复,循环操作的jQuery插件 timing
    【简报】微软Metro/win8风格的web开发框架 BootMetro
  • 原文地址:https://www.cnblogs.com/lexus/p/2983594.html
Copyright © 2011-2022 走看看