266 contributions in the last 12 months
Less
More
reduce usage of unwraps
the result of deferred.await?
was SendMessageResult
, now it's Result<SendMessageResult>
, so deferred.await
(without ?
) is actually Result<Result<SendMessageResult>>
Broadcast does not cover all of the subscribers
Presence from an IRC user joining is not visible to an XMPP member
Presence from an IRC user joining is not visible to an XMPP member
IRC: chathistory with no batching and metadata
IRC: chathistory with no batching and metadata
this command shouldn't work if the capability wasn't negotiated during registration
IRC: chathistory with no batching and metadata
these are unsupported, ideally it should return an error to the user, for now it could be a TODO
xmpp: add support leaving MUCs via unavailable presence