Advertisement
Guest User

Untitled

a guest
Jun 16th, 2014
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. config-type = --gen-config-all
  2. message-router/components/msg-receivers/s2s.active[B]=false
  3. message-router/components/msg-receivers/bosh.active[B]=false
  4. message-router/components/msg-receivers/monitor.active[B]=false
  5. message-router/components/msg-receivers/srecv.active[B]=false
  6. message-router/components/msg-receivers/ssend.active[B]=false
  7. #message-router/components/msg-receivers/id-names[s]=sess-man,c2s,monitor
  8. --cluster-mode = true
  9. --cluster-nodes = server2.domain.our:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,server1.domain.our:bbbbbbbbbbbbbbbbbbbbbbbbbb
  10. --debug = tigase.db.jdbc.XGateRepository
  11. --virt-hosts = domain.our
  12. muc/muc-max-history-size[I]=0
  13. muc/history-db=memory
  14. muc/muc-strategy-class[S]=tigase.muc.cluster.DefaultStrategy
  15. --comp-name-2 = filetrans
  16. --comp-class-2 = tigase.filetrans.FileTransComponent
  17. --c2s-ports=443
  18. --ssl-certs-location=certs
  19. --ssl-container-class=tigase.io.SSLContextContainer
  20. --sm-plugins = +jabber:iq:auth,+urn:ietf:params:xml:ns:xmpp-sasl,+urn:ietf:params:xml:ns:xmpp-bind,+urn:ietf:params:xml:ns:xmpp-session=2,+jabber:iq:register,+jabber:iq:roster=16,+presence=16,+jabber:iq:privacy,+jabber:iq:version,-http://jabber.org/protocol/stats,+starttls,+vcard-temp,-http://jabber.org/protocol/commands,+jabber:iq:private,+urn:xmpp:ping,-domain-filter,-pep,+zlib,+pushnots,-presence_ex=16,-amp,+session-close=4,+jabber:iq:geoloc=16,+jabber:iq:last,+message,+msgoffline
  21. --stanza-ack=white-char
  22. --user-db = tigase.db.XGateRepository
  23. --auth-db = tigase-auth
  24. --user-repo-pool-size = 12
  25. --auth-repo-pool-size = 2
  26. --data-repo-pool-size = 1
  27. --user-db-uri = jdbc:mysql://dbserver/tigasedb?user=tigase_user&password=tigase_passwd&useUnicode=true&characterEncoding=UTF8&autoReconnect=true&noAccessToProcedureBodies=true
  28. sess-man/plugins-conf/dynamic-roster-classes=tigase.xmpp.impl.XGateRoster
  29. sess-man/plugins-conf/skip-offline=true
  30. sess-man/error-forwarding=forward
  31. muc/muc-lock-new-room[B]=false
  32. --cm-ht-traffic-throttling = xmpp:0k:0:drop,bin:0m:0:dropprev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement