xmpp.FeatureNotImplemented #6

Closed
opened 2016-09-25 09:52:43 +00:00 by tom · 1 comment

Hello.
I hope this is the right place for this question, I apologize if it's not.

When installing, I have this error message :

fer@pms:~/go$ go get git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git
# git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp
src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:142: undefined: xmpp.FeatureNotImplemented
src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:161: undefined: xmpp.ServiceUnavailable
src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:171: undefined: xmpp.ServiceUnavailable
src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:171: undefined: xmpp.FeatureNotImplemented
src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:175: undefined: xmpp.RemoteServerNotFound

And, after editing the config file, I have the same message when I run the program :

fer@pms:~/go/src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git$ go run main.go 
# git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp
xmpp/xmpp.go:142: undefined: xmpp.FeatureNotImplemented
xmpp/xmpp.go:161: undefined: xmpp.ServiceUnavailable
xmpp/xmpp.go:171: undefined: xmpp.ServiceUnavailable
xmpp/xmpp.go:171: undefined: xmpp.FeatureNotImplemented
xmpp/xmpp.go:175: undefined: xmpp.RemoteServerNotFound

Is there some dependance missing ?

Hello. I hope this is the right place for this question, I apologize if it's not. When installing, I have this error message : ```bash fer@pms:~/go$ go get git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git # git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:142: undefined: xmpp.FeatureNotImplemented src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:161: undefined: xmpp.ServiceUnavailable src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:171: undefined: xmpp.ServiceUnavailable src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:171: undefined: xmpp.FeatureNotImplemented src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp/xmpp.go:175: undefined: xmpp.RemoteServerNotFound ``` And, after editing the config file, I have the same message when I run the program : ```bash fer@pms:~/go/src/git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git$ go run main.go # git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git/xmpp xmpp/xmpp.go:142: undefined: xmpp.FeatureNotImplemented xmpp/xmpp.go:161: undefined: xmpp.ServiceUnavailable xmpp/xmpp.go:171: undefined: xmpp.ServiceUnavailable xmpp/xmpp.go:171: undefined: xmpp.FeatureNotImplemented xmpp/xmpp.go:175: undefined: xmpp.RemoteServerNotFound ``` Is there some dependance missing ?
Owner

Hey ! Sorry about the delay. I didn't seen your message. For this kind of question, it's better on the dedicated MUC to this project, but Its OK here too.

I recently change some variables' names in the XMPP library and forgot to do the same in this project. It should be OK for now.

If you have any src/git.kingpenguin.tk/chteufleur into your GOPATH, delete it and run again the command go get git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git.

Let me know if it works.

Hey ! Sorry about the delay. I didn't seen your message. For this kind of question, it's better on the [dedicated MUC](xmpp://httpauth@muc.kingpenguin.tk?join) to this project, but Its OK here too. I recently change some variables' names in the XMPP library and forgot to do the same in this project. It should be OK for now. If you have any ``src/git.kingpenguin.tk/chteufleur`` into your GOPATH, delete it and run again the command ``go get git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git``. Let me know if it works.
Sign in to join this conversation.
No Label
Question
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: chteufleur/HTTPAuthentificationOverXMPP#6
No description provided.