structure that holds precomputed strings for jabber:iq:version reply More...
Data Fields | |
| pool | p |
| char * | name |
| char * | version |
| char * | os |
structure that holds precomputed strings for jabber:iq:version reply
This structure keeps the strings used to build a reply for a version query. Normally it is filled with collected information on the module startup, but the administrator of the server is able to overwrite all fields in the session manager configuration file.
| char* _mod_version_i::name |
the natural-language name of the software
Referenced by mod_version().
| char* _mod_version_i::os |
the operating system
Referenced by mod_version().
memory pool used to build the strings in this structure
Referenced by mod_version().
| char* _mod_version_i::version |
the specific version of the software
Referenced by mod_version().
1.6.3