[Standards] NEW: XEP-0380 (Explicit Message Encryption)

2016-10-26 Thread XMPP Extensions Editor
Version 0.1 of XEP-0380 (Explicit Message Encryption) has been released.

Abstract: This specification provides a way to mark encrypted messages so the
recipient can discover how to decrypt it.

Changelog: [See revision history] (fs)

Diff: http://xmpp.org/extensions/diff/api/xep/0380/diff/0.0.2/vs/0.1

URL: http://xmpp.org/extensions/xep-0380.html

___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___


[Standards] UPDATED: XEP-0030 (Service Discovery)

2016-10-26 Thread XMPP Extensions Editor
Version 2.5rc2 of XEP-0030 (Service Discovery) has been released.

Abstract: This specification defines an XMPP protocol extension for discovering 
information about other XMPP entities. Two kinds of information can be 
discovered: (1) the identity and capabilities of an entity, including the 
protocols and features it supports; and (2) the items associated with an 
entity, such as the list of rooms hosted at a multi-user chat service.

Changelog: [See revision history] (egp)

Diff: http://xmpp.org/extensions/diff/api/xep/0030/diff/2.5rc1/vs/2.5rc2

URL: http://xmpp.org/extensions/xep-0030.html

___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___


[Standards] UPDATED: XEP-0288 (Bidirectional Server-to-Server Connections)

2016-10-26 Thread XMPP Extensions Editor
Version 1.0.1 of XEP-0288 (Bidirectional Server-to-Server Connections) has been 
released.

Abstract: This specification defines a protocol for using server-to-server 
connections in a bidirectional way such that stanzas are sent and received on 
the same TCP connection.

Changelog: Fix syntax highlighting and tweak example formatting. (ssw)

Diff: http://xmpp.org/extensions/diff/api/xep/0288/diff/1.0/vs/1.0.1

URL: http://xmpp.org/extensions/xep-0288.html

___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___


[Standards] UPDATED: XEP-0030 (Service Discovery)

2016-10-26 Thread XMPP Extensions Editor
Version 2.5rc1 of XEP-0030 (Service Discovery) has been released.

Abstract: This specification defines an XMPP protocol extension for discovering 
information about other XMPP entities. Two kinds of information can be 
discovered: (1) the identity and capabilities of an entity, including the 
protocols and features it supports; and (2) the items associated with an 
entity, such as the list of rooms hosted at a multi-user chat service.

Changelog: [See revision history] (editor(mam))

Diff: http://xmpp.org/extensions/diff/api/xep/0030/diff/2.4/vs/2.5rc1

URL: http://xmpp.org/extensions/xep-0030.html

___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___


[Standards] UPDATED: XEP-0329 (File Information Sharing)

2016-10-26 Thread XMPP Extensions Editor
Version 0.3 of XEP-0329 (File Information Sharing) has been released.

Abstract: This document specifies a simple extension to existing protocols that 
allows an entity to request information about files.

Changelog: Updated the  referenced version to 0.16 or higher. (egp)

Diff: http://xmpp.org/extensions/diff/api/xep/0329/diff/0.2/vs/0.3

URL: http://xmpp.org/extensions/xep-0329.html

___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___


Re: [Standards] PubSub Item Publisher

2016-10-26 Thread Sergey Dobrov
It still does not answer how to determine from client if pubsub server 
is going to send them. I.e. if I rely on this feature, I want to know in 
advance if a particular service is suitable?



On 26/10/2016 14:58, Stefan Strigler wrote:

Created a pull request https://github.com/xsf/xeps/pull/267

On Fri, Oct 14, 2016 at 6:09 PM Stefan Strigler
mailto:stefan.strig...@gmail.com>> wrote:

Also I assume that when this feature is enabled retrieving items as
described at

https://xmpp.org/extensions/xep-0060.html#subscriber-retrieve

the response should also contain the publisher with each item. Right?
This should probably be added as a note to '7.1.2.3. Item Publisher'.

//Stefan

On Fri, Oct 14, 2016 at 2:47 PM Stefan Strigler
mailto:stefan.strig...@gmail.com>> wrote:

Hidey ho,

XEP-0060 states
at 
http://www.xmpp.org/extensions/xep-0060.html#publisher-publish-success-publisher
 that

"If configured to do so, the service can include the publisher
of the item" as in "" but nothing
more about this throughout the document.

I assume it's meant as a per service configuration, so either
all or no node would include the publisher. And I wondered if it
wouldn't make sense to have that (also?) as a per node
configuration option. If so, what would/could it look like?


  false


I'd volunteer to add it to the XEP if people see fit.

Thanks,

  Stefan



___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___




--
With best regards,
Sergey Dobrov,
XMPP Developer and JRuDevels.org founder.
___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___


Re: [Standards] PubSub Item Publisher

2016-10-26 Thread Stefan Strigler
Created a pull request https://github.com/xsf/xeps/pull/267

On Fri, Oct 14, 2016 at 6:09 PM Stefan Strigler 
wrote:

> Also I assume that when this feature is enabled retrieving items as
> described at
>
> https://xmpp.org/extensions/xep-0060.html#subscriber-retrieve
>
> the response should also contain the publisher with each item. Right?
> This should probably be added as a note to '7.1.2.3. Item Publisher'.
>
> //Stefan
>
> On Fri, Oct 14, 2016 at 2:47 PM Stefan Strigler 
> wrote:
>
> Hidey ho,
>
> XEP-0060 states at
> http://www.xmpp.org/extensions/xep-0060.html#publisher-publish-success-publisher
>  that
>
> "If configured to do so, the service can include the publisher of the
> item" as in "" but nothing more about this
> throughout the document.
>
> I assume it's meant as a per service configuration, so either all or no
> node would include the publisher. And I wondered if it wouldn't make sense
> to have that (also?) as a per node configuration option. If so, what
> would/could it look like?
>
> label='Whether to include the publisher\'s jid with event
> notifications'>
>   false
> 
>
> I'd volunteer to add it to the XEP if people see fit.
>
> Thanks,
>
>   Stefan
>
>
___
Standards mailing list
Info: https://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: standards-unsubscr...@xmpp.org
___