Namespace

Ibis – 1.0

Ibis IRCv3 Parsing Library

Version0.4.1-dev
AuthorsIbis Developers
LicenseLGPL-2.1-or-later
Websitehttps://keep.imfreedom.org/ibis/ibis/
Sourcehttps://keep.imfreedom.org/ibis/ibis/

Build

C headersibis.h
pkg-config filesibis

Dependencies

GLib—2.0 General-purpose, portable utility library.
Browse documentation
GObject—2.0 The base type system library.
Browse documentation
Gio—2.0 Stream based io library.
Browse documentation
Hasl—1.0 Hassle-free Authentication and Security Layer client library.
Browse documentation

Additional documentation

Classes

Capabilities

A object that handles capability negotiation.

since: 0.1

Client

A representation of an IRCv3 client.

since: 0.1

Features

An object that keeps track of the features a server supports.

unstable since: 1.0

Message

A representation of an IRCv3 message.

since: 0.1

Tags

An object for managing message tags.

since: 0.1

Functions

check_version

Checks that the ibis version is compatible with the requested version.

since: 0.1

formatting_strip

Removes all formatting from text and returns the result.

since: 0.1

sasl_request

Called from IbisClient during connection if SASL should be attempted.

unstable since: 1.0

source_parse

Parses a source string like pidgy!~u@53unc8n42i868.irc into its nick, user, and host parts per https://modern.ircdocs.horse/#source.

since: 0.1

Function Macros

CHECK_VERSION

Checks the version of ibis being compiled against. See ibis_check_version() for a runtime check.

since: 0.1

Constants

BATCH_CHATHISTORY

The constant string to use for the chathistory batch.

unstable since: 1.0

BATCH_LABELED_RESPONSE

The constant string to use for the labeled-response batch.

unstable since: 1.0

BATCH_MULTILINE

The constant string to use for the multiline batch.

unstable since: 1.0

BATCH_NETJOIN

The constant string to use for the netjoin batch.

unstable since: 1.0

BATCH_NETSPLIT

The constant string to use for the netsplit batch.

unstable since: 1.0

CAPABILITY_ACCOUNT_NOTIFY

The constant string to use when negotiating the account-notify capability.

unstable since: 1.0

CAPABILITY_ACCOUNT_REGISTRATION

The constant string to use when negotiating the account-registration capability.

unstable since: 1.0

CAPABILITY_ACCOUNT_TAG

The constant string to use when negotiating the account-tag capability.

unstable since: 1.0

CAPABILITY_AWAY_NOTIFY

The constant string to use when negotiating the away-notify capability.

unstable since: 1.0

CAPABILITY_BATCH

The constant string to use when negotiating the batch capability.

unstable since: 1.0

CAPABILITY_CAP_LS_VERSION

The version to pass to the CAP LS command.

unstable since: 1.0

CAPABILITY_CAP_NOTIFY

The constant string to use when negotiating the cap-notify capability.

unstable since: 1.0

CAPABILITY_CHANNEL_RENAME

The constant string to use when negotiating the channel-rename capability.

unstable since: 1.0

CAPABILITY_CHATHISTORY

The constant string to use when negotiating the chathistory capability.

unstable since: 1.0

CAPABILITY_CHGHOST

The constant string to use when negotiating the chghost capability.

unstable since: 1.0

CAPABILITY_ECHO_MESSAGE

The constant string to use when negotiating the echo-message capability.

unstable since: 1.0

CAPABILITY_EVENT_PLAYBACK

The constant string to use when negotiating the event-playback capability.

unstable since: 1.0

CAPABILITY_EXTENDED_JOIN

The constant string to use when negotiating the extended-join capability.

unstable since: 1.0

CAPABILITY_EXTENDED_MONITOR

The constant string to use when negotiating the extended-monitor capability.

unstable since: 1.0

CAPABILITY_INVITE_NOTIFY

The constant string to use when negotiating the invite-notify capability.

unstable since: 1.0

CAPABILITY_LABELED_RESPONSE

The constant string to use when negotiating the labeled-response capability.

unstable since: 1.0

CAPABILITY_MESSAGE_TAGS

The constant string to use when negotiating the message-tags capability.

unstable since: 1.0

CAPABILITY_MONITOR

The constant string to use when negotiating the monitor capability.

unstable since: 1.0

CAPABILITY_MULTI_PREFIX

The constant string to use when negotiating the multi-prefix capability.

unstable since: 1.0

CAPABILITY_MULTILINE

The constant string to use when negotiating the multiline capability.

unstable since: 1.0

CAPABILITY_NO_IMPLICIT_NAMES

The constant string to use when negotiating the no-implicit-names capability.

unstable since: 1.0

CAPABILITY_PRE_AWAY

The constant string to use when negotiating the pre-away capability.

unstable since: 1.0

CAPABILITY_READ_MARKER

The constant string to use when negotiating the read-marker capability.

unstable since: 1.0

CAPABILITY_SASL

The constant string to use when negotiating the sasl capability.

unstable since: 1.0

CAPABILITY_SERVER_TIME

The constant string to use when negotiating the server-time capability.

unstable since: 1.0

CAPABILITY_SETNAME

The constant string to use when negotiating the setname capability.

unstable since: 1.0

CAPABILITY_STANDARD_REPLIES

The constant string to use when negotiating the standard-replies capability.

unstable since: 1.0

CAPABILITY_USERHOST_IN_NAMES

The constant string to use when negotiating the userhost-in-names capability.

unstable since: 1.0

CTCP_ACTION

A constant representing the CTCP ACTION command.

unstable since: 1.0

CTCP_CLIENTINFO

A constant representing the CTCP CLIENTINFO command.

unstable since: 1.0

CTCP_DCC

A constant representing the CTCP DCC command.

unstable since: 1.0

CTCP_DELIMITER

The delimiter used for CTCP messages.

unstable since: 1.0

CTCP_FINGER

A constant representing the CTCP FINGER command.

unstable since: 1.0

CTCP_PING

A constant representing the CTCP PING command.

unstable since: 1.0

CTCP_SOURCE

A constant representing the CTCP SOURCE command.

unstable since: 1.0

CTCP_TIME

A constant representing the CTCP TIME command.

unstable since: 1.0

CTCP_USERINFO

A constant representing the CTCP USERINFO command.

unstable since: 1.0

CTCP_VERSION

A constant representing the CTCP VERSION command.

unstable since: 1.0

ERR_ALREADYREGISTERED

A constant for the ALREADYREGISTERED error.

unstable since: 1.0

ERR_BADCHANMASK

A constant for the BADCHANMASK error.

unstable since: 1.0

ERR_BADCHANNELKEY

A constant for the BADCHANNELKEY error.

unstable since: 1.0

ERR_BANNEDFROMCHAN

A constant for the BANNEDFROMCHAN error.

unstable since: 1.0

ERR_CANNOTSENDTOCHAN

A constant for the CANNOTSENDTOCHAN error.

unstable since: 1.0

ERR_CANTKILLSERVER

A constant for the CANTKILLSERVER error.

unstable since: 1.0

ERR_CHANNELISFULL

A constant for the CHANNELISFULL error.

unstable since: 1.0

ERR_CHANOPRIVSNEEDED

A constant for the CHANOPRIVSNEEDED error.

unstable since: 1.0

ERR_ERRONEUSNICKNAME

A constant for the ERRONEUSNICKNAME error.

unstable since: 1.0

ERR_HELPNOTFOUND

A constant for the HELPNOTFOUND error.

unstable since: 1.0

ERR_INPUTTOOLONG

A constant for the INPUTTOOLONG error.

unstable since: 1.0

ERR_INVALIDKEY

A constant for the INVALIDKEY error.

unstable since: 1.0

ERR_INVALIDMODEPARAM

A constant for the INVALIDMODEPARAM error.

unstable since: 1.0

ERR_INVITEONLYCHAN

A constant for the INVITEONLYCHAN error.

unstable since: 1.0

ERR_NEEDMOREPARAMS

A constant for the NEEDMOREPARAMS error.

unstable since: 1.0

ERR_NICKCOLLISION

A constant for the NICKCOLLISION error.

unstable since: 1.0

ERR_NICKLOCKED

A constant for the NICKLOCKED error.

unstable since: 1.0

ERR_NICKNAMEINUSE

A constant for the NICKNAMEINUSE error.

unstable since: 1.0

ERR_NOMOTD

A constant for the NOMOTD error.

unstable since: 1.0

ERR_NONICKNAMEGIVEN

A constant for the NONICKNAMEGIVEN error.

unstable since: 1.0

ERR_NOOPERHOST

A constant for the NOOPERHOST error.

unstable since: 1.0

ERR_NOORIGIN

A constant for the NOORIGIN error.

unstable since: 1.0

ERR_NOPRIVILEGES

A constant for the NOPRIVILEGES error.

unstable since: 1.0

ERR_NOPRIVS

A constant for the NOPRIVS error.

unstable since: 1.0

ERR_NORECIPIENT

A constant for the NORECIPIENT error.

unstable since: 1.0

ERR_NOSUCHCHANNEL

A constant for the NOSUCHCHANNEL error.

unstable since: 1.0

ERR_NOSUCHNICK

A constant for the NOSUCKNICK error.

unstable since: 1.0

ERR_NOSUCHSERVER

A constant for the NOSUCHSERVER error.

unstable since: 1.0

ERR_NOTEXTTOSEND

A constant for the NOTEXTTOSEND error.

unstable since: 1.0

ERR_NOTONCHANNEL

A constant for the NOTONCHANNEL error.

unstable since: 1.0

ERR_NOTREGISTERED

A constant for the NOTREGISTERED error.

unstable since: 1.0

ERR_PASSWDMISMATCH

A constant for the PASSWDMISMATCH error.

unstable since: 1.0

ERR_SASLABORTED

A constant for the SASLABORTED error.

unstable since: 1.0

ERR_SASLALREADY

A constant for the SASLALREADY error.

unstable since: 1.0

ERR_SASLFAIL

A constant for the SASLFAIL error.

unstable since: 1.0

ERR_SASLTOOLONG

A constant for the SASLTOOLONG error.

unstable since: 1.0

ERR_STARTTLS

A constant for the STARTTLS error.

unstable since: 1.0

ERR_TOOMANYCHANNELS

A constant for the TOOMANYCHANNELS error.

unstable since: 1.0

ERR_UMODEUNKNOWNFLAG

A constant for the UMODEUNKNOWNFLAG error.

unstable since: 1.0

ERR_UNKNOWNCOMMAND

A constant for the UNKNOWNCOMMAND error.

unstable since: 1.0

ERR_UNKNOWNERROR

A constant for the UNKNOWNERROR error.

unstable since: 1.0

ERR_UNKNOWNMODE

A constant for the UNKNOWNMODE error.

unstable since: 1.0

ERR_USERNOTINCHANNEL

A constant for the USERNOTINCHANNEL error.

unstable since: 1.0

ERR_USERONCHANNEL

A constant for the USERONCHANNEL error.

unstable since: 1.0

ERR_USERSDONTMATCH

A constant for the USERSDONTMATCH error.

unstable since: 1.0

ERR_WASNOSUCHNICK

A constant for the WASNOSUCHNICK error.

unstable since: 1.0

ERR_YOUREBANNEDCREEP

A constant for the YOUREBANNEDCREEP error.

unstable since: 1.0

FEATURE_AWAYLEN

A constant for the AWAYLEN feature.

unstable since: 1.0

FEATURE_CASEMAPPING

A constant for the CASEMAPPING feature.

unstable since: 1.0

FEATURE_CHANLIMIT

A constant for the CHANLIMIT feature.

unstable since: 1.0

FEATURE_CHANMODES

A constant for the CHANMODES feature.

unstable since: 1.0

FEATURE_CHANNELLEN

A constant for the CHANNELLEN feature.

unstable since: 1.0

FEATURE_CHANTYPES

A constant for the CHANTYPES feature.

unstable since: 1.0

FEATURE_ELIST

A constant for the ELIST feature.

unstable since: 1.0

FEATURE_EXCEPTS

A constant for the EXCEPTS feature.

unstable since: 1.0

FEATURE_EXTBAN

A constant for the EXTBAN feature.

unstable since: 1.0

FEATURE_HOSTLEN

A constant for the HOSTLEN feature.

unstable since: 1.0

FEATURE_INVEX

A constant for the INVEX feature.

unstable since: 1.0

FEATURE_KICKLEN

A constant for the KICKLEN feature.

unstable since: 1.0

FEATURE_MAXLIST

A constant for the MAXLIST feature.

unstable since: 1.0

FEATURE_MAXTARGETS

A constant for the MAXTARGETS feature.

unstable since: 1.0

FEATURE_MODES

A constant for the MODES feature.

unstable since: 1.0

FEATURE_NETWORK

A constant for the NETWORK feature.

unstable since: 1.0

FEATURE_NICKLEN

A constant for the NICKLEN feature.

unstable since: 1.0

FEATURE_PREFIX

A constant for the PREFIX feature.

unstable since: 1.0

FEATURE_SAFELIST

A constant for the SAFELIST feature.

unstable since: 1.0

FEATURE_SILENCE

A constant for the SILENCE feature.

unstable since: 1.0

FEATURE_STATUSMSG

A constant for the STATUSMSG feature.

unstable since: 1.0

FEATURE_TARGMAX

A constant for the TARGMAX feature.

unstable since: 1.0

FEATURE_TOPICLEN

A constant for the TOPICLEN feature.

unstable since: 1.0

FEATURE_USERLEN

A constant for the USERLEN feature.

unstable since: 1.0

MSG_ADMIN

A constant for the ADMIN message.

unstable since: 1.0

MSG_AUTHENTICATE

A constant for the AUTHENTICATE message.

unstable since: 1.0

MSG_AWAY

A constant for the AWAY message.

unstable since: 1.0

MSG_CAP

A constant for the CAP message.

unstable since: 1.0

MSG_CONNECT

A constant for the CONNECT message.

unstable since: 1.0

MSG_ERROR

A constant for the ERROR message.

unstable since: 1.0

MSG_HELP

A constant for the HELP message.

unstable since: 1.0

MSG_INFO

A constant for the INFO message.

unstable since: 1.0

MSG_INVITE

A constant for the INVITE message.

unstable since: 1.0

MSG_JOIN

A constant for the JOIN message.

unstable since: 1.0

MSG_KICK

A constant for the KICK message.

unstable since: 1.0

MSG_KILL

A constant for the KILL message.

unstable since: 1.0

MSG_LINKS

A constant for the LINKS message.

unstable since: 1.0

MSG_LIST

A constant for the LIST message.

unstable since: 1.0

MSG_LUSERS

A constant for the LUSERS message.

unstable since: 1.0

MSG_MODE

A constant for the MODE message.

unstable since: 1.0

MSG_MOTD

A constant for the MOTD message.

unstable since: 1.0

MSG_NAMES

A constant for the NAMES message.

unstable since: 1.0

MSG_NICK

A constant for the NICK message.

unstable since: 1.0

MSG_NOTICE

A constant for the NOTICE message.

unstable since: 1.0

MSG_OPER

A constant for the OPER message.

unstable since: 1.0

MSG_PART

A constant for the PART message.

unstable since: 1.0

MSG_PASS

A constant for the PASS message.

unstable since: 1.0

MSG_PING

A constant for the PING message.

unstable since: 1.0

MSG_PONG

A constant for the PONG message.

unstable since: 1.0

MSG_PRIVMSG

A constant for the PRIVMSG message.

unstable since: 1.0

MSG_QUIT

A constant for the QUIT message.

unstable since: 1.0

MSG_REHASH

A constant for the REHASH message.

unstable since: 1.0

MSG_RESTART

A constant for the RESTART message.

unstable since: 1.0

MSG_SQUIT

A constant for the SQUIT message.

unstable since: 1.0

MSG_STATS

A constant for the STATS message.

unstable since: 1.0

MSG_TIME

A constant for the TIME message.

unstable since: 1.0

MSG_TOPIC

A constant for the TOPIC message.

unstable since: 1.0

MSG_USER

A constant for the USER message.

unstable since: 1.0

MSG_USERHOST

A constant for the USERHOST message.

unstable since: 1.0

MSG_VERSION

A constant for the VERSION message.

unstable since: 1.0

MSG_WALLOPS

A constant for the WALLOPS message.

unstable since: 1.0

MSG_WHO

A constant for the WHO message.

unstable since: 1.0

MSG_WHOIS

A constant for the WHOIS message.

unstable since: 1.0

MSG_WHOWAS

A constant for the WHOWAS message.

unstable since: 1.0

RPL_ADMINEMAIL

A constant for the ADMINEMAIL reply.

unstable since: 1.0

RPL_ADMINLOC1

A constant for the ADMINLOC1 reply.

unstable since: 1.0

RPL_ADMINLOC2

A constant for the ADMINLOC2 reply.

unstable since: 1.0

RPL_ADMINME

A constant for the ADMINME reply.

unstable since: 1.0

RPL_AWAY

A constant for the AWAY reply.

unstable since: 1.0

RPL_BANLIST

A constant for the BANLIST reply.

unstable since: 1.0

RPL_BOUNCE

A constant for the BOUNCE reply.

unstable since: 1.0

RPL_CHANNELMODEIS

A constant for the CHANNELMODEIS reply.

unstable since: 1.0

RPL_CREATED

A constant for the CREATED reply.

unstable since: 1.0

RPL_CREATIONTIME

A constant for the CREATIONTIME reply.

unstable since: 1.0

RPL_ENDOFBANLIST

A constant for the ENDOFBANLIST reply.

unstable since: 1.0

RPL_ENDOFEXCEPTLIST

A constant for the ENDOFEXCEPTLIST reply.

unstable since: 1.0

RPL_ENDOFHELP

A constant for the ENDOFHELP reply.

unstable since: 1.0

RPL_ENDOFINFO

A constant for the ENDOFINFO reply.

unstable since: 1.0

RPL_ENDOFINVEXLIST

A constant for the ENDOFINVEXLIST reply.

unstable since: 1.0

RPL_ENDOFINVITELIST

A constant for the ENDOFINVITELIST reply.

unstable since: 1.0

RPL_ENDOFLINKS

A constant for the ENDOFLINKS reply.

unstable since: 1.0

RPL_ENDOFMOTD

A constant for the ENDOFMOTD reply.

unstable since: 1.0

RPL_ENDOFNAMES

A constant for the ENDOFNAMES reply.

unstable since: 1.0

RPL_ENDOFSTATS

A constant for the ENDOFSTATS reply.

unstable since: 1.0

RPL_ENDOFWHO

A constant for the ENDOFWHO reply.

unstable since: 1.0

RPL_ENDOFWHOIS

A constant for the ENDOFWHOIS reply.

unstable since: 1.0

RPL_ENDOFWHOWAS

A constant for the ENDOFWHOWAS reply.

unstable since: 1.0

RPL_EXCEPTLIST

A constant for the EXCEPTLIST reply.

unstable since: 1.0

RPL_GLOBALUSERS

A constant for the GLOBALUSERS reply.

unstable since: 1.0

RPL_HELPSTART

A constant for the HELPSTART reply.

unstable since: 1.0

RPL_HELPTXT

A constant for the HELPTXT reply.

unstable since: 1.0

RPL_INFO

A constant for the INFO reply.

unstable since: 1.0

RPL_INVEXLIST

A constant for the INVEXLIST reply.

unstable since: 1.0

RPL_INVITELIST

A constant for the INVITELIST reply.

unstable since: 1.0

RPL_INVITING

A constant for the INVITING reply.

unstable since: 1.0

RPL_ISUPPORT

A constant for the ISUPPORT reply.

unstable since: 1.0

RPL_LINKS

A constant for the LINKS reply.

unstable since: 1.0

RPL_LIST

A constant for the LIST reply.

unstable since: 1.0

RPL_LISTEND

A constant for the LISTEND reply.

unstable since: 1.0

RPL_LISTSTART

A constant for the LISTSTART reply.

unstable since: 1.0

RPL_LOCALUSERS

A constant for the LOCALUSERS reply.

unstable since: 1.0

RPL_LOGGEDIN

A constant for the LOGGEDIN reply.

unstable since: 1.0

RPL_LOGGEDOUT

A constant for the LOGGEDOUT reply.

unstable since: 1.0

RPL_LUSERCHANNELS

A constant for the LUSERCHANNELS reply.

unstable since: 1.0

RPL_LUSERCLIENT

A constant for the LUSERCLIENT reply.

unstable since: 1.0

RPL_LUSERME

A constant for the LUSERME reply.

unstable since: 1.0

RPL_LUSEROP

A constant for the LUSEROP reply.

unstable since: 1.0

RPL_LUSERUNKNOWN

A constant for the LUSERUNKNOWN reply.

unstable since: 1.0

RPL_MOTD

A constant for the MOTD reply.

unstable since: 1.0

RPL_MOTDSTART

A constant for the MOTDSTART reply.

unstable since: 1.0

RPL_MYINFO

A constant for the MYINFO reply.

unstable since: 1.0

RPL_NAMREPLY

A constant for the NAMREPLY reply.

unstable since: 1.0

RPL_NONE

A constant for the NONE reply.

unstable since: 1.0

RPL_NOTOPIC

A constant for the NOTOPIC reply.

unstable since: 1.0

RPL_NOWAWAY

A constant for the NOWAWAY reply.

unstable since: 1.0

RPL_REHASHING

A constant for the REHASHING reply.

unstable since: 1.0

RPL_SASLMECHS

A constant for the SASLMECHS reply.

unstable since: 1.0

RPL_SASLSUCCESS

A constant for the SASLSUCCESS reply.

unstable since: 1.0

RPL_STARTTLS

A constant for the STARTTLS reply.

unstable since: 1.0

RPL_STATSCOMMANDS

A constant for the STATSCOMMANDS reply.

unstable since: 1.0

RPL_STATSUPTIME

A constant for the STATSUPTIME reply.

unstable since: 1.0

RPL_TIME

A constant for the TIME reply.

unstable since: 1.0

RPL_TOPIC

A constant for the TOPIC reply.

unstable since: 1.0

RPL_TOPICWHOTIME

A constant for the TOPICWHOTIME reply.

unstable since: 1.0

RPL_TRYAGAIN

A constant for the TRYAGAIN reply.

unstable since: 1.0

RPL_UMODEIS

A constant for the UMODEIS reply.

unstable since: 1.0

RPL_UNAWAY

A constant for the UNAWAY reply.

unstable since: 1.0

RPL_USERHOST

A constant for the USERHOST reply.

unstable since: 1.0

RPL_VERSION

A constant for the VERSION reply.

unstable since: 1.0

RPL_WELCOME

A constant for the WELCOME reply.

unstable since: 1.0

RPL_WHOISACCOUNT

A constant for the WHOISACCOUNT reply.

unstable since: 1.0

RPL_WHOISACTUALLY

A constant for the WHOISACTUALLY reply.

unstable since: 1.0

RPL_WHOISCERTFP

A constant for the WHOISCERTFP reply.

unstable since: 1.0

RPL_WHOISCHANNELS

A constant for the WHOISCHANNELS reply.

unstable since: 1.0

RPL_WHOISHOST

A constant for the WHOISIDLE reply.

unstable since: 1.0

RPL_WHOISIDLE

A constant for the WHOISIDLE reply.

unstable since: 1.0

RPL_WHOISMODES

A constant for the WHOISMODES reply.

unstable since: 1.0

RPL_WHOISOPERATOR

A constant for the WHOISOPERATOR reply.

unstable since: 1.0

RPL_WHOISREGNICK

A constant for the WHOISREGNICK reply.

unstable since: 1.0

RPL_WHOISSECURE

A constant for the WHOISSECURE reply.

unstable since: 1.0

RPL_WHOISSERVER

A constant for the WHOISSERVER reply.

unstable since: 1.0

RPL_WHOISSPECIAL

A constant for the WHOISSPECIAL reply.

unstable since: 1.0

RPL_WHOISUSER

A constant for the WHOISUSER reply.

unstable since: 1.0

RPL_WHOREPLY

A constant for the WHOREPLY reply.

unstable since: 1.0

RPL_WHOWASUSER

A constant for the WHOWASUSER reply.

unstable since: 1.0

RPL_YOUREOPER

A constant for the YOUREOPER reply.

unstable since: 1.0

RPL_YOURHOST

A constant for the YOURHOST reply.

unstable since: 1.0

TAG_ACCOUNT

A constant for the account tag.

unstable since: 1.0

TAG_BATCH

A constant for the batch tag.

unstable since: 1.0

TAG_BOT

A constant for the bot tag.

unstable since: 1.0

TAG_CHANNEL_CONTEXT

A constant for the +channel-context tag.

unstable since: 1.0

TAG_LABEL

A constant for the label tag.

unstable since: 1.0

TAG_MSGID

A constant for the msgid tag.

unstable since: 1.0

TAG_MULTILINE_CONCAT

A constant for the multiline-concat tag.

unstable since: 1.0

TAG_REACT

A constant for the +react tag.

unstable since: 1.0

TAG_REPLY

A constant for the +reply tag.

unstable since: 1.0

TAG_TIME

A constant for the time tag.

unstable since: 1.0

TAG_TYPING

A constant for the typing tag.

unstable since: 1.0

VERSION_MIN_REQUIRED

A macro that should be defined by the user prior to including the ibis.h header.

unstable since: 1.0