[EMAIL PROTECTED] wrote:
> Hi,
> 
> 
> I'm looking for a suitable library to develop an XMPP client, and
> it seems that there is no document available that specifies what XEPs are
> supported in libloudmouth.
> Could you threw me some light about the XEPs as follows supported in
> libloudmouth 1.4.x or 1.5.x?
> 
> XEP-0030: Service Discovery
> XEP-0115: Entity Capabilities
> XEP-0016: Privacy Lists
> XEP-0191: Simple Communication Blocking
> XEP-0045: Multi-User Chat
> XEP-0054: vcard-temp
> XEP-0085: Chat State Notification
> XEP-0199: XMPP Ping
> and any File Transfer features included?

As far as Gossip is concerned, the only thing we don't do is XEP-0016
and XEP-0191. Looking at those XEPs they should all be doable using
Loudmouth. As Micke says, Loudmouth is lowerlevel so you have to
construct the messages yourself.

To see how we do this in Gossip, take a look at:

http://svn.gnome.org/viewvc/gossip/trunk/libgossip/gossip-jabber.c?view=markup

-- 
Regards,
Martyn
_______________________________________________
Loudmouth mailing list
[email protected]
http://lists.imendio.com/mailman/listinfo/loudmouth

Reply via email to