gnu: Add prosody-cloud-notify-encrypted.
* gnu/packages/messaging.scm (prosody-cloud-notify-encrypted): New variable. Change-Id: Ibe2c6525865ffce54191d806f0e184c814000993
This commit is contained in:
		
							parent
							
								
									e2ec85d17d
								
							
						
					
					
						commit
						582bb94637
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1611,6 +1611,14 @@ protocols.")
 | 
			
		|||
      (description #f)
 | 
			
		||||
      (license (package-license prosody)))))
 | 
			
		||||
 | 
			
		||||
(define-public prosody-cloud-notify-encrypted
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit (prosody-module "mod_cloud_notify_encrypted"))
 | 
			
		||||
    (propagated-inputs (list lua5.2-ossl))
 | 
			
		||||
    (synopsis "Custom extension to XEP-0357: Push Notifications")
 | 
			
		||||
    (description "This module implements support for a Encrypted Push
 | 
			
		||||
Notifications, a custom extension to XEP-0357: Push Notifications.")))
 | 
			
		||||
 | 
			
		||||
(define-public prosody-http-upload
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit (prosody-module "mod_http_upload"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue