pontarius-xmpp-0.1.0.2: An incomplete implementation of RFC 6120 (XMPP: Core)

Safe HaskellNone

Network.Xmpp.Xep.ServiceDiscovery

Synopsis

Documentation

data Identity Source

Constructors

Ident 

Instances

queryInfoSource

Arguments

:: Jid

Entity to query

-> Maybe Text

Node

-> Session 
-> IO (Either DiscoError QueryInfoResult) 

Query an entity for it's identity and features

data Item Source

Instances

queryItemsSource

Arguments

:: Jid

Entity to query

-> Maybe Text

Node

-> Session 
-> IO (Either DiscoError (Maybe Text, [Item])) 

Query an entity for Items of a node