XEP-0048 Bookmarks (General questions)
by johnybe2003, Tuesday, December 16, 2008, 08:09 (5820 days ago)
Is there any way i can achieve this ?
http://xmpp.org/extensions/xep-0048.html
Thank you for your time,
Re: XEP-0048 Bookmarks
by wodDamir, Tuesday, December 16, 2008, 11:16 (5820 days ago) @ johnybe2003
Hi Johnny,
wodXMPP currently doesn't support XEP-0048. However, I've talked to our programmers to see how easy/hard it would be to implement this feature.
We will check this out, and try to implement it. We will let you know more as soon as we have any news.
Regards,
Damba
Re: XEP-0048 Bookmarks
by johnybe2003, Tuesday, December 16, 2008, 12:11 (5820 days ago) @ wodDamir
Thank you,
just for the record :D
is there any way i can store users data on the server side ?
or something similar to XEP-0048 ?
Regards,
Boboc Ionut
Re: XEP-0048 Bookmarks
by wodDamir, Tuesday, December 16, 2008, 12:27 (5820 days ago) @ johnybe2003
Hi,
What type of data do you reffer to? I don't think any server will simply let you store any amount of data on it.
XEP-0048 simply allows storing URL bookmarks, as well as ChatRooms that are automatically joined upon logging into the account, while all personal data (VCard) is stored on server.
Regards,
Damba
Re: XEP-0048 Bookmarks
by johnybe2003, Tuesday, December 16, 2008, 13:15 (5820 days ago) @ wodDamir
Hi,
What type of data do you reffer to? I don't think any server will simply let you store any amount of data on it.
XEP-0048 simply allows storing URL bookmarks, as well as ChatRooms that are automatically joined upon logging into the account, while all personal data (VCard) is stored on server.
Regards,
Damba
Hello,
I'm using openfire on the server side, in his administration i have a feature...
Private data storage allows XMPP clients to store settings, bookmarks, etc. on the server. Users can log into their account and their settings will follow them around (as opposed to having the clients store the settings on the local computer where their settings will not follow them). You may enable or disable this feature.
I thought that xep-0048 handles with this option...i will look further into this server's option to find out more information.
Regards,
Boboc Ionut
Update:...i have found this
http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/javadoc/org/jivesoftware/openfire/PrivateStorage.html
Private storage for user accounts (JEP-0049).
I think this will help many developers who are using your component, let me know if you have any options.
Thank you
Re: XEP-0048 Bookmarks
by wodSupport, Thursday, December 18, 2008, 02:18 (5819 days ago) @ johnybe2003
Hi. Can you please download wodXMPP again and try it out? There are no docs yet, but I have added LoadPrivateData/SavePrivateData methods, and PrivateData event where you can set/load private data to the server (XEP 0049)
I have also added storage:bookmarks for conference rooms (XEP 0048). Each time you join some room, you can set Room.AutoJoin = True and bookmark will be sent to the server. Make sure you *do not* leave the room, since AutoJoin will be reset to false in that case.
When you restart wodXMPP, room will auto open.
Let me know how it goes!
Kreso
Re: XEP-0048 Bookmarks
by johnybe2003, Thursday, December 18, 2008, 08:35 (5818 days ago) @ wodSupport
Hello,
I have downloaded and installed version 1.2.5.110, and i am using delphi vcl, not the activex, where do i find these methods ?
Thank you,
Boboc Ionut
Re: XEP-0048 Bookmarks
by wodSupport, Thursday, December 18, 2008, 08:39 (5818 days ago) @ johnybe2003
Hi. Did you reimport the product into Delphi?
Kreso
Re: XEP-0048 Bookmarks
by johnybe2003, Thursday, December 18, 2008, 08:47 (5818 days ago) @ wodSupport
Hi. Did you reimport the product into Delphi?
Kreso
I re imported and everything was ok(i had to delete the old files, delphi didn't overwrite them)
Thank you for your prompt support,
Boboc Ionut