Overview
Comment: | Get rid of unused variable useTLS. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c6162edb521f9e23cee26a8ae0bb1bc6 |
User & Date: | js on 2011-03-29 00:04:53 |
Other Links: | manifest | tags |
Context
2011-03-29
| ||
01:46 | Port to ObjC 1. check-in: 2f8a95152e user: js tags: trunk | |
00:04 | Get rid of unused variable useTLS. check-in: c6162edb52 user: js tags: trunk | |
2011-03-28
| ||
20:43 | Use ObjOpenSSL instead of ObjGnuTLS. check-in: 50331e7266 user: js tags: trunk | |
Changes
Modified src/XMPPConnection.h from [f00addebcd] to [d775d14285].
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - - - | { OFTCPSocket *sock; OFXMLParser *parser; OFXMLElementBuilder *elementBuilder; OFString *username, *password, *server, *resource; XMPPJID *JID; uint16_t port; |
︙ |
Modified src/XMPPConnection.m from [99ce133848] to [8c7125d78b].
︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + - | - (void)XMPP_handleResourceBind: (XMPPIQ*)iq; - (void)XMPP_sendSession; - (void)XMPP_handleSession: (XMPPIQ*)iq; - (void)XMPP_handleRoster: (XMPPIQ*)iq; @end @implementation XMPPConnection |
︙ |