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

Portabilityportable
Stabilityexperimental
Maintainerpierre <k.pierre.k@gmail.com>

Network.XMPP.JID

Description

JID datatype and functions

Synopsis

Documentation

data JID Source

Jabber ID (JID) datatype

Constructors

JID 

Fields

name :: String

Account name

server :: String

Server adress

resource :: String

Resource name

Instances