Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
waitForMessageError :: (MessageError -> Bool) -> Session -> IO MessageErrorpontarius-xmpp Network.Xmpp Draw and discard stanzas from the inbound channel until a message error matching the given predicate is found. Returns the matching message error
waitForMessageErrorA :: (Annotated MessageError -> Bool) -> Session -> IO (Annotated MessageError)pontarius-xmpp Network.Xmpp Draw and discard stanzas from the inbound channel until a message error matching the given predicate is found. Returns the matching message error with annotations.
waitForPresence :: (Presence -> Bool) -> Session -> IO Presencepontarius-xmpp Network.Xmpp Draw and discard stanzas from the inbound channel until a presence stanza matching the given predicate is found. Return the presence stanza with annotations.
waitForStream :: Session -> IO ()pontarius-xmpp Network.Xmpp Wait until the connection of the stream is re-established
waitForMessage :: (Message -> Bool) -> Session -> IO Messagepontarius-xmpp Network.Xmpp.Internal Draw and discard stanzas from the inbound channel until a message matching the given predicate is found. Returns the matching message.
waitForMessage :: (Message -> Bool) -> Session -> IO Messagepontarius-xmpp Network.Xmpp.Internal Draw and discard stanzas from the inbound channel until a message matching the given predicate is found. Returns the matching message.
waitForMessageA :: (Annotated Message -> Bool) -> Session -> IO (Annotated Message)pontarius-xmpp Network.Xmpp.Internal Draw and discard stanzas from the inbound channel until a message matching the given predicate is found. Returns the matching message with annotations.
waitForMessageA :: (Annotated Message -> Bool) -> Session -> IO (Annotated Message)pontarius-xmpp Network.Xmpp.Internal Draw and discard stanzas from the inbound channel until a message matching the given predicate is found. Returns the matching message with annotations.
waitForMessageError :: (MessageError -> Bool) -> Session -> IO MessageErrorpontarius-xmpp Network.Xmpp.Internal Draw and discard stanzas from the inbound channel until a message error matching the given predicate is found. Returns the matching message error
waitForMessageError :: (MessageError -> Bool) -> Session -> IO MessageErrorpontarius-xmpp Network.Xmpp.Internal Draw and discard stanzas from the inbound channel until a message error matching the given predicate is found. Returns the matching message error