$SERVER_ICON_MAPPING * Associative array specifies which room token provides a server-wide icon. */ $SERVER_ICON_MAPPING = [ "open.getsession.org" => "session", "sog.caliban.org" => "privacy", "64dcb99cf35d803452106a63ed4d55e3869d4c966d3e762c365b784c08007333" => "midnightmadness", "a3d56b901a39ba1bb4f6f8ab9dc9bb9343135a99f7d3d0ddc15d9ae2ddcefb55" => "esperanto", "sogs.cosmicnation.co" => "cosmicnation", "chat.privacycountry.org:8888" => "pcf", "oddch.at" => "icon", "adult.oddch.at" => "icon", "ai.oddch.at" => "icon", "talk.oddch.at" => "icon", ]; /** * @var string[] $ROOMS_USED_BY_PROJECT * Community rooms encouraged for use in discussing https://sessioncommmunities.online/. */ $ROOMS_USED_BY_PROJECT = [ "webdev+118d", ]; /** * @var string[] $STICKIED_ROOMS * Community rooms anchored to the top of the list. */ $STICKIED_ROOMS = [ "reports+21317dc3", ]; ?>