Skip to content

strophe/strophejs-plugin-private

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Strophe.private.js

Strophe.private.js is a plugin for the XMPP library Strophe.js to provide XMPP Private XML Storage ( XEP-0049 ).

Strophe.private.js is licensed under the MIT license.

Usage

After you connected successfully to the XMPP server you can save your data:

connection.private.set( myTagName, myNamespace, myData, success, error );

Receive your data by specifing the tag name and the namespace:

conncection.private.get( myTagName, myNamespace, success, error );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published