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

Copyright(c) pierre, 2007
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerk.pierre.k@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Network.XMPP.IQ

Description

XMPP IQ utilites

Synopsis

Documentation

iqSend

Arguments

:: String

ID to use

-> IQType

IQ type

-> [CFilter Posn]

request contents

-> XmppStateT () 

Send IQ of specified type with supplied data

iqReplyTo

Arguments

:: (Stanza -> Bool)

Predicate used to match required IQ reply

-> (Stanza -> [CFilter Posn])

transformer function

-> XmppThreadT ()