JDK Path => /usr/lib/jvm/java-7-oracle
install wizard => on
configuration wizard => on
Install Path => /opt/tigase
1 => Base, The base files
2 => Unix Files, Files needed to run the server on Unix like systems
3 => [ ] Docs, The documentation
4 => [x] Extras, Extras libraries, MUC, PubSub, STUN, Socks5, Message Archiving, ACS
5 => [ ] Groovy scripting, Various Groovy scripts extending server functionality
6 => [x] Derby Database (DB included), Derby database (included) and JDBC driver
7 => [x] MySQL Database driver (DB not included), MySQL JDBC driver (MySQL has to be installed separately)
8 => [ ] PostgreSQL Database driver (DB not included), PostgreSQL JDBC driver (PostgreSQL has to be installed separately)
9 => [ ] SQL Server Database driver (DB not included), SQL Server JDBC driver (SQL Server has to be installed separately)
10 => [x] MongoDB Database support (DB not included), Libraries need to use MongoDB from Tigase (includes driver)
11 => [ ] OSGi dependencies, If you intend to run Tigase in OSGi mode you need additional libraries. Enabling this Pack will also setup configuration files to start Tigase XMPP server in OSGi mode.
12 => [x] HTTP API Component, Interface for the service administration, monitoring and exchange data between Tigase and external system
13 => [ ] Sources, The server source files, tools and libraries sources are not included
0 [ ] Default installation
1 [x] Default plus extra components
2 [ ] Session Manager only
3 [ ] Network connectivity only
XMPP domain => http://goo.gl/a1Mt5Q
Server admin => http://goo.gl/a1Mt5Q
Admin pw => http://goo.gl/a1Mt5Q
Tigase DB
0 [ ] Derby (built-in database)
1 [x] MySQL
2 [ ] PostgreSQL
3 [ ] SQLServer
4 [ ] Other...
Advanced configuration options => on
Separate authentication database => on
MUC => on
PubSub => on
STUN => off
Socks5 => off
HTTP API => on
Message Archive => on
Cluster mode => true
Tigase Advanced Clustering Strategy (ACS) => off
All debug on
Non-SASL Authentication => jabber:iq:auth
SASL Authentication => urn:ietf:params:xml:ns:xmpp-sasl
Resource Bind => urn:ietf:params:xml:ns:xmpp-bind
Session bind => urn:ietf:params:xml:ns:xmpp-session
User registration => jabber:iq:register
Roster management => jabber:iq:roster
Presence management => off
Basic filter => basic-filter
Domain filter => domain-filter
Privacy lists => jabber:iq:privacy
Software version => jabber:iq:version
Server statistics => http://jabber.org/protocol/stats
TLS => starttls
Offline message storage => msgoffline
vCard => vcard-temp
Ad-hoc commands => http://jabber.org/protocol/commands
Private data storage => jabber:iq:private
Ping => urn:xmpp:ping
Personal eventing (PEP) => urn:xmpp:ping
Zlib stream compression (new, experimental) => zlib
Message archive plugin (xep 0136) required by archive component => message-archive-xep-0136
Auth DB
0 [ ] Derby
1 [x] MySQL
2 [ ] PostgreSQL
3 [ ] SQL Server
0 [x] Tigase Standard
1 [x] Tigase Auth
2 [ ] Tigase Custom
3 [ ] Drupal
4 [ ] Libresource
5 [ ] Your custom
Created
July 8, 2015 08:59
-
-
Save jeanlescure/536d4e61d9270f0e44d7 to your computer and use it in GitHub Desktop.
Tigase Details
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install -y python-software-properties | |
| sudo add-apt-repository ppa:webupd8team/java | |
| sudo apt-get update | |
| sudo apt-get install oracle-java7-installer | |
| wget https://projects.tigase.org/attachments/download/2663/tigase-server-7.0.2-b3821.jar | |
| java -jar tigase-server-7.0.2-b3821.jar -console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment