wirc_server 0.3.0

A server/channel based chat handler backend.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Feature: Text channels

  Scenario: An authenticated user wants to create a text channel
    Given wirc is running on localhost
    Given the user has an account
    Given the user is in a hub
    When the user attempts to create a new text channel
    Then the user should receive an ID

  Scenario: An authenticated user wants to know what text channels they have access to
    Given wirc is running on localhost
    Given the user has an account
    Given the user is in a hub
    Given the user has access to a text channel
    When the user asks the server for a list of text channels
    Then the user should receive a list of text channels