Difference between revisions of "Obsolete Service/jabber"

From Sugar Labs
Jump to navigation Jump to search
m
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Hostnames ==
 
== Hostnames ==
  
* http://jabber.sugarlabs.org/
+
* jabber.sugarlabs.org
  
 
== Hosted on ==
 
== Hosted on ==
  
[[Machine/housetree/jita]]
+
[[Machine/jita]]
  
 
== Administrative contact ==
 
== Administrative contact ==
Line 15: Line 15:
 
For non-emergency calls, preferably send email to the administrative contact.
 
For non-emergency calls, preferably send email to the administrative contact.
  
* [[User:alsroot|Aleksey Lim]]
+
* [[User:MrBIOS|Alex Perez]]
  
 
== Notes ==
 
== Notes ==
  
ejabberd instance default for upstream sugar shell.
+
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" | Daemon
 
!scope="row" | Daemon
|{{Code|ejabberd}}
+
|{{Code|prosody}}
 +
|-
 +
!scope="row" | Config
 +
|{{Code|/srv/prosody/prosody.cfg.lua}}
 
|-
 
|-
 
!scope="row" | Logs
 
!scope="row" | Logs
|{{Code|/var/log/ejabberd}}
+
|{{Code|/srv/prosody/log}}
 
|-
 
|-
 
!scope="row" | Ports
 
!scope="row" | Ports
|{{Code|5222}} {{Code|5280}}
+
|{{Code|5222}} {{Code|5223}} {{Code|5000}}
 
|-
 
|-
 
|}
 
|}
  
Initial install configuration that was done:
+
Runtime configuration and monitoring might happen via [http://prosody.im/doc/console telnet]:
 
+
telnet localhost 5582
* create ''admin'' user
 
* add [http://wiki.laptop.org/go/Installing_ejabberd#Installing_ejabberd_from_source_with_OLPC_patches Online] shared roster group from web ui.
 
 
 
There's a problem with scaling up after more than a few dozens of users have been registered. Thus, ejabberd database is being resetting from daily cron task using {{Code|/backup/ejabberd-spool.tar.gz}} initial db.
 
  
 
== Upgrade notes ==
 
== Upgrade notes ==
Line 45: Line 46:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
!scope="row" | yum
+
!scope="row" | git
|{{Code|ejabberd}}
+
|{{Code|/srv/prosody}}
 
|-
 
|-
 
|}
 
|}

Revision as of 15:56, 14 February 2018

Hostnames

  • jabber.sugarlabs.org

Hosted on

Machine/jita

Administrative contact

jabber AT sugarlabs DOT org

Sysadmins

For non-emergency calls, preferably send email to the administrative contact.

Notes

Jabber server for development needs to test cutting edge sugar core components.

It runs Prosody jabber server with additional sugar plugins.

Daemon prosody
Config /srv/prosody/prosody.cfg.lua
Logs /srv/prosody/log
Ports 5222 5223 5000

Runtime configuration and monitoring might happen via telnet:

telnet localhost 5582

Upgrade notes

git /srv/prosody