You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			401 B
		
	
	
	
		
			Protocol Buffer
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			401 B
		
	
	
	
		
			Protocol Buffer
		
	
| package textsecure;
 | |
| 
 | |
| message ProvisioningUuid {
 | |
|  optional string uuid = 1;
 | |
| }
 | |
| 
 | |
| 
 | |
| message ProvisionEnvelope {
 | |
|   optional bytes publicKey = 1;
 | |
|   optional bytes body      = 2; // Encrypted ProvisionMessage
 | |
| }
 | |
| 
 | |
| message ProvisionMessage {
 | |
|   optional bytes  identityKeyPrivate = 2;
 | |
|   optional string number             = 3;
 | |
|   optional string provisioningCode   = 4;
 | |
|   optional string userAgent          = 5;
 | |
| }
 |