Skip to content

Commit

Permalink
(#55) Trying to at least give old identity
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesgb committed Mar 4, 2015
1 parent c0b9c4e commit 2bd4f95
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ protected IQ handleDiscoInfo(IQ iq) {
if (endPoint != null) {

Element queryEl = disco.getElement().element("query");
// addIdentity(queryEl, "component", getName(), "generic");
//
// addFeature(queryEl, NAMESPACE_DISCO_INFO);
// addFeature(queryEl, NAMESPACE_XMPP_PING);
// addFeature(queryEl, NAMESPACE_LAST_ACTIVITY);
// addFeature(queryEl, NAMESPACE_ENTITY_TIME);
addIdentity(queryEl, "component", getName(), "generic");

addFeature(queryEl, NAMESPACE_DISCO_INFO);
addFeature(queryEl, NAMESPACE_XMPP_PING);
addFeature(queryEl, NAMESPACE_LAST_ACTIVITY);
addFeature(queryEl, NAMESPACE_ENTITY_TIME);

Element xEl = queryEl.addElement("x", "jabber:x:data");
xEl.addAttribute("type", "result");
Expand Down

6 comments on commit 2bd4f95

@imaginator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this solve the problem?

@guilhermesgb
Copy link
Member Author

@guilhermesgb guilhermesgb commented on 2bd4f95 Mar 5, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imaginator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll be around until about 18:20 Berlin time today. And also later in the evening. Just ping me when free.

@guilhermesgb
Copy link
Member Author

@guilhermesgb guilhermesgb commented on 2bd4f95 Mar 5, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imaginator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could it be that someone registered the domain media.buddycloud.com ?

S.

@guilhermesgb
Copy link
Member Author

@guilhermesgb guilhermesgb commented on 2bd4f95 Mar 5, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.