pontarius-xmpp-0.0.5.0: A (prototyped) secure and easy to use XMPP library

Portabilityportable
Stabilityunstable
Maintainerinfo@pontarius.org

Network.XMPP.Stanza

Description

This module will be documented soon.

Synopsis

Documentation

data StanzaID Source

Constructors

SID String 

Instances

type To = JIDSource

data PresenceType Source

Constructors

Subscribe

Sender wants to subscribe to presence

Subscribed

Sender has approved the subscription

Unsubscribe

Sender is unsubscribing from presence

Unsubscribed

Sender has denied or cancelled a subscription

Probe

Sender requests current presence; should only be used by servers PresenceError | -- ^ Processing or delivery of previously sent presence stanza failed

Available 
Unavailable 

data Presence Source

Presence stanzas are used to express an entity's network availability.

Instances