Overview
Comment: | Add MUC namespace |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5a6c7fcfb8d80ea2e528ee69e6b88f96 |
User & Date: | js on 2018-11-11 19:13:18 |
Other Links: | manifest | tags |
Context
2018-12-22
| ||
20:59 | Adjust to ObjFW changes check-in: ffbc5cb529 user: js tags: trunk | |
2018-11-11
| ||
19:13 | Add MUC namespace check-in: 5a6c7fcfb8 user: js tags: trunk | |
15:30 | Do not set presence type to available check-in: f2793cf7cb user: js tags: trunk | |
Changes
Modified src/ObjXMPP.h from [2d1b1de3c2] to [27a702a945].
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 | + + | #import "XMPPContact.h" #import "XMPPContactManager.h" #import "XMPPDiscoEntity.h" #import "XMPPDiscoNode.h" #import "XMPPDiscoIdentity.h" #import "namespaces.h" |
Modified src/namespaces.h from [aa18c359c6] to [d898a2eb7d].
︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + - + | */ #define XMPP_NS_BIND @"urn:ietf:params:xml:ns:xmpp-bind" #define XMPP_NS_CAPS @"http://jabber.org/protocol/caps" #define XMPP_NS_CLIENT @"jabber:client" #define XMPP_NS_DISCO_INFO @"http://jabber.org/protocol/disco#info" #define XMPP_NS_DISCO_ITEMS @"http://jabber.org/protocol/disco#items" #define XMPP_NS_MUC @"http://jabber.org/protocol/muc" #define XMPP_NS_ROSTER @"jabber:iq:roster" #define XMPP_NS_ROSTERVER @"urn:xmpp:features:rosterver" #define XMPP_NS_SASL @"urn:ietf:params:xml:ns:xmpp-sasl" #define XMPP_NS_SESSION @"urn:ietf:params:xml:ns:xmpp-session" #define XMPP_NS_SM @"urn:xmpp:sm:3" |