xmppjs / xmpp.js

XMPP for JavaScript
ISC License
2.19k stars 372 forks source link

How to add features? #813

Closed joeygo closed 4 years ago

joeygo commented 4 years ago

Hello,

How can I add features? I would like to register on pep for xmlns=http://jabber.org/protocol/geoloc+notify. How can I achieve that?

Thank you

joeygo commented 4 years ago

The required XEPs are: XEP-0163: Personal Eventing Protocol XEP-0115: Entity Capabilities

Does xmpp.js or one of it's plugins supports those XEPs?

Thanks

sonnyp commented 4 years ago

@joeygo no but it should be trivial to do, look at the XEP example for what you want to do and use client.send for <presence/> and <message/> and https://github.com/xmppjs/xmpp.js/tree/master/packages/iq#caller for <iq/>