Re: [PATCH] gnu: Add Prosody service.

2017-01-08 Thread Clément Lassieur
> I would suggest moving the gnu/packages change to a separate patch, but > apart from that I don’t have anything to add to Hartmut’s comment. > > Could you send updated patches? Here they are. > I suppose you confirmed with ‘guix system vm’ or similar that it works > as intended. Could you

Re: [PATCH] gnu: Add Prosody service.

2017-01-07 Thread Clément Lassieur
>> Am 04.01.2017 um 22:55 schrieb Clément Lassieur: > >>> +;;; Commentary: >>> +;;; >>> +;;; Messaging services. >>> +;;; >>> +;;; Code: >> […] >>> +;;; messaging.scm ends here >> >> I'd leave this comment away. It is of now use. We had a loner discussion >> about this here on the list in autum. >

Re: [PATCH] gnu: Add Prosody service.

2017-01-07 Thread Ludovic Courtès
Hi Clément, Clément Lassieur skribis: > * gnu/services/messaging.scm: New file. > * gnu/services/configuration.scm: New exported procedures. > * gnu/packages/messaging.scm (prosody)[arguments]: Add 'fix-makefile' > phase. > In 'wrap-programs' phase, add 'openssl' and

Re: [PATCH] gnu: Add Prosody service.

2017-01-07 Thread Clément Lassieur
> Am 04.01.2017 um 22:55 schrieb Clément Lassieur: >> +(define %default-modules-enabled >> + '("roster" >> +"saslauth" >> +"tls" >> +"dialback" >> +"disco" >> +"private" >> +"vcard" >> +"version" >> +"uptime" >> +"time" >> +"ping" >> +"pep" >> +

Re: [PATCH] gnu: Add Prosody service.

2017-01-05 Thread ng0
Hartmut Goebel writes: > Hi, > > Thanks for this service :-) > > Am 04.01.2017 um 22:55 schrieb Clément Lassieur: >> +;;; Commentary: >> +;;; >> +;;; Messaging services. >> +;;; >> +;;; Code: > […] >> +;;; messaging.scm ends here > > I'd leave this comment away. It

Re: [PATCH] gnu: Add Prosody service.

2017-01-05 Thread Hartmut Goebel
Hi, Thanks for this service :-) Am 04.01.2017 um 22:55 schrieb Clément Lassieur: > +(define %default-modules-enabled > + '("roster" > +"saslauth" > +"tls" > +"dialback" > +"disco" > +"private" > +"vcard" > +"version" > +"uptime" > +"time" > +"ping" > +

[PATCH] gnu: Add Prosody service.

2017-01-04 Thread Clément Lassieur
* gnu/services/messaging.scm: New file. * gnu/services/configuration.scm: New exported procedures. * gnu/packages/messaging.scm (prosody)[arguments]: Add 'fix-makefile' phase. In 'wrap-programs' phase, add 'openssl' and 'coreutils' to 'PATH'. * gnu/local.mk (GNU_SYSTEM_MODULES): Add

Re: [PATCH] gnu: Add prosody service

2016-11-27 Thread Clément Lassieur
> Which version of the patch should we review? :) Oh... I accidentally sent the patches with my professional address, but it took a long time to get into the list, so I thought it did not work and sent a second set of patches with my real address. Please do not answer the mails sent with my

Re: [PATCH] gnu: Add prosody service

2016-11-26 Thread Leo Famulari
On Sat, Nov 26, 2016 at 06:20:12PM +0100, Clément Lassieur wrote: > From: Clément Lassieur Hi, thanks for working on this! > > --- > gnu/local.mk | 1 + > gnu/packages/messaging.scm | 3 + > gnu/services/messaging.scm | 787 >

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
From: Clément Lassieur --- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 787 + 3 files changed, 791 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
From: Clément Lassieur --- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 833 + 3 files changed, 837 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
--- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 833 + 3 files changed, 837 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git a/gnu/local.mk b/gnu/local.mk index

[PATCH] gnu: Add prosody service

2016-11-26 Thread Clément Lassieur
--- gnu/local.mk | 1 + gnu/packages/messaging.scm | 3 + gnu/services/messaging.scm | 787 + 3 files changed, 791 insertions(+) create mode 100644 gnu/services/messaging.scm diff --git a/gnu/local.mk b/gnu/local.mk index