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
17
18
Feature: Send and get messages

  Scenario: An authenticated user wants to send a message in a channel
    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 sends a message in a channel in a hub
    Then the user should receive an ID

  Scenario: An authenticated user wants to get the last messages sent in a channel
    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
    Given 3 messages have been sent in the channel
    When the user tries to get the last 2 messages
    Then the user should see 2 messages