1
0
Fork 0
Commit Graph

110 Commits

Author SHA1 Message Date
Matt Goodall b879d2cfef Add bug about UpgradeTLS doing XMPP-specific stuff. 2012-07-06 11:47:15 +01:00
Matt Goodall 627364727e The client and component connections are really just streams too.
Only difference is how they're setup. After that, it's the common iq,
message, presence stuff ... to come soon.
2012-07-06 11:47:15 +01:00
Matt Goodall 359c6a324b Document the client config. 2012-07-06 11:07:42 +01:00
Matt Goodall 2426f2d6d1 Rename JID.Local to JID.Node to better match official XEP. 2012-07-06 11:04:59 +01:00
Matt Goodall 6da9c080d4 JID Full() vs String() and docs. 2012-07-06 10:59:13 +01:00
Matt Goodall b908366544 Extract startClient function. 2012-06-27 13:16:11 +01:00
Matt Goodall 4e7d9e68d1 Move xml declaration to stream. 2012-06-27 13:15:11 +01:00
Matt Goodall 7cf14c4f35 Add component API and example. 2012-06-27 13:14:18 +01:00
Matt Goodall fe67025b94 Don't expose client struct. 2012-06-27 12:10:22 +01:00
Matt Goodall a793114fdf Basic XMPP client with TLS and SASL. 2012-06-27 12:05:07 +01:00