1
0
Fork 0
go-xmpp/src/xmpp
Matt Goodall cc012762e9 Replace Send/Recv funcs with In/Out channels.
Basically, make the channels public and just let the client handle a
stream/net error if it's interested.

This simplifies the API a little and also allows an application to
select {} from the XMPP channel and any other channels at the same time.
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
sasl.go Basic XMPP client with TLS and SASL. 2012-06-27 12:05:07 +01:00
stanza.go Add way to peek at Iq's payload element. 2012-07-16 16:06:13 +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 Log incoming stanzas before they're unmarshaled. 2012-07-11 23:24:32 +01:00
xml_test.go Some JID and XML writer tests. 2012-07-11 15:57:06 +01:00
xmpp.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00