Overview
Comment: | Import XMPPStreamManagement in ObjXMPP.h |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3c9335ff3e1a3813edb83fedfdaf0e16 |
User & Date: | florob@babelmonkeys.de on 2013-01-04 19:19:40 |
Other Links: | manifest | tags |
Context
2013-01-06
| ||
18:38 | Fix XMPPJID's domain getter check-in: 300e4b90c0 user: florob@babelmonkeys.de tags: trunk | |
2013-01-04
| ||
19:19 | Import XMPPStreamManagement in ObjXMPP.h check-in: 3c9335ff3e user: florob@babelmonkeys.de tags: trunk | |
2013-01-03
| ||
22:02 | Make various XMPPConnection setter accept nil check-in: 7ce8dba65c user: florob@babelmonkeys.de tags: trunk | |
Changes
Modified src/ObjXMPP.h from [8206e322e1] to [cd1e1205a2].
︙ | ︙ | |||
28 29 30 31 32 33 34 | #import "XMPPStanza.h" #import "XMPPIQ.h" #import "XMPPMessage.h" #import "XMPPPresence.h" #import "XMPPRosterItem.h" #import "XMPPRoster.h" | > > | 28 29 30 31 32 33 34 35 36 | #import "XMPPStanza.h" #import "XMPPIQ.h" #import "XMPPMessage.h" #import "XMPPPresence.h" #import "XMPPRosterItem.h" #import "XMPPRoster.h" #import "XMPPStreamManagement.h" |