Guest User

Untitled

a guest
Feb 29th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # The name of user/group Spectrum runs as.
  2. 3 #user=spectrum
  3. 4 #group=spectrum
  4. 5
  5. 6 # JID of Spectrum instance.
  6. 7 jid = crystalnet.site
  7. 8
  8. 9 # Password used to connect the XMPP server.
  9. 10 password = sklejka
  10. 11
  11. 12 # XMPP server to which Spectrum connects in gateway mode.
  12. 13 server = 127.0.0.1
  13. 14
  14. 15 # XMPP server port.
  15. 16 port = 5347
  16. 17
  17. 18 # Interface on which Spectrum listens for backends.
  18. 19 backend_host = 127.0.0.1
  19. 20
  20. 21 # Port on which Spectrum listens for backends.
  21. 22 # By default Spectrum chooses random backend port and there's
  22. 23 # no need to change it normally
  23. 24 #backend_port=10001
  24. 25
  25. 26 # Number of users per one legacy network backend.
  26. 27 users_per_backend=10
  27. 28 # For Skype - must be =1
  28. 29 #users_per_backend=1
  29. 30
  30. 31 # Full path to backend binary.
  31. 32 backend=/usr/bin/spectrum2_libpurple_backend
Add Comment
Please, Sign In to add comment