Communi  3.0.0
A cross-platform IRC framework written with Qt
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Macros Groups Pages
Communi - a cross-platform IRC framework written with Qt

Introduction

Communi is a cross-platform IRC framework written with Qt. Communi provides a set of tools for enabling IRC connectivity in Qt-based C++ and QML applications.

IRC (Internet Relay Chat protocol) is a simple text-based communication protocol. IRC was created back in 1988 and is still popular particularly amongst open source projects. The Communi project's own IRC channel #communi is located on Freenode.

Getting started

Communi is divided in three modules. The following classes from the IrcCore module are the most essential classes to get started.

Refer to the Using Communi document, and the list of examples for further details and help.