haskell-xmpp-1.0.2: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

Portabilityportable
Stabilityexperimental
Maintainerk.pierre.k@gmail.com
Safe HaskellSafe-Infered

Network.XMPP.IQ

Description

XMPP IQ utilites

Synopsis

Documentation

iqSendSource

Arguments

:: String

ID to use

-> IQType

IQ type

-> [CFilter Posn]

request contents

-> XmppStateT () 

Send IQ of specified type with supplied data

iqReplyToSource

Arguments

:: (Stanza -> Bool)

Predicate used to match required IQ reply

-> (Stanza -> [CFilter Posn])

transformer function

-> XmppThreadT ()