X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2746EDC609A for ; Mon, 1 Sep 2014 13:35:35 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id k48so5463965wev.28 for ; Mon, 01 Sep 2014 06:35:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:mime-version; bh=ZhdxockSO/cV4lexDrrW/te/yx/xOxUV86v7ZnShCEU=; b=wNmy66j1klO/+CN3y7MB1m7LXW7rhPeWY8ogacKWDobN2EI69WiRwTvs3K/mzZWyRV 3VQumZn38vT1ZKi8lOSFsgYgjB6pPS+I1QaCnZTHAt9zhaXSjFCAjcN52QfiXVZL1r4X RP1c5CxRzLXJDND0Y+Aa/YLCbSUmJSGFwWlwipfXaBl4+0jHfE8dO+816LmZB24Tmkwb x6Am4FX3O2nNpO6ctwVHvylXOrA21Ft5V4/WY+A70l0t8qDGLSTzDQa6pwvoVkfsaKXa ad2/M3CVnYcHfwEROQ6e44yGo6VLSs7+64Rdbwj4Qpe51eb37WNiLA1tW6RlYnv11/4A 8wRA== X-Received: by 10.194.216.74 with SMTP id oo10mr2460207wjc.126.1409578532320; Mon, 01 Sep 2014 06:35:32 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPSA id gr3sm25728602wib.12.2014.09.01.06.35.30 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 01 Sep 2014 06:35:31 -0700 (PDT) Message-ID: <1409578525.16265.20.camel@df1844j> Subject: [alpine-devel] [PATCH] awall/json: add MQTT service definition From: Leonardo Arena To: alpine-devel Cc: "kaarle.ritvanen" Date: Mon, 01 Sep 2014 15:35:25 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-imeEZSqigGDMDLLGO43z" X-Mailer: Evolution 3.10.4-0ubuntu2 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-imeEZSqigGDMDLLGO43z Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --- json/services.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json/services.json b/json/services.json index 7ba4bfa..d57b124 100644 --- a/json/services.json +++ b/json/services.json @@ -51,6 +51,8 @@ { "proto": "tcp", "port": 445 }, { "proto": "udp", "port": 445 } ], + "mqtt": { "proto": "tcp", "port": 1883 }, + "mqtt-ssl": { "proto": "tcp", "port": 8883 }, "ms-sql-s": { "proto": "tcp", "port": 1433 }, "ms-sql-m": { "proto": "tcp", "port": 1434 }, "msft-gc": [ --=20 2.1.0 --=-imeEZSqigGDMDLLGO43z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJUBHYdAAoJELAPckZGG2T68egIAIdVIF5bDXtsbqAJD94RFV5M jmTw8qNE/jcgN24jeRfKV1KVhIR3DSbMA9RsWsv0bauDN+jGVidEuxLcqV7mXyTi oy959xG3A7BABi8SnDdy7vf73CCkfND49TEailxaJSe5gduwnWfGNGbU6MRR+XKO 3OIKSvnE+pnE4g0gOd1r26Uxsna1AR+LQV4J4oXzAj7hbtkv3AcKHg6NnAqt1bNe 05MzSHQ1FFs2500wki+l1NP6/dpx0RZt9igXzDPgHWiEvYW/ItIGaFDBkqNxASUc 3g+oPPsqtafviUQu3vFIn9pnrtmy86hGIVzNTOSZJie4kBQAi98ktQVihHPta5c= =UAYI -----END PGP SIGNATURE----- --=-imeEZSqigGDMDLLGO43z-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---