Age | Commit message (Collapse) | Author |
|
|
|
|
|
ref #2455
|
|
A result or an error, depending on the type of message
|
|
|
|
For example, both JID #chan%server@biboumi/Toto and toto!server@biboumi are
equivalent, except that if you send a message to the first one, subsequent
messages coming from the user toto will come from that same JID. This is
done to be consistent for the XMPP user, and respond from the same JID than
the 'to' of the first message.
fix #2468
|
|
IRC users and channels are now distinguished by the separator used in the
IID (% or !).
ref #2468
|
|
|
|
ref #2521
|
|
ref #2521
|
|
fix #2541
|
|
For now, it tries two TLS ports and then connects to the non-tls port. In
the future we would like the user to be able to configure that.
fix #2435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have two basic example commands. But it’s not entirely finished because
there are some error checks that we don’t do.
ref #2521
|
|
|
|
|
|
is created
We want to call socket() with the parameters provided by getaddrinfo, so we
can’t addd the fd into the poller immediately. We need to wait the
connection attempt, and then the SocketHandler can call add_socket_handler
itself, if the connection succeeds, or is in progress.
|
|
Explain that the behaviour is otherwise undefined, in the comment.
|
|
|
|
|
|
fix #2524
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Whether this is a bad-request (missing XML attributes or elements) or an
internal server error.
|
|
|
|
|
|
|