XEP-0077: add examples/register
XEP-0077 will not be implemented as part of libstrophe's API, but an example is provided. The example shows how to use the "raw" connection to register a user. Closes #54.
This commit is contained in:
@@ -71,6 +71,10 @@ extern "C" {
|
||||
* Namespace definition for 'jabber:iq:roster'.
|
||||
*/
|
||||
#define XMPP_NS_ROSTER "jabber:iq:roster"
|
||||
/** @def XMPP_NS_REGISTER
|
||||
* Namespace definition for 'jabber:iq:register'.
|
||||
*/
|
||||
#define XMPP_NS_REGISTER "jabber:iq:register"
|
||||
|
||||
/* error defines */
|
||||
/** @def XMPP_EOK
|
||||
|
||||
Reference in New Issue
Block a user