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.

  1. waitForMessageError :: (MessageError -> Bool) -> Session -> IO 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

  2. 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.

  3. waitForPresence :: (Presence -> Bool) -> Session -> IO Presence

    pontarius-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.

  4. waitForStream :: Session -> IO ()

    pontarius-xmpp Network.Xmpp

    Wait until the connection of the stream is re-established

  5. waitForMessage :: (Message -> Bool) -> Session -> IO 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.

  6. waitForMessage :: (Message -> Bool) -> Session -> IO 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.

  7. 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.

  8. 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.

  9. waitForMessageError :: (MessageError -> Bool) -> Session -> IO MessageError

    pontarius-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

  10. waitForMessageError :: (MessageError -> Bool) -> Session -> IO MessageError

    pontarius-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

Page 4 of many | Previous | Next