harwey / cups4j

Cups4j Java printing library for CUPS/IPP
http://cups4j.org
GNU Lesser General Public License v3.0
130 stars 64 forks source link

ipps protocol support in ipp operation #45

Closed sureshvasu closed 3 years ago

sureshvasu commented 3 years ago

Adding ipps support to cups4j API while connecting to printers secured via https protocol.

sudayar commented 3 years ago

Hi. I am a user of this library. Currently I am using 0.7.8 version via Maven. I am also looking to use https protocol to connect to the printers. I was planning to clone this repo and make changes for my needs. Do you know when the new version will be published with https support? Thanks.

sureshvasu commented 3 years ago

Hi Admin,

i am getting following error while pushing the code for ipps support, can you help?

git push --set-upstream origin ipps-support remote: Permission to harwey/cups4j.git denied to sureshvasu. fatal: unable to access 'https://github.com/harwey/cups4j.git/': The requested URL returned error: 403

harwey commented 3 years ago

Hi sureshvasu, you cannot push to my repository but you can create a pull task.

sureshvasu commented 3 years ago

Hi Harwey,

Thanks for the reply. Can you let me know how to do the pull task? Is there any documentation you can provide?

Regards, Suresh

On Sat, Mar 20, 2021 at 1:19 AM harwey @.***> wrote:

Hi sureshvasu, you cannot push to my repository but you can create a pull task.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/harwey/cups4j/issues/45#issuecomment-803076073, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADT6375PIW5FPQIMSN3HIB3TEOTEHANCNFSM4XJKXLCA .

sureshvasu commented 3 years ago

@harwey can you help me on the pull task?

harwey commented 3 years ago

Hi Sureshvasu, Pull requests are documented here : https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request Regards Harald