1
0
Fork 0
go-xmpp/src/xmpp
Matt Goodall 438164a9d9 Better/correct Error type.
XMPP errors are a real pain - they have up to 3 elements. 2 are
XMPP-specific and have one of two namespaces, the other is application
specific. Go's xml package is good, but it's not that good!

So, I've had to handle the error data as a generic Payload string attr
and provide methods for retrieving the bits as conveniently as possible.

Note: there's no application-specific error data yet but it should slot
in ok now.
2012-07-18 11:22:59 +01:00
..
client.go Mention a couple of bugs to fix at some point. 2012-07-16 16:04:46 +01:00
component.go Add component handshake stanza namespace. 2012-07-12 01:17:27 +01:00
dns.go Documentation tweaks and additions. 2012-07-12 00:40:55 +01:00
doc.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00
jid.go Rename JID.Local to JID.Node to better match official XEP. 2012-07-06 11:04:59 +01:00
jid_test.go Some JID and XML writer tests. 2012-07-11 15:57:06 +01:00
ns.go Better/correct Error type. 2012-07-18 11:22:59 +01:00
sasl.go Basic XMPP client with TLS and SASL. 2012-06-27 12:05:07 +01:00
stanza.go Better/correct Error type. 2012-07-18 11:22:59 +01:00
stream.go Combine Stream's Decode and DecodeElement methods. 2012-07-12 00:56:35 +01:00
uuid.go Add UUID4 func and use it instead of hard-coded <iq/> ids. 2012-07-12 00:38:51 +01:00
xml.go Better/correct Error type. 2012-07-18 11:22:59 +01:00
xml_test.go Some JID and XML writer tests. 2012-07-11 15:57:06 +01:00
xmpp.go Document more of the XMPP API. 2012-07-18 11:22:59 +01:00