haskell-xmpp-2.0.4: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library
Copyright(c) riskbook 2020
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Network.XMPP.XEP.Form

Description

 

Documentation

newtype XmppForm Source #

Constructors

XmppForm [XmppField] 

Instances

Instances details
Eq XmppForm Source # 
Instance details

Defined in Network.XMPP.XEP.Form

Show XmppForm Source # 
Instance details

Defined in Network.XMPP.XEP.Form

ToXML XmppForm Source # 
Instance details

Defined in Network.XMPP.XEP.Form

Methods

encodeXml :: XmppForm -> [Node] Source #

FromXML XmppForm Source # 
Instance details

Defined in Network.XMPP.XEP.Form

data XmppField Source #

Instances

Instances details
Eq XmppField Source # 
Instance details

Defined in Network.XMPP.XEP.Form

Show XmppField Source # 
Instance details

Defined in Network.XMPP.XEP.Form

FromXML XmppField Source # 
Instance details

Defined in Network.XMPP.XEP.Form