Difference between revisions of "Tigase"

From XMPP WIKI
Jump to navigation Jump to search
m
m
Line 1: Line 1:
'''Tigase''' is an open source ([[GPL]]3) project started by Artur Hefczyc in October 2004 to develop [[XMPP]] server implementation in Java.  
'''Tigase''' is an open source (GPL3) project started by Artur Hefczyc in October 2004 to develop [[XMPP]] server implementation in Java.  


Initially the goal was to develop fully compliant [[XMPP]] server with backward compatibility with informal [[XMPP]] specification. In time the project has been split into smaller parts - server implementation, xmltools containing parser for [[XML]] streams and test suite with built in scripting language.  
Initially the goal was to develop fully compliant [[XMPP]] server with backward compatibility with informal [[XMPP]] specification. In time the project has been split into smaller parts - server implementation, xmltools containing parser for XML streams and test suite with built in scripting language.  


In summer 2006 client side library and application in Java have joined Tigase project.  
In summer 2006 client side library and application in Java have joined Tigase project.  

Revision as of 12:47, 5 October 2011

Tigase is an open source (GPL3) project started by Artur Hefczyc in October 2004 to develop XMPP server implementation in Java.

Initially the goal was to develop fully compliant XMPP server with backward compatibility with informal XMPP specification. In time the project has been split into smaller parts - server implementation, xmltools containing parser for XML streams and test suite with built in scripting language.

In summer 2006 client side library and application in Java have joined Tigase project.

Subprojects

Now Tigase consists of following subprojects:

  • tigase-server - Tigase XMPP server
  • tigase-xmltools - XML tools, parser simple XML database
  • tigase-testsuite - Test suite for testing XMPP servers.
  • tigase-utils - Repository with common files used in other Tigase subprojects.
  • evora - XMPP client
  • jaxmpp - XMPP client library

See also

External links

Note: Some content on this page has been copied from Wikipedia in accordance with the CC-BY-SA license.