You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Communi should support connecting to Quassel Core. Quassel Core maintains server connections with support for multiple client connections. Quassel uses a custom protocol instead of the IRC protocol as typical IRC bouncers/proxies. The Quassel protocol is not documented and thus needs to be reverse-engineered. A thin Qt-based libquasselproto that abstracts the protocol would be ideal. See http://quassel-irc.org/ for more info.
The enablers (namely IrcProtocol) have been added to libcommuni. The rest is done on communi-desktop's side.
The text was updated successfully, but these errors were encountered:
Moved from: communi/communi#28
Communi should support connecting to Quassel Core. Quassel Core maintains server connections with support for multiple client connections. Quassel uses a custom protocol instead of the IRC protocol as typical IRC bouncers/proxies. The Quassel protocol is not documented and thus needs to be reverse-engineered. A thin Qt-based libquasselproto that abstracts the protocol would be ideal. See http://quassel-irc.org/ for more info.
The enablers (namely IrcProtocol) have been added to libcommuni. The rest is done on communi-desktop's side.
The text was updated successfully, but these errors were encountered: