gloox
1.0.28
|
#include <registration.h>
Public Attributes | |
std::string | username |
std::string | nick |
std::string | password |
std::string | name |
std::string | first |
std::string | last |
std::string | |
std::string | address |
std::string | city |
std::string | state |
std::string | zip |
std::string | phone |
std::string | url |
std::string | date |
std::string | misc |
std::string | text |
Holds all the possible fields a server may require for registration according to Section 14.1, XEP-0077.
Definition at line 36 of file registration.h.
std::string address |
User's address.
Definition at line 45 of file registration.h.
std::string city |
User's city.
Definition at line 46 of file registration.h.
std::string date |
Date (?)
Definition at line 51 of file registration.h.
std::string email |
User's email address.
Definition at line 44 of file registration.h.
std::string first |
User's first name.
Definition at line 42 of file registration.h.
std::string last |
User's last name.
Definition at line 43 of file registration.h.
std::string misc |
Misc (?)
Definition at line 52 of file registration.h.
std::string name |
User's name.
Definition at line 41 of file registration.h.
std::string nick |
User's nickname.
Definition at line 39 of file registration.h.
std::string password |
User's password.
Definition at line 40 of file registration.h.
std::string phone |
User's phone number.
Definition at line 49 of file registration.h.
std::string state |
User's state.
Definition at line 47 of file registration.h.
std::string text |
Text (?)
Definition at line 53 of file registration.h.
std::string url |
User's homepage URL (or other URL).
Definition at line 50 of file registration.h.
std::string username |
Desired username.
Definition at line 38 of file registration.h.
std::string zip |
User's ZIP code.
Definition at line 48 of file registration.h.