Obsolete Service/jabber: Difference between revisions
No edit summary |
m Bernie moved page Service/jabber to Obsolete Service/jabber |
||
| (14 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{Obsolete}} | |||
== Hostnames == | == Hostnames == | ||
* | * jabber.sugarlabs.org | ||
== Hosted on == | == Hosted on == | ||
[[Machine | [[Machine/jita]] | ||
== Administrative contact == | == Administrative contact == | ||
| Line 15: | Line 17: | ||
For non-emergency calls, preferably send email to the administrative contact. | For non-emergency calls, preferably send email to the administrative contact. | ||
* [[User: | * [[User:MrBIOS|Alex Perez]] | ||
== Notes == | == Notes == | ||
Jabber server for development needs to test cutting edge sugar core components. | |||
It runs [http://prosody.im/ Prosody] jabber server with additional sugar [[Platform_Team/Server_Kit/Prosody|plugins]]. | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
!scope="row" | | !scope="row" | Daemon | ||
| | |{{Code|prosody}} | ||
|- | |||
!scope="row" | Config | |||
|{{Code|/srv/prosody/prosody.cfg.lua}} | |||
|- | |- | ||
!scope="row" | Logs | !scope="row" | Logs | ||
|{{Code|/ | |{{Code|/srv/prosody/log}} | ||
|- | |- | ||
!scope="row" | | !scope="row" | Ports | ||
|{{Code| | |{{Code|5222}} {{Code|5223}} {{Code|5000}} | ||
| | |||
|- | |- | ||
|} | |} | ||
Runtime configuration and monitoring might happen via [http://prosody.im/doc/console telnet]: | |||
telnet localhost 5582 | |||
== Upgrade notes == | == Upgrade notes == | ||
{| class="wikitable" | |||
|- | |||
!scope="row" | git | |||
|{{Code|/srv/prosody}} | |||
|- | |||
|} | |||