wirc_server 0.3.0

A server/channel based chat handler backend.
Documentation
1
2
3
4
5
6
7
8
9
10
11
Feature: Get user information

  Scenario: An authenticated user wants to view their private information
    Given wirc is running on localhost
    When the user requests their information
    Then the user should receive user information

  Scenario: A user wants to see another user's public information
    Given wirc is running on localhost
    When a user requests another user's information
    Then the user should receive basic user information