1. pidfile /var/jabberd/pid/jabberd.pid; 2. stat-file /var/jabberd/jabberd.stat; 3. user jabber; 4. 5. syslog { 6. facility local8; 7. } 8. 9. component router { 10. command "/usr/bin/router -c /etc/jabberd/router.xml"; 11. } 12. 13. component resolver { 14. command "/usr/bin/resolver -c /etc/jabberd/resolver.xml"; 15. } 16. 17. component sm { 18. command "/usr/bin/sm -c /etc/jabberd/sm.xml"; 19. } 20. 21. component s2s { 22. command "/usr/bin/s2s -c /etc/jabberd/s2s.xml"; 23. } 24. 25. component c2s { 26. command "/usr/bin/c2s -c /etc/jabberd/c2s.xml"; 27. } 28. 29. component ggtrans { 30. command "/usr/sbin/jggtrans -f"; 31. stdout notice; 32. stderr notice; 33. } 34. 35. component jit { 36. command "/usr/bin/jabberd-jit -c /etc/jit.xml -H /var/jabberd/spool/icq/"; 37. remove-file /var/jabberd/pid/jit.pid; 38. stdout notice; 39. stderr notice; 40. }