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)
MaintainerDmitry Astapov <dastapov@gmail.com>, pierre <k.pierre.k@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Network.XMPP.XEP.MUC

Description

XEP-0045, join/kick/ban/leave functionality

Synopsis

Documentation

mucJoin :: JID -> XmppStateT ()

Joins MUC room named by JID (conference@server/nick)

mucLeave :: JID -> XmppStateT ()

Leaves MUC room named by JID (conference@server/nick)

mucJoinStanza :: JID -> Stanza

Stanza sent by mucJoin

mucLeaveStanza :: JID -> Stanza

Stanza sent by mucLeave