Re: [Standards] Network IO best practices

2018-06-11 Thread Cramer, E.R. (Eelco)
I’m also working on a project involving Go and XMPP but I’m creating a server component (XEP-0114). I’m reusing most of this project https://github.com/sheenobu/go-xco but I forked a fork of that project that adds some features (like asynchronous sending and receiving of messages). It works

Re: [Standards] Presences of Contacts in Search Result

2015-10-19 Thread Cramer, E.R. (Eelco)
For internal contact only you might want to check out: http://www.xmpp.org/extensions/xep-0144.html#entities-groupservice If you server administrator allows it and you server supports it. “A group service enables an

[Standards] HTTPS certificate expired

2015-03-10 Thread Cramer, E.R. (Eelco)
This may have mentioned before but I just noticed that the HTTPS certificate for xmpp.org http://xmpp.org/ has expired. Thanks, Eelco signature.asc Description: Message signed with OpenPGP using GPGMail This message may contain information that is not intended for you. If you are not the

Re: [Standards] XMPP Security

2015-01-29 Thread Cramer, E.R. (Eelco)
This is a great conversation and gives a great insight into standardization politics. ;-) --- sent from the hand Op 29 jan. 2015 om 23:07 heeft Peter Saint-Andre - yet pe...@andyet.net het volgende geschreven: On 1/29/15 12:13 PM, Philipp Hancke wrote: [...] All of them except RFC 3923

Re: [Standards] XMPP or NodeJS ?

2014-12-17 Thread Cramer, E.R. (Eelco)
Hi Kwaye, Welcome to the list. NodeJS is a runtime that allows you to run Javascript code on a server. XMPP is a protocol that allows you to send messages between entities on a network. So these 2 do not compare. You can build an XMPP endpoint using NodeJS if you want. There is an

Re: [Standards] XMPP or NodeJS ?

2014-12-17 Thread Cramer, E.R. (Eelco)
On 17 Dec 2014, at 09:36, kwaye kant gabrielkw...@gmail.com wrote: Hi Cramer, Does that mean either I use NodeJs-Xmpp or NodeJs-SocketIO ? You can use whatever you want off-course :-) If you want to use javascript on the server: use NodeJS. If you prefer python, ruby, Java, C, erlang or

Re: [Standards] UPDATED: XEP-0347 (Internet of Things - Discovery)

2014-11-24 Thread Cramer, E.R. (Eelco)
In the IoT mailing list (cc)?! Cheers, Eelco On 24 Nov 2014, at 16:49, Dave Cridland d...@cridland.netmailto:d...@cridland.net wrote: On 24 November 2014 at 15:29, XMPP Extensions Editor edi...@xmpp.orgmailto:edi...@xmpp.org wrote: Version 0.3 of XEP-0347 (Internet of Things - Discovery) has

Re: [Standards] Cleaning the Wiki

2014-09-02 Thread Cramer, E.R. (Eelco)
At my office I run a gitlab server that we use for our projects. Both the hosted gitlab at http://gitlab.com as a self hosted instance of the gitlab community edition support multiple ways of signing up (using an openid account, a company ldap server or let users signup using a mail address.