From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.help Subject: Re: About "capabilities of server" Date: Sun, 7 Apr 2013 14:02:17 +0100 (BST) Message-ID: <87bo9qh4tb@ch.ristopher.com> References: <20130407204322.b3229551a8fddaca2b2f8873@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365339769 10148 80.91.229.3 (7 Apr 2013 13:02:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Apr 2013 13:02:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 07 15:02:53 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UOpFA-0004km-IY for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Apr 2013 15:02:48 +0200 Original-Received: from localhost ([::1]:43301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOpFA-0004S5-75 for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Apr 2013 09:02:48 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOpEp-0004QK-Lx for help-gnu-emacs@gnu.org; Sun, 07 Apr 2013 09:02:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOpEi-0005FW-1c for help-gnu-emacs@gnu.org; Sun, 07 Apr 2013 09:02:27 -0400 Original-Received: from ristopher.com ([146.185.21.93]:38499 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOpEh-0005F4-PP for help-gnu-emacs@gnu.org; Sun, 07 Apr 2013 09:02:19 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id 14C0420E13; Sun, 7 Apr 2013 14:02:17 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1365339737; bh=ZX6/0mMzkmK3tTNZT0HTgrvbQ85Dnihn3tLqjwV/IJY=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=P7+ALCg9CFvMe43sS6L0Zc3WxaMq8jn7K1r4UK9hrsbv45i4VJtHDpoO9CumnWkwf 5LyCH1F31orRAPX9dgtVUfOTEYytX+PEomhBomvy6YESeXyiXuE+ivEX/oePmlj/kG hFBKDVo55EWt3Ulf/81fS9cTxT1W2Mo9Q65uw7SE= In-Reply-To: <20130407204322.b3229551a8fddaca2b2f8873@gmail.com> (Xue Fuqiao's message of "Sun, 7 Apr 2013 20:43:22 +0800") Mail-Followup-To: help-gnu-emacs@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 146.185.21.93 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90036 Archived-At: Xue Fuqiao writes: > In the doc string of `open-network-stream' and > `notifications-get-capabilities', "capabilities of server" are > mentioned. What does it mean? I have done RTFM and STFW, but I didn't > get some useful information. Sorry if it's off-topic for Emacs. Take a look RFC 1869, for example. https://tools.ietf.org/html/rfc1869 Christopher