ProxiDoz / vacuum-im

Automatically exported from code.google.com/p/vacuum-im
GNU General Public License v3.0
0 stars 0 forks source link

Implement XEP-0277: Microblogging over XMPP #407

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's a good idea to implement XEP-0277, to be in avant-guard of the XMPP 
innovations. It sounds much better than compatible-to-nothing, bot-based Juick 
(see Issue 35).

Неплохо бы реализовать XEP-0277, чтобы быть в 
авангарде инноваций XMPP. Это звучит куда 
лучше, чем ни с чем несовместимый, 
основанный на боте Juick (смотри Issue 35).

Original issue reported on code.google.com by yagimo...@gmail.com on 8 Feb 2011 at 6:01

GoogleCodeExporter commented 8 years ago

Original comment by potapov.s.a on 9 Feb 2011 at 5:57

GoogleCodeExporter commented 8 years ago
Hi! maybe XEP-0060? PubSub is a standard that could be used for that too, innit?

Original comment by les.ka...@gmail.com on 9 Feb 2011 at 10:44

GoogleCodeExporter commented 8 years ago
XEP-0060 is just describes a way to publish data and receive notifications. To 
use it, a higher level protocol should be implemented. For example, XEP-0163 
(PEP), which is based on XEP-0060 is also unusable itself, but XEPs 0080, 0084, 
0107, 0108, 0118, which uses XEP-0163 as a transport, are of application level 
and implementation of those XEPs is noticeable for end-users.
Microblogging over XMPP is also an application level XEP and it uses either 
XEP-0060 or XEP-0163 as a transport. So, implementation of XEP-0060 without any 
higher-level protocols meaningless, 'cause does nothing, but implementation of 
XEP-0277 is just the way to implement XEP-0060 for microblogging.

Original comment by yagimo...@gmail.com on 11 Feb 2011 at 3:31

GoogleCodeExporter commented 8 years ago

Original comment by potapov.s.a on 2 Dec 2014 at 7:49