Will you add feature xyz?
We work continuous on new features and XMPP extensions. Feel free to contact us if you want to sponsor certain functionality.

Does the agsXMPP SDK run on Mono/Linux?
Yes it does.

Can you release a LGPL or BSD licensed version?
No we can't. agsXMPP is released under a dual license

  1. A commercial license which is probably the most appropriate for commercial corporate use and closed source projects.
    For more information about commercial licensing and pricing please contact sales@ag-software.de.

  2. The GPL License which is probably most appropriate for inclusion in other open source projects.

Can I use the agsXMPP SDK in a commercial application?
Yes you can. Please contact us by Email for information and pricing about commercial licensing.

Can I build a XMPP server with agsXMPP?
Yes you can. But writing a XMPP server is a very compex task.
The idea of XMPP is: simple client, complex server.
Even if agsXMPP does lots of work for you, you have to study the XMPP RFC's in detail.

The examples don't support feature xyz and are crashing sometimes
the examples are not meant to be a usable client or server. Just to show off particular features of the API and get started with agsXMPP development.

I can't authenticate to my server, I'm sure that the password is correct
In the most cases this is a problem with your server configuration and the XMPP domain.
Never use IP addresses in your Jid or XMPP domain for testing.
The XMPP domain is part of the SASL authentication and must match.