Compare commits

...

1 Commits

Author SHA1 Message Date
Stephen Paul Weber 4d81be3937
Put XMPP in list of master services
Renamed "chat" to "irc" for clarity.
2021-03-11 22:30:53 -05:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
$services = [
'chat' => ['fa' => 'comments-o', 'url' => '/wiki/irc'],
'irc' => ['fa' => 'comments-o', 'url' => '/wiki/irc'],
'xmpp' => ['fa' => 'fa-xmpp', 'url' => '/wiki/xmpp'],
'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tildeverse.org'],
'forum' => ['fa' => 'comment', 'url' => 'https://bbj.tildeverse.org'],
'gitea' => ['fa' => 'code-fork', 'url' => 'https://tildegit.org/team'],