#include <xmppbase.h>
Public Member Functions | |
| LaunchNewId (const PString &ourId, const PString &ourPassword) | |
| virtual | ~LaunchNewId () |
| PString | CreateNewId () |
| PString | GetOurPassword () |
| PString | GetServer () |
Protected Attributes | |
| PString | ourBaseId |
| PString | ourNodeId |
| PString | ourPassword |
| PString | remoteServer |
| PINDEX | buildCount |
| PMutex | countMutex |
|
||||||||||||
|
Instantiate this |
|
|
End this thread, and wait for it to finish, and then exit |
|
|
Create a new ID given the available our node id, a number and the password. The new Id is our Node Id + string(callCount) |
|
|
Retrieve the current password |
|
|
Get the name of the messaging server |
|
|
The counter of all generated Ids |
|
|
The mutex which protects access to the buildCount variable |
|
|
The id to use as a base for all further ID's - eg beta/ssvoip |
|
|
The Id of this particular node, to register with the server as. a valid ourNodeId would be ssvoip. |
|
|
The password to use for all logins to the remote message server |
|
|
The string name of the remote server - eg beta |
1.4.4