[jdev] Implementing XEP
Matthew Wild
mwild1 at gmail.com
Mon Sep 16 14:22:00 UTC 2013
On 16 September 2013 13:32, Bhagavan Prasad <bhagavansprasad at gmail.com> wrote:
> Hi,
>
> I have requirement in my domain where Every Jabber client shares with buddys
> about the "Movies watched by the client".
> This information is stored in XMPP Server side and server shares across with
> buddys.
You're looking for something like
http://xmpp.org/extensions/xep-0197.html I think.
> This requirements are more or like XEP-0048 - Bookmarks requirements. With
> small changes.
Yes, XEP-0197 is based on PEP
(http://xmpp.org/extensions/xep-0163.html ) like XEP-0048. It's the
best way of publishing information to your contacts.
> Q2. Where can I get open source code for XEP-00048? Or, I need to implement
> by following XEP-48 (RFC).
You want an XMPP library that supports PEP, or allows you to easily
handle it yourself.
> Q3. Are there any guidelines available to implement any new XEP as part of
> Jabber Server
The server only needs to support XEP-0197, and practically all of the
actively-developed server software does. The catch is that some large
services don't, such as Google and Facebook - there isn't much you can
do about that (there are some solutions, but they are either more
complex or inefficient).
Regards,
Matthew
More information about the JDev
mailing list